-
Hi,
I am trying to use HIE with the current VSCode extension. HIE is started, then it dies after a couple of seconds. VSCode retries 5 times and then gives up.
The project is created via
```…
-
Not sure if this applies to other backends also.
original report: https://github.com/yesodweb/yesod/issues/998
-
I expect the following to use the specified `stack.yaml`, but it doesn't work:
```
stack --stack-yaml stack.production.yaml exec -- yesod keter
```
What _does_ work is specifying the file in t…
jezen updated
4 years ago
-
I open this issue to track yesod status in TFB. This is better placed here because it's very specific to haskell and yesod and TFB people don't have the knowledge to deal with compiler issues.
In …
-
```
Configuring component lib from yesod-core-1.4.27
Preprocessing library yesod-core-1.4.27...
[ 1 of 31] Compiling Yesod.Routes.TH.Types ( Yesod/Routes/TH/Types.hs, /tmp/matrix-worker/1480434148/…
-
As present in #4620 https://github.com/datalad/datalad/pull/4620/checks?check_run_id=788686809 and possibly in other PRs etc (didn't check).
```shell
================================================…
-
Hi,
Julius does not accept async functions, e.g.
async function test() {}
becomes
async;function test(){}
in the generated JavaScript file. Note the semicolon. This causes foll…
-
Hitting this error:
```
> export JWT_SECRET="some secret value"
> yesod devel
Success! Waiting for next file change.
Type help for available commands. Press enter to force a rebuild.
Starting de…
-
On `joplin`:
~~~
p101317@joplin:~/duke/sct_testing/test/Datalad-dummy_dataset$ datalad save
CommandError: command '['git-annex', 'add', '-c', 'annex.dotfiles=true', '--json', '--json-error-messages…
-
I trying to test with session when I sent twice post happend what I expected -> statusIs 200 and then statusIs 400 . When I used post and postBody .. something is broken and happend twice statusIs 200…