servant-purescript icon indicating copy to clipboard operation
servant-purescript copied to clipboard

Translate servant API to purescript code, with the help of purescript-bridge.

Results 11 servant-purescript issues
Sort by recently updated
recently updated
newest added

https://github.com/mlabs-haskell/servant-purescript https://github.com/input-output-hk/servant-purescript

With GHC 9.2+ and Servant 0.19+, errors like this occur: ``` src/Servant/API/BrowserHeader.hs:37:10: error: • Non type-variable argument in the constraint: HasContextEntry (context .++ DefaultErrorFormatters) ErrorFormatters (Use FlexibleContexts to permit this)...

https://docs.servant.dev/en/stable/cookbook/uverb/UVerb.html

Hi, I intend to use this nice library in production for generating a client for my Servant API. I already have purescript-bridge up and running, and I want to go...

f88dae371ff141f966b34d69b78908a70539975a fixes compilation with servant 0.18

Running `pulp build` on the code generated by servant-purescript generates a lot of warnings. If possible, we should try to generate clean code. For example, building `central-counter` generates 68 warnings:...

help wanted

``` andreyash@MacBook-Pro-Andrey frontend (master) $ rm -rf bower_components/purescript-functors andreyash@MacBook-Pro-Andrey frontend (master) $ rm -rf bower_components/purescript-newtype andreyash@MacBook-Pro-Andrey frontend (master) $ pulp browserify --to dist/app.js * Browserifying project in /Users/andreyash/Development/purescript/servant-purescript/examples/central-counter/frontend * Building...

bug
help wanted

It would be great to be able to use servant-zeppelin in combination with servant-purescript.

enhancement

Correct me if I am wrong, but I think the AuthProtect combinator is not supported by servant-purescript. Do you have any plan to add this support? Anyway, thank for this...

enhancement
help wanted

The settings fields encodeJson/decodeJson are currently ignored and default implementations are being used. Reason: https://github.com/purescript/purescript/issues/1957 For us the default encoding is fine, so if users want this fixed - a...

bug
help wanted