Arcturuss

Results 9 issues of Arcturuss

Currently sorting behavior is default (i guess) `NULLS LAST`. It would be nice to have some way to configure it, maybe like `.CanSort(nullsFirst: true)`.

### What is the problem? There is no restart button in web interface for failed or completed task (windows version, release 2.1.9) ### What should be the expected behavior? Button...

improvement

Currently, when viewing tasks on a map, any map movement (scrolling or zooming) triggers data reloading. When reload is complete, map is moved again to where it was when download...

bug

Accessing nested values on any level is much slower than with 'simple' keys. Minimal example below. Seems related to #713 but I'm not sure. ![image](https://user-images.githubusercontent.com/465493/208750669-a95f4129-939f-4f7c-9d56-c7cf81dfd2d9.png) [Py-spy output](https://arcturuss.github.io/stuff/profile.svg) test.toml level0 =...

bug
HIGH
Performance

In the web interface, the emoji picker for lists has a scrollbar, but emoji list cannot be scrolled with mouse wheel. Only click-and-drag on the scrollbar works. Checked in both...

bug

Basically same as #199 Python 3.13.0 just released, and there is no prebuilt packages for it, I guess.

### This issue respects the following points: - [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot...

bug

Currently, containers from different stacks are mixed up because of sorting by update status or whatever (see screenshot). It would be nice to have all containers from one stack grouped...

enhancement

When expanding some structs while debugging C++ with GDB, the debugger UI on bottom panel disappears and never reappears again. Only debugger console is shown on the panel then. Closing...