Peter Becich
Peter Becich
@andreasabel , I can't make this work reliably. Can you give me the command to make the DocTests succeed? Thanks
Oh, I misunderstood. Yes, I meant for `hackage-server`. Are you able to run the `hackage-server` DocTests reliably?
For me, locally, with GHC 9.6, either of these causes the error: ``` cabal build --write-ghc-environment-files=always all; cabal test DocTests --write-ghc-environment=always cabal build all; cabal test DocTests ``` However, with...
Would you link an example please? Fixing issues like this: https://github.com/haskell/hackage-server/pull/1319
I am trying to merge the IOHK fork: https://github.com/eskimor/purescript-bridge/issues/63 I suggest we complete this before solving other bugs.
Another fork with recent activity https://github.com/mlabs-haskell/purescript-bridge --------- This fork may have diverged significantly: https://github.com/mlabs-haskell/purescript-bridge#purposeoverview
this branch https://github.com/peterbecich/purescript-bridge/tree/prepare-merge-from-iohk of the IOHK fork has been formatted with Stylish Haskell to match the parent repo
Anyone who wants to help out with this, please see this specific issue: https://github.com/eskimor/purescript-bridge/pull/89#issuecomment-1763799151 cc: @kindaro @flip111 @fosskers @eskimor Thanks
@NorfairKing , no, sorry, I've been unable to put any time into this issue
This package is exactly what I was hoping for -- thanks! I encounter a similar issue: ``` export default async function(req, res) { ``` ``` export default async /** *...