Guy Sviry

Results 9 issues of Guy Sviry

Hi, the arch.victorb.earth mirror seems.. stale. Whats up with that? Anyway, I thought that pacman on IPFS is a wonderful idea and I wrote a couple of scripts for package...

expac's default behavior when running without targets is to query everything. This is not always desired, e.g when your targets come from another command. For example, the arch wiki has...

Oak's FFI supports calling C functions, only if the target function follows the oak FFI protocol (e.g. receive a vm object, and interact with it) ~~As Oak is advertised to...

enhancement
foreign function interface
core library

This is a tricky feature to implement because of the fact that the popular lua consoles (lua 5.3-5.1 & ~~luajit~~) implement SIGINTs poorly For example, lets take the reference implementation...

Basically I watched https://www.youtube.com/watch?v=HsOKwUwL1bE and figured having tools within rx to do LUT pixel art animations can be cool. I wanted to hear if you will be interested in merging...

Leftovers: - [ ] save/load coordinates relative to the current station to allow loading same config on rides different then the source ride. - [ ] make sure we the...

To my understanding this is useful for shoestringing demo: https://github.com/user-attachments/assets/8a1e764e-b0d6-4c17-95ce-7973902d3a7f

Until now, scripts could only create buttons of type `WindowWidgetType::ImgBtn` and `WindowWidgetType::FlatBtn` I wanted to replicate the type of UI you can see in the land editing/clear scenery windows you...

right now the only way for plugins to turn on gridlines is to edit the main viewport flags at `VIEWPORT_FLAG_GRIDLINES`. This works, but doesn't play nice with other tools. If...