Tom Solberg

Results 59 issues of Tom Solberg

Found this while trying some stuff on the playground over lunch... ```rust const FOOBAR = 1; pub fn main() { FOOBAR = 1; } ``` gives the errors: ``` error:...

bug
compiler

It'd be very nice to have an auto-formatter for Rune which can take a source-snippet and format it properly.

enhancement
good first issue

This is a topic I've been thinking about for a while based on the following observations: * Value conversions take an observable amount of time in flamegraphs * Function lookup...

question
lang
compiler
vm

For example, the LSP could expose commands to run, check, or test the current code by sharing some code with rune-cli. Potentially has some overlap with DAP, for debugging capabilities.

documentation
enhancement
good first issue
languageserver

In order to provide good diagnostics it'd be helpful if the DebugInst not only pointed to the span of the *instruction* but also any related parts that are useful for...

enhancement
vm

Currently, a lot of tests are Rust tests that execute a single script to validate the language. In order to dogfood the language capabilities we could migrate some of these...

enhancement

**Describe the bug** I'm seeing crashes when a component using multiple Wrapper and Tooltip is being destroyed. The error message is: ``` Failed to execute 'insertBefore' on 'Node': The node...

bug

**Describe the bug** If you've got a bind group for multiple checkboxes (e.g., multi-select operations) and you delete a selected checkbox SMUI will move the checkmark *visually* to another row,...

bug

**Describe the bug** If you have an initial value of a select but the options don't (yet) contain the value; it'll be replaced with undefined until an explicit selection is...

bug

The current binding generator in C++ is hard to compile and use, which increases friction if we want to upgrade PhysX version of expose more functionality. I tried using the...

enhancement
help wanted
good first issue
question