Elliot Morrison-Reed
Elliot Morrison-Reed
Hi bcvery1, It looks like you have been doing a lot of work on this library. I was doing a similar thing last year and had a few insights while...
**keybinding option type is incorrect** - bug: see title **Short Description:** Tabulator expects on object as the "keybinding option" but the type in ConfigUtils.tsx is set to an array. This...
I just updated to the latest version of assert and it seems to be causing havoc on our CI/CD system. The problem is that we have several checks on large...
If the plugin panics during operation it can cause the host application to hang in the [SendRecv()](https://github.com/elliotmr/plug/blob/master/pkg/runtime/host.go#L80) function. There should be a looped timeout on the receive that check to...
right now it would be easy to cause the host program to crash by creating a message that has a Very Large Number as it's size. There should be a...