Gavin Ray
Gavin Ray
Not sure if anyone else would be interested, but I'd personally be willing to contribute ~$25-50 (based on effort/quality) for a Jetbrains IDE port. Maybe others also find themselves desperately...
This will allow you to press shift + enter by maintaining a queue of 2 keycodes from last pressed keys. I had to use `iohook` library to be able to...
This isn't the end of the world, as I can currently wrap every single component and every store value in an `if` check to see if the data has actually...
I am not the best at Typescript, so this type may be off a little, but I noticed that when trying to make pure function components two things happened: 1....
`@select`, `@action` do not work with list. ```html ``` changeCurrentApp does not fire with key up/down or a click on the list item, even though the selected item in the...
Apologies for opening an issue here, but some folks from the Dlang community are interested in helping to contribute to + maintain your `dlangui` repo. They mention not being able...
It would be nice if the `this._addListeners()` and `this._removeListeners()` could cache the current functions for `open`, `message`, `error`, etc, and use those as a backup. ```js const handleOpen = this._handleOpen...
I created a video demo here: https://streamable.com/i9k3z **Environment information:** Ubuntu 19.10 VS Code GHC + HIE 8.6.5 (built from source) Target project: https://github.com/hasura/graphql-engine/tree/master/server
JDK16 records are really nice to work with, it'd be great to be able to (at least in cases where it's supported) convert `Class` to `Record` to clean up code...
### Describe the bug Hiya, I was recently asked whether QuestDB can be used as a datasource for Hasura I tried to add it via the pg wire protocol part,...