-
It seems the examples in ghcjs-examples does everything in haskell. I'd like use ghcjs so I can write the "core" logic in haskell and leave the frontend stuff in js. How do I go about exposing a has…
-
**Update on this**, we did a more detailed design review and came up with a better solution, [Idea 3](#idea3) below. Benchmarks confirm this is just as fast as using the native `Nat` and `Int` functio…
dolio updated
2 months ago
-
With the landing of Hi Haddock, I'd like to take some time to think about what we want to focus on for the year 2022.
## Some things that need attention
* The CI: it's completely borked at the m…
-
I would like to use this library with Google's Machine Learning service but frankly, I have no idea where to start. Is there an example or at least some pointers on how use any of google's cloud servi…
-
_"It doesn't matter how smart you are if you never stop and think."_ - Thomas Sowell
## Containers
Containers are a solution to the "deployment problem", which is the problem that your complex p…
-
Since the Runner VMs are populated by a script, the knowledge of the contents of its configuration can help with identifying further target to remove.
For example:
https://github.com/actions/runner-…
-
It could be neat to have a type family that maps things like `Amazonka.DynamoDB.GetItem` to `"dynamodb:GetItem" :: Symbol`. Might be a way to answer "which calls might this block of code make?" when c…
-
I'm interested in running funflow pipelines shipping external jobs to a cluster scheduler e.g. torque/slurm.
I was hoping to get some ideas on how to do this. I'm happy to write code and contribute…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Simple, if you have a computer with a weird CPU arch (i got a riscv SBC): try to `ssh` using zed i…
-
EDIT: Update 6 years later. Since version 2.0 cabal uses the new hackage-security protocol and stores the new 01-index but it does still store both the compressed and uncompressed version. As October …