Ashesh Ambasta
Ashesh Ambasta
I was going through the documentation but couldn't find a way to add options to ignore certain kinds of patterns. In my use case, I have a type like ```haskell...
Hello all, I've been using `reflex-platform` for a side project, at the following version: ``` homepage: https://reflex-frp.org url: https://github.com/reflex-frp/reflex-platform/archive/8d421e9e06b0477cbc065346aaf596c9db6cc387.tar.gz owner: reflex-frp branch: rc/0.6.0.0 url_template: https://github.com///archive/.tar.gz repo: reflex-platform type: tarball sha256:...
Hi all, I've been trying reflex for a first project, and I'm running into some trouble. I currently have a [default.nix](https://gist.github.com/asheshambasta/423fd27b04c37e2a8f14bf84068f139a#file-default-nix): ``` { system ? builtins.currentSystem }: let sources =...
On doing `magithub-issue-view` followed by an issue number (and hitting tab to complete it), results in an error like this: https://gist.github.com/asheshambasta/02825f922751db858511f42547524bd6 I'm not sure what the root cause of this...
We're using Haskell to write one of our services, and we're using Aeson for input-json parsing. However, the API of the platform as a whole _must_ expose standardised validation errors...
Hello, I'm using a rather complex setup with which I'm locally setting dante variables using emacs directory variables like so: ``` elisp ( ;; for each ` . ( ....
I can reproduce this quite reliably. It seems to me that the project doesn't get reloaded most of the time between ghcid restarts. My workflow is the following: - at...
Can't continue "event closeall" no matter what I do. The same happens when VB is open, and when it is closed.
I'm observing an issue with `wreq-0.5.4.0`, where I'd like to avoid URL encoding parameters for some servers that don't handle it very well. Say I'd like to set a parameter...
Thanks a lot for the tutorials; I think this is an incredible resource. However, when trying to follow the getting set-up instructions at https://qfpl.io/posts/reflex/basics/exercises/introduction/index.html, after having set up the binary-caches...