Sébastien Lorber

Results 1471 comments of Sébastien Lorber

Can confirm 🤪 this is becoming so annoying https://twitter.com/sebastienlorber/status/1490704646230482949

@thomaswang I think CSS `:has()` may help solve this annoying section problem. It's not widely supported by should be in Chrome quite soon. Just separating the "more. tweets" section from...

agree, this is painful for me. was quite complicated to track down why my Gatsby site is not running on IE11/Edge, due to using "swiper", which depends on this lib

Hi There's a PR to track, likely to be in next version: https://github.com/facebook/docusaurus/pull/3539 edit: merged

published the "top level pivots": https://twitter.com/docusaurus/status/1318234989717192704

Thanks, Unfortunately I can't do that, because I'm using another serializer (Salat/MongoDB) on the same case classes I can't modify them easily

+1 would be great! Can it be done with a JS api only? or is it required to modify android theme files?

Hi, Unfortunately it will never be possible to change the color of this picker through a prop. The native widget does not allow so, and even android native developers complain...

+1, decoupling from Next would be appreciated. Had to copy this project's source to be able to use. Also decoupling from `useSWR` would be better. Personally I don't want to...

Also there are other references to `document.body` in this lib. Is this lib intended to be used with another element than body? Doesn't work well for me :'(