Richard Davison

Results 19 comments of Richard Davison

@rizo, yes. I believe that the issue has been resolved by @struktured. I have done a bit of work in a fork, with partial support for vendor extensions. However, you're...

@rizo, I forgot to mention, if you would like to test those forks, the way I have been doing it has been to: ``` mkdir kube && cd kube git...

@flefevre : Perhaps you can try using `utop` to help you navigate the generated code. In your project directory, you can run `dune utop`, or perhaps `dune utop -p kubecaml`...

@glennsl Been hitting this issue as well. You could also disable warning 56. ```reason type t(_) = | A : t(int); [@warning "-56"]; let foo = (x: t(float)) => switch(x)...

I don't know if there's a correlation, but every time it happens, and I check the logs, I see "Check for updates...", which is a periodic check. Could it be...

I downgraded my version of Karabiner from v14.10.0 to v14.9.0 and it seems the issue has gone away. So it was likely a recent regression.

I guess I spoke too soon. Even on v14.9.0 I seem to be having variable reset issues. However, it seems that every time it happens, I get a little popup...

It also seems to happen after `grabber_client error: Connection reset by peer`.

It's not a gui, but I've been using this tool to make complex modifications without drowning in json: https://github.com/yqrashawn/GokuRakuJoudo