Skip to content

issues Search Results · language:Dune language:Python language:JavaScript language:CSS language:HTML language:TypeScript

Filter by

64.5M results  (738 ms)

64.5M results

Add explanatory comment for GITHUB_DEPLOY_ROLE_ARN in workflow file What Add an inline comment in the GitHub Actions workflow file (likely .github/workflows/*.yml) immediately before or above the line ...
ai-suggested
haiku

Summary A library function cannot start a background task and return a value from it in one call. The library can spawn() internally and return a channel, but the caller must then call run_loop() before ...
design
severity:medium
subsystem:runtime

Summary All top-level functions in a .nd module are exported. There is no private, internal, or underscore convention that prevents callers from accessing implementation functions. The export keyword ...
design
severity:low
subsystem:modules

Summary Attempting to assign to an outer let variable inside a nested function creates a new local, silently shadowing the outer. Error message when arithmetic fails is indirect: Cannot add nil and int ...
design
severity:medium
subsystem:vm

В целом на сайте мы используем гендергепы и это корректно потому что мы не знаем, к кому обращаемся - к мужчинам или женщинам. Но в матчинг-сессии мы используем псевдонимы, и в данном контексте гендергепы ...

Summary s[0] on a string produces Indexing is only supported on lists and maps. There is no character access or substring slicing. The workaround (str_split(s, ) to get a character list) is not documented ...
design
severity:medium
subsystem:vm

Summary Two NodusRuntime instances in the same process share GLOBAL_MEMORY_STORE, AGENT_REGISTRY, and _GRAPH_VMS. A script running under one runtime can write a memory key that a script running under ...
design
severity:high
subsystem:runtime

Summary 1i / 0i does not throw — it returns a Record value with kind = math_error . The value is silently assigned to the variable. Subsequent operations on it produce type errors with no reference to ...
design
severity:low
subsystem:vm

Summary 1.0 / 0.0 produces inf with no error, no exception, and no warning. A user expecting an error from division by zero will continue computing with inf silently through subsequent operations. Reproduction ...
design
severity:low
subsystem:vm

Summary 6i / 2i evaluates to 3.0 (float), not 3 (integer). Division always produces a float regardless of operand types. math_is_float(6i / 2i) returns true. Reproduction print(6i / 2i) // ...
design
severity:medium
subsystem:vm
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.