Andreas Garnaes
Andreas Garnaes
Thanks for the PR and for writing this up, @dwwoelfel! I think we can address a number of use cases with option 2 of the "other ideas" you mention: a...
> @andreas are you suggesting that every resolver now returns that abstract type? I might be missing something, but it doesn't seem that it would preserve backwards compatibility (maybe there's...
@dwwoelfel Thanks for following up. I've thought more about this since -- here's an attempt to summarise the situation right now: The current design is that the type parameter `'src`...
Thanks for reporting this @DrYSG 😄 What version of `crunch` do you have installed? Check with: ``` opam info crunch ``` I suspect it could be an issue of portability...
@DrYSG Please try `dune exec examples/server.exe` instead of `dune build` et al 😄
Hey @crackerli - yeah, this should be fixed server side. It looks like Cohttp has a method to extract the content type without the charset: `Header.get_media_type`. Thanks for reporting 🙂
Yes, that would be great 😄
Thanks for the input! Adding middleware seems like a generally useful feature. Getting the types right might be challenge. Can you elaborate on the types you would expect for "path...
To expand on my previous comment... The type of the function `enter` (or `exit` for that matter), will need to work for all types of fields. Since only the context...
@martijnwalraven: Thanks, that looks interesting. What does the `startOffset` refer to? Do you have an example of a returned `extensions`-value and how it's interpreted/visualized?