ranfdev
ranfdev
> Is there a way to provide a certificate? Currently? No. But I'm going to add it
The biggest problem I have right now is not technical, it's that I don't have enough time to do everything.
It would be nice, but it may require a solid amount of work. Don't expect it soon
Thank you, I'll see what I can do
Thank you for the report, I'll add them
Implemented on commit https://github.com/ranfdev/Geopard/commit/dc82f8882478e3853e63d6256ada4d738261f703. The only missing shortcut is the mouse middle button to open a new tab
Good idea, I'll implement it
This is not specific to flutter, it's a problem even on the web when using the icon fonts
The issue is also clearly visible in the included example webpage: https://github.com/tabler/tabler-icons/blob/master/iconfont/tabler-icons.html . I've solved this issue by adding a css transform: ```css i.ti { /* compensates...
An external deno implementation would be useful also as a guidance to implement the REPL for other runtimes, like [gjs](https://gitlab.gnome.org/GNOME/gjs) or [bun](https://bun.sh/). Specifically, gjs already has shadow-cljs support with an...