Michael Rienstra

Results 41 comments of Michael Rienstra

I just sent the following email to the samizdatco. Because, uh, apparently, one of my new hobbies is trying to revive dormant GitHub projects... :P > Hi Christian! > >...

Move the second script before the first. GA sends `expId` & `expVar` with the `pageview`, so you need to set them before `send`ing the `pageview`. Here is (a snippet of)...

More detail here: https://www.linen.dev/s/growthbookusers/t/541440/JFYI-there-are-many-high-amp-critical-CVEs-in-prod-found-in-

The official fork (which is pushing updates to [`dendron.dendron-paste-image`](https://marketplace.visualstudio.com/items?itemName=dendron.dendron-paste-image)): https://github.com/dendronhq/dendron-paste-image

Alternate solution: https://github.com/jakiestfu/Snap.js/

@joshas Thanks for the heads up. Changing `.bar` from `position: fixed` to `position: absolute` seems to help with the title bar problem. [Demo 3](http://michaelrienstra.com/temporary/ratchet/side-menus-3.html) Looks like Dolphin 10.3.1 (Nexus 4...

@emisicka: I'll take a look at that when I have time. Can you put your code somewhere I can access it?

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository

Note to self: read [doc/contributing/pull-requests.md#commit-message-guidelines](https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#commit-message-guidelines) more carefully next time. 🤦

Just ran into this while editing a `.md` file, this regex search: `^( )+(?![ \n])` (two spaces between first pair of parentheses) ... became: `^( )+(?![ \n])` (one space between...