-
I seem to be getting cors or 401 unauthorized issues when trying this towards a private organization. Demo host works with the public gitlab for public projects.
Any idea how to get this working fo…
norrs updated
6 years ago
-
And can I build anything in it yet?
Because...I would like to. A lot.
-
it looks like it'd be quite possible to generate code that respects the ghc calling convention, and perhaps provide a safe wrapper around running the code. (while also evading the c ffi overheads!). W…
-
In my adventures with Rock I find myself getting some conflicts while using [Effectful](https://flora.pm/packages/@hackage/effectful). It would appear that everything must run in a Task, but it's not …
-
Cross-reporting from: https://github.com/alanz/vscode-hie-server/issues/56
Open the following file:
```
-- {-# LANGUAGE NoMonomorphismRestriction #-}
import Test.QuickCheck hiding((===))
import…
-
Imagine the following scenario:
```
counter x = do
_ Widget HTML T.Text
other str = do
e Widget v (a, [Maybe Widget v a])
```
which would return the result along with all the continua…
-
We keep mentioning this in various places, but apparently we don't have an issue to track it. Lets try to collect links to relevant tools and discussions to help move towards a syntax highlighter that…
-
-
There are three problems that could be addressed by the introduction of type-level regions:
1. Preventing reference leaks. Related #7
2. Caching class references (by using a reader monad). Related #…
-
I ran into this issue today, and found this: https://github.com/NixOS/cabal2nix/issues/423. The solution, as stated in that thread, was to run `cabal update`. Could that be a hint that's given along w…