willeM_ Van Onsem
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:  
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...
@timgraham : added a test.
@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.