-
### EXAMPLE:
```
val upload = post |>
operation('download) |>
formField[(FileInfo, Source[ByteString, Any])]('file) |>
$$[String]
```
```
val download = get |>
operation(Symbol("downl…
-
Commands on ubuntu 14 m/c:
cabal install postgresql-orm -- success
ghc-pkg list | grep postgresql-orm -- shows postgresql-orm-0.3.2
git clone https://github.com/alevy/postgresql-orm.git && cd postgre…
ghost updated
9 years ago
-
Hello!
I have a minimal example here. the `hs-to-coq` executable was created with `stack install`, but there is some nix in here
- ls/tree
```
$ ls
edits Main.hs hs-to-coq/ shell.nix
```
- …
-
Hi, thank you for your effort with this project! I found that `streams.fsx` example is throwing following exception when I do
`dotnet fsi ./streams.fsx`
```
System.InvalidCastException: Unable to …
-
Would it be possible to add streaming support for Data.Attoparsec.Text?
If so, would you accept patches for Text support to this library?
-
Hi! I'm looking for some best practice to save screenshot of any desired size.
Right now I'm relying on a global variable that during the update push a new canvas dimension/aspect ratio/viewport, s…
nkint updated
4 years ago
-
`haskell-docs` is used in the `intellij-haskell` project (https://github.com/rikvdkleij/intellij-haskell).
The following issue occurs on GHC8 with Haddock 2.17.2.
```
$ haskell-docs take
Couldn't fi…
-
Is there room for a js blob type in the rfc?
m.data.type is always empty when receiving messages.
``` javascript
ws.binaryType = 'blob'
ws.onmessage = function(m){
console.log(m.data.type)
}
var …
-
**Describe the problem**
Symbol>>#intern: for WideString check if the WideString could be represented as a ByteString (using #isOctetString).
This is not nice as it means iterating any WideString…
-
As of #21, stream identifiers are now structured, but represented on the wire as `ByteString` types. @jageall suggests that these should be limited in which bytes are acceptable, and that the encoding…
jen20 updated
4 years ago