Tierney Cyren
Tierney Cyren
👋🏻 I've got a use case where I just want country names + country codes as a JavaScript module. I'm currently planning on just statically using src/js/data.js, but it would...
Getting an Untrusted Author error when installing with the official download. I have App Store + Trusted Authors enabled. Would you be able to sign the package?
In a meeting today, someone brought up that the benefit of linking directly to the latest version rather than having the full text committed to the CODE_OF_CONDUCT.md file is that...
Begins to implement `npm audit licenses`, which is from https://github.com/npm/rfcs/pull/18.
Hey there! We've now moved the devcontainer I've been working on into the org 🎊 This devcontainer is a docker image that should ideally be published to Docker Hub. _Ideally_,...
I was scrolling through TikTok and came across a video by someone named Ari who is a person with Albinism discussing usage of the word "albino" and asserting that it...
Ref: https://twitter.com/MeltingSwans/status/1348715654950621184?s=20 > just learnt that the terms 'high brow' and 'low brow' come from eugenics, and the idea that rich white Europeans had higher brow ridges Exploding head it...
**Describe the bug** If you `JSON.stringify()` an object with a `DateTime` that's nullish coalesced, you can actually get `null` returned because of how luxon [overrides `toJSON`](https://github.com/moment/luxon/blob/b37862978e2f88e321a1a65a960a6aed413e588b/src/datetime.js#L1769-L1771) since toJSON will return...
### Motivation ("The Why") I recently spoke with someone who was trying out overrides for the first time in their product and didn't have any signal as to whether or...
## Motivation ("The Why") Today, I wouldn't be surprised if updating packages is more common than installing packages. The `npm install` DX is pretty good, but `npm update` is _sorely_...