Nev Delap

Results 10 issues of Nev Delap

I see strings are defined as mutable dynamic vectors of si8 and null terminated for C compatibility. Is that the plan, or temporary? Is it planned that strings be immutable...

## Bug Description An unexpected warning when `builtins.print()` used in an `fn`. ``` warning: Expression [36]:8:19: 'PythonObject' value is unused builtins.print("hello") ``` ### Steps to Reproduce Run this in the...

enhancement

## Bug Description / Steps to Reproduce I feel bad that this is too trivial to mention while Mojo is so new, but I just got access so I'm doing...

enhancement
notebook

This, from spanish.kwiziq.com... HINT: Conjugate "saludar" in El Presente Subjuntivo appears on the page as this... HINT: Conjugate "saludar" in El Presente Subjuntivo and I want to match "Presente Subjuntivo"....

bug
enhancement

I suspect it might just need this line in `Parsing.Documents.fs`... ``` lang "SQL" "postgres" ".pgsql|.psql|.sql"

To support switching from i3, it would be great if we could have panel on multiple displays but with different configured applets. For example, in my case I want to...

`.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom` doesn't have a deterministic order, and whenever it changes it is wildly shuffled, so when configuration controlled any change makes for big, impossible to compare diffs, and impossible to...

`cosmic-settings` doesn't support setting bindings that are not modifier+something. But, if I bind Super+F1 and then edit `~/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom` and change... ``` ( modifiers: [ Super, ], key: "F1", ): Workspace(1),...

It started happening in recent days, and has happened maybe four or five times. I'm on Arch and I update regularly. I updated yesterday. It has just been that I...

**Describe the bug** This works... ```sql insert into something values (101, 'Something without a semicolon.'), ; ``` This doesn't... ```sql insert into something values (101, 'Something with ; a semicolon.'),...

bug