@Rue89Strasbourg Chrome et Firefox sur Android. Effectivement ça fonctionne bien sur desktop. Je reproduis sur desktop quand je change mon user agent via les devtools
@Rue89Strasbourg Oui la version web de la newsletter s'affiche mais impossible d'ouvrir les articles depuis celle-ci. Pas dramatique mais un peu dommage :)
If you're a developer or designer working with macOS, here's a setting you should always have to avoid surprises with scrollbars you don't see.
System Preferences > General > Show scroll bars
⏮ timefind: a tool for searching through Web history.
Wondering when OpenAI started talking about their charter for ethical AI? Just search their website:
$ timefind https://t.co/SDiofWkMim charter
It's pretty fun to browse time! Insightful, sometimes.
https://t.co/M5ixqLkVxv
@Shahor I agree, it seems to make more sense in functional languages with special syntaxes to handle this interface. Otherwise, having a proper interface for it seems unnecessary, a bit like "Iterables" wouldn't make sense without 'for' loops support.
@Shahor I read https://t.co/VnvFWiRQgh recently and it gives a pretty honest explanation :) It made me understand that 'https://t.co/REpP7gCrNc' is an implementation of a functor, and 'array.flatMap' a very basic implementation of a monad.
@_theChesCat Je déterre le tweet, mais je viens de tomber sur https://t.co/mq0h9MfeaR et l'attestation téléchargeable contient un QR-code (chez moi en tout cas, mais j'avais déjà un QR-code sur le papier qu'ils m'ont donné à la première dose)
@LeaVerou I'm not sure why you dismissed `document.hasFocus()`? If you run it in the console, surely the console has the focus, not the document, so it returns false. Did you try to run it in a `setTimeout` and quickly focus the document?