Artem Yadelskyi
Artem Yadelskyi
Tried to run VirtualBox using Nixpgks on Pop_OS, no success - kernel drivers were not installed
@kamui-fin this can be because you are using `Nerd Font Mono` instead of `Nerf Font` (regular) For example, `JetBrainsMono Nerd Font` will be displayed properly, but `JetBrainsMono Nerd Font Mono`...
Hello, @aykevl are there any updates/plans/roadmap to support more reflection? With v0.31.1 fails in runtime because of reflection
Awesome WM also worked fine previously, however I didn't tried on newer versions of Ebitenengine
Hello @goccy, in #406 you said that you would fix this issue, the fix seems to be pretty small by itself, is there any chance you will do that any...
@GRbit yes, it reproduces, here is an example: ```go package main import ( // "encoding/json" "fmt" "github.com/goccy/go-json" ) func main() { s := Something{} s.Thing = &ThingA{} err := json.Unmarshal([]byte(`{"thing":...
With this changes it works (from PR that was closed, #406): ``` replace github.com/goccy/go-json => github.com/cmetallo42/go-json v0.0.0-20221114111108-7fed434e8044 ```
Hi @sinaw369, sorry for the long time reply, thanks for the changes, I reviewed them, but I think those examples are good enough to show what the library can do,...
Closing as not valid anymore
Hi @sinaw369 I saw it, sorry for no reply, I just did't had much time, I will try to review it this weekend