Derek Stavis
Derek Stavis
About README. It would be greater if you follow this template: https://github.com/oh-my-fish/oh-my-fish/blob/master/pkg/omf/templates/pkg/README.md
The last time I've checked this, the problem was in GNOME Terminal. [You can see](https://github.com/oh-my-fish/plugin-tab/blob/master/functions/tab.gnome_terminal.fish#L2) that this plugin only calls `gnome-terminal` with `--tab` option, which should do the job.
I'll look into this in the next few days. I didn't have notifications enabled in the repo and missed all the updates :sweat_smile:
Please let me know if this is still a problem in the latest main
Currently this is not supported through the JavaScript binding. You should be able though to go into the LVGL dependency that is vendored in this repo and follow [these steps...
PRs are welcome though. I feel this should be a fairly low lift, but we would need to build a separate `Font` API to handle this in JavaScript (font loading...
Sorry, here's the [right link](https://docs.lvgl.io/8.3/overview/font.html). Nothing special more than LVGL Font documentation... See the "Add a new font" section. I tried to take a stab at a way to load...
>Is it critical for the JS binding or rather just a nice to have? Images are currently handled through a buffer, so I thought it would be nice to have...
Option 1 sounds like the cleanest approach to me, as it allows to leverage virtually any loading method -- generating a header file with a a statically allocated buffer, loading...
Sounds like a fun little task to take on :) but right now kind of limited in bandwidth to ramp up in a whole new environment 😛 Feel free to...