willeM_ Van Onsem

Results 11 comments of willeM_ Van Onsem

> I tried this in Chrome, Firefox and Safari. Only Chrome exhibits the issue. Perhaps this is more of a Chrome bug than a haddock issue? **Yes**, although I'm not...

> That makes sense to me, thanks for spotting that! I also created an issue in the Haddock repository (https://github.com/haskell/haddock/issues/1406), and apparently this will be fixed by haddock itself.

> I would appreciate some help getting this minimal example working. Hi, locally the following works to render the webcam image to a window: ```haskell main :: IO () main...

> Would you be happy to reduce this change to only the switch of functions? done :)

The synopsis section is now rendered with: ![afbeelding](https://user-images.githubusercontent.com/3482343/209482033-cdb8d710-aaaf-408c-929a-81f133cf2335.png) ![afbeelding](https://user-images.githubusercontent.com/3482343/209482184-a974b9d4-1f5d-4bdf-92f9-6b2bb1bb7b4d.png)

I see, would it be an option to create a `vsep'` etc. that works with `Foldable`s. When I used this in code, I had to convert an item to a...

@tanriol : great idea! I've updated this in the (draft) pull request: https://github.com/tqdm/tqdm/pull/1637/files

Seems like some race condition in the database. Is something else manipulating the session objects? Do you use asynchronous views?

@yozachar : what if you use a query logger? https://stackoverflow.com/a/20161527/67579 It looks like some querying is done to update session data, but violates some constraint.