Jivan Roquet

Results 19 comments of Jivan Roquet

I second @arikfr point here. Without this capability, parameters are basically useless in practice. @susodapop if your in-progress React implementation leaves you any spare time to work on stuff that...

Hello @arikfr thanks for the quick answer. I was saying the above because of a number of reasons: - on the Discourse platform, I've seen quite some requests that one...

Another use case for this: decompressing a POST request's body. Example (which does not work, but would be amazing if it did): ```python @app.middleware("http") async def decompress_if_gzip(request: Request, call_next): if...

@JHBalaji unless I'm mistaken, this GZipMiddleware is to gzip the response's body — not unzipping the request's body

@JHBalaji yes I've seen that since then, thank you for following up.

@anomal are you open to PRs?

I tend to agree that compile-time checking should assume that all fields in the dB are consistent with what Haskell expects. Validating that this is actually true with regards to...

@ericfischer @springmeyer I can see the most recent issue closing happened end of May — is this repo still maintained?

@srid > One key advantage here is the ability to share types between the frontend and the backend If your `Types.hs` is shared, yes., which means it has to be...

Very interesting, thanks. The GHCJS devs seem to be all about 8.10 branch as of now, and I agree that more than a year of no update for master is...