Alexander Goussas
Alexander Goussas
I am also having this issue and think it is related to CHADtree
It would be nice it Crow could manage resources such as databases and inject them as arguments in handlers.
I am also interested in this. I am trying to port a scraper from Kotlin (JSoup) to Haskell. Having CSS selectors would make this a lot easier, since that's what...
I am not very familiar with the internals of Scalpel, but I can see it uses tagsoup for selection. Maybe it would be possible to leverage Selenium to implement CSS...
I can reproduce the bug with the following example:  (don't mind the dot at the end) And adding some debug logging I see:  Which shows that arguments after...
Having the same problem