You can add "SKIP_HOST_UPDATE": true to ~/.config/discord/settings.json. This lets Discord start if the installed Debian package is outdated.
You can add "SKIP_HOST_UPDATE": true to ~/.config/discord/settings.json. This lets Discord start if the installed Debian package is outdated.
Which one? Zeldorse or Horsedorf?
I used minidlna for a while. But nowadays I just play all my music completely without a network.
In my experience on of the best motivators is to contribute something that you need yourself.
Maybe you have a need for a utility, or you have that great function in your work code base that should be an external package.
Itβs weird how behaviour of the End key on wrapped lines is inconsistent across applications. Itβs one of those details you donβt even pay attention to, until you do.
Many of my guesses are words that seem Englishβish
For manu use cases util.inspect will suffice. But it does depend on what you want to do.
It Dutch we call it the worst kaas scenario
I think itβs based on lockfile scanning. So it includes transient dependants.
Time / Life
More OSS funding means less need for maintainers to get money from paid jobs and more time to spend on OSS maintenance.
I mostly use the Philips Hue app with some widgets. You can also link third party zigbee lights to it, such as Ikea ones. I also linked some things to Google Home, but I use that less.
Link and Princess Zelda fighting Ganon in a castle thatβs falling apart.
This set is pretty cool βοΈ
Idk, itβs kind of mainstream and boring here
Are you trying to handle-shame us all into getting .cat domains? π
Depending on your use case, you can also use import.meta.resolve()
See: Can anyone purchase a .cat domain, regardless of their location, just like a .com or a .org?
I recall having seen something like that years ago when I used a .cat domain myself (privately, never to host a website). I also thought thatβs why nyan.cat added Catalan translations, but I see now that they support more languages.
Anyway, Iβm not sure. I donβt have a link
Doesnβt the .cat TLD technically legally require you to host Catalan content? As in, adding translated content is fine.
The Triforce is a cool symbol, but itβs a bit weird to see it in that context
Just pre-ordered the new Machinae Supremacy album \m/
I also noticed I missed out on some releases by other great bands. Iβm going to have some catching up to do.
You do if you use Node.js 22.17. One reason to use that, is because enabling type stripping by default was a breaking change.
Canβt you just pass -S to /usr/bin/env in the shebang? That appears to work on my machine.
Nah, we just need to introduce a 'use struct' directive
I donβt see any good reason why the POJO prototype wouldnβt be null
Donβt take my word for it though. Iβm pretty sure, but not completely.
Still though, even if esbuild changes it, existing packages have still been built with old versions.
I think Iβve seen more build tools do this. Iβm not sure who started it.
Oh, it actually explicitly mentions -0 in the readme, so I guess thatβs expected behaviour.
I kind of expected is-negative to handle negative 0, but it doesnβt. It even fails for negative bigints.
Yep, itβs really good. Iβm really looking forward to seeing support for code coverage and node.config.json stabilize.
In the end any change of behaviour could break something for someone. Users sometimes rely on bugs or undefined behaviour.