Roman Komarov
Roman Komarov
List is a fun workaround, a bit sad that mastodon does not add old posts to it; with a profile it is possible to go as far as you can.
Just as a note: for the moment, I am using a search for `from:me` workaround. Would still love a more proper profile column, but this ended up working better than...
(same can happen on example resize — the `ViewTimeline` changes, but the minimap is not updated)
Seems like a similar issue (https://kizu.dev/fit-to-width-text/) — changing the content via `contentEditable` is not reflected right away. https://github.com/bramus/scroll-driven-animations-debugger-extension/assets/177485/6aa161bd-5eb5-4421-9223-8a7f106915d7
Testing this example more, it seems that there is overall some other weirdness happening: it stopped showing the opacity change for some reason, and started scrolling it, also with the...
Agree: the minimal width of the fonts seems to be larger than widths of other fonts, making it harder to Monaspace as a drop-in replacement, as it increases the overall...
If I have a layout, say, `default.jade` like this: ``` Jade +foo .foo.bar block ``` Then I want to use it in `about.html.jade`: ``` Jade --- layout: default --- +foo...
Hey hey! Just want to mention that it would be really nice to make the vs code extension work with the v16 of stylelint, so we could upgrade its version...
I want to mention a reverse case: when we can have inline content that is present on a larger viewport, but might need to be a popover/toggletip on a smaller...
What I would love to have is to have some way to configure example both per example (maybe in a way the `static` keyword is done? i.e. in the first...