Pelle Wessman

Results 795 comments of Pelle Wessman

Publicly logged chat rooms / groups that anyone can read the history off – those have the same permission model as the current content in Bridgy Fed. (A chat room,...

I do get the point you’re making though – typical chat shouldn’t be in Bridgy Fed, but groups could be, and this issue isn’t about groups explicitly, but chat rooms...

> Groups does seem more likely for Bridgy Fed support. New issue sounds great, feel free to file one! Created a new issue for discussing groups: https://github.com/snarfed/bridgy-fed/issues/1435 Lets move the...

Would probably be better to do this as a typed readonly wrapper / proxy to `Date` with a way to get a full date. ```ts const foo: ReadonlyDate = new...

I think: Keep `.vscode/extensions.json` file, remove `.vscode/settings.json`, make `.gitignore` be: ```gitignore .vscode/* !.vscode/extensions.json ``` And maybe partially re-add "Using Visual Studio Code" to describe how to configure those extensions, if...

I think the pragmatic thing is to see the `"engines"` as a best effort description at describing the intended compatibility of the code at the point of release. If the...

Another vote for https://github.com/neostandard/neostandard/issues/79 I see Not sure when we will get a CLI solution, I do want to look into aligning that with ESLint and eg xo, especially to...

Actual code used in https://github.com/fastify/fastify/pull/4823 to generate a union of 500 numbers. Could easily generate a union of a million or more numbers: ```ts type StringAsNumber = T extends `${infer...

I looked into this a while back and filed this as that felt like the most reasonable way forward: https://github.com/release-it/release-it/issues/1126

Possibly: https://github.com/sindresorhus/type-fest/issues/863