Martin Tournoij
Martin Tournoij
All colours need to be moved to CSS variables, and then we can have "themes" with different colours sets. We could even allow people to set their own themes if...
I made a "dark mode", sort of. I did all the technical parts and started designing a dark mode, but I don't use dark mode myself and find *any* dark...
Coolio; thanks. No hurries :-)
I found [this](https://github.com/ossf/scorecard-webapp/issues/75), which links to https://staging-netlify-test--elastic-noether-393172.netlify.app/, and it seems it works correctly now? The goatcounter count script doesn't really do much with JSON; it only loads the `data-goatcounter-settings` attribute...
> I think just about every system I've ever seen that logs JSON object streams logs one object per line. Yeah, probably; but this is more than just logfiles: you...
Oh right, I had assumed that JSON logs were well-formed documents in total, but to be honest I never really worked with it. We can probably just assume that format...
> any plans to revisit adding support for watching symlinks without following? Thanks! This can't be easily changed without breaking compatibility. The current situation is unfortunate because the behaviour is...
It may have been resolved in the latest `main`, so you can try that @pacoxu. I don't have an arm(64) system, so it is hard to investigate and fix for...
I did try to set up an arm64 QEMU machine some time ago for this bug by the way, but I couldn't get it to work. If someone has a...
That just sounds like VSCode is generating these events @saurori; it happens especially with some more "complex" writes that some editors do. It certainly seems different from "fsnotify intermittently reports...