Ariel Volovik
Ariel Volovik
Currencies don't all have a drop level of 1, for instance, Mirrors have a drop level of 35 just like Exalted Orbs, Chaos has a drop level of 12, so...
The input element used to enter the area level allows for going below 1, it also allows for the "e", ".", and other characters to be entered.
I believe we are currently installing some redundant packages in two of our github workflows ([`cmake.yml`](https://github.com/SerenityOS/serenity/blob/ddb7b59af0f6e297cb717c89cb9e25135ec47f61/.github/workflows/cmake.yml#L62), and [`sonar-cloud-static-analysis.yml`](https://github.com/SerenityOS/serenity/blob/d18cae73014885b2f0a3240e630d360b5ba20a65/.github/workflows/sonar-cloud-static-analysis.yml#L63)). I'll only list what I've spotted in `cmake.yml`, if these changes sound...
Trying to build v1.3-rc9 on Ubuntu 22.04 Getting this error: ```bash [1184/1531] Building CXX object src/app/CMakeFiles/app-lib.dir/doc.cpp.o FAILED: src/app/CMakeFiles/app-lib.dir/doc.cpp.o /usr/bin/ccache /usr/bin/clang++ -DCMARK_STATIC_DEFINE -DCURL_STATICLIB -DENABLE_DATA_RECOVERY -DENABLE_NEWS -DENABLE_SAVE -DENABLE_SCRIPTING -DENABLE_UI -DENABLE_UPDATER -DENABLE_WEBP -DENABLE_WEBSOCKET...
**Is your feature request related to a problem? Please describe.** As I only use the scalene viewer (because it supports local LLMs, it also allows for hovering over numbers the...
**Describe the bug** Not sure if this is a bug or intended, but the HTML file generated locally differs from what is available here: http://plasma-umass.org/scalene-gui/ **To Reproduce** Steps to reproduce...
The downloadable xkb symbols available https://keyboard-design.com/letterlayout.html?layout=graphite.en.ansi seem to be incorrect. This is what is currently on the website: ``` // Generated by KLFC 1.5.7 // https://github.com/39aldo39/klfc default xkb_symbols "basic" {...
I have not been able to test this on any browsers other than Firefox, but I'd expect it to work because the API [seems to be supported](https://caniuse.com/mdn-api_navigator_clipboard) on all major...