RichardWarfield
RichardWarfield
I implemented this functionality in order to be able to profile a function running on the C++ backend. Some notes on the implementation are in the commit message and usage...
When I try to run `npm install` `npm run start` I get lots of errors like the below for various .svg files. Looks like this is possibly due to a...
Based on instructions at #27 I run `stack exec -- beam-migrate simple schema --backend Database.Beam.Postgres.Migrate --connection "dbname= user= password="` to create a schema from an existing database, but: - Running...
I'd like to help with adding GraphQL subscriptions support to this package. I have started porting the [subscriptions-transport-ws](https://github.com/apollographql/subscriptions-transport-ws) package for subscriptions over WebSockets to Haskell [here](https://github.com/RichardWarfield/graphql-subscriptions-ws). There's a sample application...
I get the following errors when trying to build with Stackage snapshot 13.29 (GHC 8.6.5). I'm not familiar with Alex so am not sure where these identifiers should be defined....
Workaround/fix for [1353](https://github.com/NixOS/hydra/issues/1353) If a flake URI contains 'submodules=1' in the query part then any submodules should be fetched/initialized. At present, hydra-eval-jobset uses the 'url' field of the flake metadata...
**Describe the bug** In a flake-based project that has a git submodule, the submodule seems not to get checked out, even with '?submodules=1' in the flake URI. The build fails...
Added throw-catch to blur event handler to deal with exceptions that see med to be short circuiting the process and causing 'stranded cursors'
First of all thank you for this amazing project which has been so useful to us. **Describe the bug** Any exception in the JavaScript code now seems to result in...