Tin Švagelj
Tin Švagelj
The same way core JavaFX package doesn't include FXML parsing and it has it's own javafx-fxml package, RSyntaxTextArea should also be modular. I'm currently working on a commit for logisim-evolution...
I know some of these might end up being very expensive. Sadly, Mojang is doing a $#!t job at improving their command system to perform better in complex mcfunction files....
## General description This PR adds a `lua_mouse_hook` to Lua config script as suggested in issue #938. I remembered wanting click events in conky before, and I wanted them again,...
### Description It would be nice if fonts could be loaded from typ files for use in templates and icon packages. ### Use Case I want to use a icon...
It would be convenient if the compiler provided constants for fonts it ships with in form of: - `font-sans-serif` - `font-serif` - `font-monospace` This would allow documents to fallback to...
In order to mock auth route I need to provide a custom header in the reponse that's returned by the server. As far as I can tell, only body of...
I'm bringing a suggestion from my [rlua PR](https://github.com/mlua-rs/rlua/pull/287) (and [piccolo](https://github.com/kyren/piccolo/issues/38)) that proposes adding the ability to compose argument parsers. Motivation for this is simplifying function overloading from bound lua methods....
This suggestion bounces off of [shell-escape issue](https://github.com/tectonic-typesetting/tectonic/issues/38) and basically provides an alternative that's more trustworthy than shell-escape at the cost of being a 🤏 harder to implement. I propose adding...
- They convert most primitives to string now. - Not through ToString as generic specialization isn't stable and we'd clone data needlessly otherwise. - They get erased if their value...
Web UI timeline performance it horrific when rendering a lot of tiny events. The reason why is because SVG is being used to display them and there's clipping on every...