rubyFeedback

Results 303 issues of rubyFeedback

Could support for WCGI also be added? Not sure if this fits into wasmer's scope. It would be great if one could use this from a .cgi file though. https://wasmer.io/posts/announcing-wcgi

🎉 enhancement

Hey there Andy, You offer tons of different things related to glimmer, either directly or semi-indirectly (e. g. support code that could also be used outside of glimmer, I would...

So, as always, please feel free to ignore/disregard. Lately I was thinking of oldschool terminal interfaces and ... curses popped up. Aka ncurses. "Accidentally" I found this gem: https://github.com/Muriel-Salvan/curses_menu I...

I am trying to update the game "garden hero" right now. I get lots of deprecation warnings such as: #Called from ["gui/gosu/garden_hero/core/player/player.rb:24:in `new'"]. DEPRECATION WARNING: Passing a Window to Image#initialize...

Hey there, I recently moved all my local fotos to .avif, from .jpg. The decrease in file size is impressive; quality is almost exactly the same (at lower quality one...

Colour the circles example allows us to click on a circle and colour fill it. We can also designate the difficulty. Would it be possible to also be able to...

Heya Andy, This is more of a question. Please do feel free to close this issue whenever you would like to. I am working on a GUI for oldschool pen...

Hey there Andy, I see you were busy with rubyconf and probably some other things unrelated to glimmer. cody271 is slowly adding more things to libui-ng ( https://github.com/libui-ng/libui-ng ) and...

Hey there, We can create a new entry in LibUI via: entry = LibUI.new_entry Then, we can set it read-only, via: LibUI.entry_set_read_only LibUI.entry_set_read_only(entry, 1) # so 1 means true, aka...

Hey there kojix2, I may have found a bug or at the least a weird behaviour. First let me show the image - it shows a black window: https://i.imgur.com/Sng4FNl.png Next,...