Jakub Zarybnicky

Results 17 comments of Jakub Zarybnicky

I am now experimenting with a variation on the react-query bindings spliced up with a bit of the Apollo bindings. It goes something like this, although I expect I'll need...

Sorry for the tone and length of the first post - I've written it up after 12hrs of staring at Haskell code, and I was a bit frustrated... Anyway, thanks...

For others searching for this functionality, this seems to be such a plugin: https://github.com/tjmoses/postgraphile-plugin-batch-create-update-delete

Also a clue as to whether GHCJS plugins are supported is https://github.com/ghcjs/ghcjs/commit/e36e50ac0c696fb663385fb35094117505e4a805, where I can see 'something' that touches plugins. I'd assume that the thing to do is to compile...

@locallycompact No progress to report, no. I did discover that IOHK used to use GHC plugins with GHCJS, but it wasn't a straightforward process and I instead postponed the reflex+polysemy...

I've also encountered the problem, but in exactly the opposite manner than the previous report - if I replace all TAB characters from my list with four spaces, the hotkeys...

This seems not to be necessary anymore: https://github.com/NixOS/nix/pull/9867

This is already tracked in another issue here (I'm mobile right now, I'll find it later), and it's quite high in priority on my todo list for hledger-web, I just...

The same problem is tracked in the old issue #586 Skimming through the options for pagination in Yesod, the only semi-maintained library is https://hackage.haskell.org/package/yesod-paginator-1.1.0.1/, but I'm not sure it's worth...

Manually adding the following to the local setup also works, though with the database-first approach, I'd expect something akin to `add_service_auth_credential`, or perhaps something like `InsecureIgnoreHostKey` ```yaml services: worker: environment:...