Montegasppα ℭacilhας
Montegasppα ℭacilhας
I enabled TIC-80 fullscreen flag, and since then, TIC-80 doesn’t grab focus anymore. So I’m not able to disable fullscreen, since TIC-80 simply doesn’t communicate with keyboard or mouse. How...
[Moonscript](http://moonscript.org/) has a way clearer and more concise syntax than Lua, and actually compiles to Lua. The codes become shorter, cleaner, and more manageable. My suggest is: it would be...
There’s no documentation about how to enable `--pkg`. For instance, I have a project in VSCode that uses `--pkg gtk+-3.0`, but `vala-language-server` keeps showing errors about the namespace Gtk could...
``` --> /home/cacilhas/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.59/src/lib.rs:92:30 | 92 | feature(proc_macro_span, proc_macro_span_shrink) | ``` Versions 0.2.18 until 0.3.26, stopped working in nightly 0.72.
Pacman has `IgnorePkg` for blacklisting packages. I can’t find any feature in RUA similar to `IgnorePkg`. I actually need something even more advanced: I would like to block ANY package...
Wherever I look I find examples like this: ```rust fn setup_gravity(mut rapier_config: ResMut) { rapier_config.gravity = Vec2::new(0.0, -9.81); } ``` However the compiler gives the error: > error[E0277]: `bevy_rapier2d::plugin::RapierConfiguration` is...
Today, `rio --working-dir=$path` opens a new window. It would be cool to have a flag to tell Rio to create a tab in an existent window instead. [Kitty](https://sw.kovidgoyal.net/kitty/), for instance,...
Rio isn’t able to detect function keys (F1, F2, F3, F4…). Even more bizarre, ~~no application launched from Rio is!~~ **Update**: for some reason, function keys work well on Neovim....
### Describe your changes Make it easier to keep track of messages by adding an environment variable for `BCC`. ### Related issue/discussion: #142 ### Checklist before requesting a review -...