Sophie Kirschner

Results 41 issues of Sophie Kirschner

Changed line 211 from `let mid = (left + right) >>> 1;` to `let mid = left + ((right - left) >>> 1);` because the previous implementation would yield incorrect...

https://github.com/mziccard/node-timsort/blob/master/src/timsort.js#L273 It appears that this condition can never be met, and could be removed. Same goes for lines 291, 352, and 374. edit: Unless this is intended to guard against...

**Is your feature request related to a problem? Please describe.** Problem: There is no documented way to make some flowchart nodes more visually emphasized than others. Applying `height` styling results...

Type: Enhancement
Contributor needed
Status: Approved
Graph: Flow
Good first issue!

For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy) ### Is your proposal related to a problem? It took me a while after setting up an instance with lemmy-ansible to realize that the default...

enhancement

I had a hell of a time figuring out how to build from source with GLM 0.9.9.9, i.e. latest master of https://github.com/g-truc/glm, which seems to include quite a few new...

### Describe the project you are working on At the moment, I'm working on some custom UI controls for an editor plugin which involves a lot of change signals, though...

topic:gdscript

### Tested versions This is occurring for me with v4.2.2.stable.mono.official [15073afe3] ### System information Windows 10 ### Issue description This has now been happening for me both when writing code...

bug
topic:gdscript
needs testing

I installed this plugin hoping to use it with C# code for Godot. I think I must be missing some setup step, though, because the line `using Godot;` is currently...

While this package is enabled, when I attempt to save any zig source file, the Sublime console appears and displays this error: ``` [WinError 2] The system cannot find the...

I followed the instructions here to try to compile NBA but I ran into errors: https://github.com/nba-emu/NanoBoyAdvance/blob/master/docs/COMPILING.md First I tried to build using the Windows instructions. I started by installing the...