bjorndm
bjorndm
I enjoy using this library but the performance of drawing could be improved. In stead of drawing directly to the display, I suggest drawing to a memory frame buffer and...
### Operating System - [X] Windows - [X] macOS - [X] Linux - [X] FreeBSD - [X] OpenBSD - [ ] Android - [ ] iOS - [ ] Nintendo...
Now that ebitengine has experimental support for text input, ebitengine should use this as well if available. This is required for supporting complex IME languages such as Japanese. I'm willing...
I was able to make a 3.4 branch and port IME and some other functionality. I didn't test it yet. This PR is more FYI than for serious merging, but...
I would like to work on getting IME support into the go language wrapper of GLFW. While this is only a PR I need it downstream in Fyne. Any suggestions...
### Proposed change I propose that it should be easier to set per user and per key permissions for Key Value stores and object stores. While it is possible to...
Just FYI: I made a tool for my work named `jef` that combines GJSON and this expr package to filter newline delimited json with. In my test on a file...
Sorry, but here is another suggestion. Now, expr has arrays, which is very useful. But there is no built in syntax right now to index them. While it is possible...
I see that {} is now reserved. Perhaps this could be used for map or JSON values like in https://github.com/tidwall/xv? I can probably contribute a PR but I'd like to...
I can use jtd-infer with a few concatenated files, but when I concatetenate a 1000+ JSON files, the program crashed with a stack overflow. Similar inferral tools for JSON Schema,...