Alexander Goussas

Results 6 comments of 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: ![image](https://github.com/user-attachments/assets/fcc42eb0-8ea5-48fa-8162-11d066409e26) (don't mind the dot at the end) And adding some debug logging I see: ![image](https://github.com/user-attachments/assets/df433941-88fa-490c-a738-af33d05c0133) Which shows that arguments after...

Having the same problem