Ginger Old

Results 105 comments of Ginger Old

agree, for me I replaced the fan on sifive board and it's super quiet these days, but for libc development qemu should suffice.

wading into ios|android will be a very different and challenging task, you will have to call java-api or swift-api in the end to get all the juicy stuff from their...

https://github.com/socketsupply/socket uses some clever way(json marshalling) to work with android and ios webviews, maybe Wails can borrow some ideas there to get mobile supported. yes it will lack some native...

The point is to reuse UI code between a local desktop-Wails backend and a headless-remote-Wails backend(i.e. a go https server that uses the same Wails API to work with UI)?...

multiple lines per cell will be great, is this supported now?

how to reproduce ``` mkdir -p test cd test vi .gitignore # add below .venv to ignore it .venv/ mkdir python cd python python3 -m venv .venv cd .. git...

if I issue scc under test(where .git stays), it worked file. I would expect scc always respect .gitignore in the root dir like other similar tools(rg, fdfind) etc

this should be fixed, very misleading indeed when I nmap to an android device where no freeciv was installed

one typical use case could be: * a few html/css/js files under a directory(be it from react/vue/svelte/manually-created) that webui can load the whole directory and start with its index.html, this...

same problems here with ubuntu 22.04 ``` Cgroup v2 mount points: /sys/fs/cgroup Cgroup v1 systemd controller: missing Cgroup v1 freezer controller: missing Cgroup ns_cgroup: required Cgroup device: enabled Cgroup sched:...