-
Use http://hackage.haskell.org/package/fdo-notify-0.3.1/docs/DBus-Notify.html to send notifications
-
using type-lits and possibly https://hackage.haskell.org/package/ghc-typelits-natnormalise-0.2
even if all the operations are fixed-width it would already be an improvement
because we could remove al…
-
Hello! Is there some sort of generic runtime representation of protobuf types generated from protobuf files? Something similar to this (but for protobuf) https://hackage.haskell.org/package/aeson-1.5.…
-
See the packages here:
https://hackage.haskell.org/user/Norfair
And the blogposts by @NorfairKing here:
https://cs-syd.eu/tags/cursors
Seems like this **might** make a few things easier
-
#5526 (multiple _public_ libraries) is in, but there are still a few things to add and polish
#### Visibility enforcement
* [x] **Add a visibility field to sublibraries** :fire: :fire: :fire: :e…
fgaz updated
7 months ago
-
It seems that the Constraints data type (http://hackage.haskell.org/package/hmatrix-glpk-0.19.0.0/docs/Numeric-LinearProgramming.html#t:Constraints) does not have a Show instance although this could b…
tkx68 updated
4 years ago
-
allow a user to sign up or login, forgot password.reset pw
- encrypt password in db and use a timesafe comparison function to compare the submitted password to the stored hash
- return and revok…
-
GitHub sends webhook events for PRs with `"action": "review_requested"`. Those currently trigger 500 responses from Hoff.
I think we might be able to fix this by bumping the version of our `github`…
duijf updated
4 years ago
-
```
This will allow QuickCheck to produce more meaningful and simpler
counter-examples for failed tests.
See http://stackoverflow.com/q/16968549/1333025 and
http://hackage.haskell.org/package/Quick…
-
The latest version of lucid-extras (http://hackage.haskell.org/package/lucid-extras-0.2.2) can be used to generate vega and vega-lite webpage elements, based on the lucid HTML library. This could be u…