Lukas Tenbrink
Lukas Tenbrink
The theme in monaco is, shockingly, a global variable, not a per-editor variable. When a new `` is created, it will set the theme. If no theme was explicitly set,...
Hi, I'm building an application for which I'd like to use the validator (and parser) of this project. The application is in JS. Fortunately, scalajs exists which supposedly works pretty...
## Prerequisites - [x] I'm not in a dev environment, I'm on release. - [ ] Using npm - [ ] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main) - [ ] Using...
Let me know if this looks correct. I tested it and for equal arrays it returns a negative value. I think it's because softmin can return values less than the...
When running nuitka against [the minimal dash example](https://dash.plotly.com/minimal-app), it fails on execution: ``` ❯ main.bin Traceback (most recent call last): File "/private/var/folders/hz/m7z40m4x72d08f_7q265dn080000gn/T/onefile_96050_1719344988_118512/main.py", line 26, in File "/private/var/folders/hz/m7z40m4x72d08f_7q265dn080000gn/T/onefile_96050_1719344988_118512/dash/dash.py", line 2099, in...
**Is your feature request related to a problem? Please describe.** macOS has very consistent keybinds across their apps. I would expect my terminal emulator to default to these keybinds to...
… in case the file is not read from disk. This is needed if, for example, files are streamed using a file upload dialog versus read from the file system....
I've recently created the [Dash / Nuitka Standalone Boilerplate](https://github.com/Ivorforce/Dash-Standalone-Boilerplate). The example contains many explicit `--include-package` arguments, so I tested without them. Most can be removed, but one (`plotly`) seems to...
### Describe the project you are working on A gdextension. ### Describe the problem or limitation you are having in your project I'm going to frame this discussion as a...
Referring to https://github.com/godotengine/godot-docs/pull/9996#issuecomment-2373129310, BBCodes are currently documented ~~3~~ 5 times: - [GDScript documentation comments](https://docs.godotengine.org/en/latest/tutorials/scripting/gdscript/gdscript_documentation_comments.html#bbcode-and-class-reference) - [GDExtension documentation system](https://docs.godotengine.org/en/latest/tutorials/scripting/gdextension/gdextension_docs_system.html#documentation-styling) - [Class reference primer](https://docs.godotengine.org/en/latest/contributing/documentation/class_reference_primer.html#doc-class-reference-bbcode) - [RichTextLabel](https://docs.godotengine.org/en/stable/tutorials/ui/bbcode_in_richtextlabel.html) - [Class Reference Translation](https://docs.godotengine.org/en/stable/contributing/documentation/editor_and_docs_localization.html#class-reference-bbcode) It might...