Dimitri Mitropoulos
Dimitri Mitropoulos
I have encountered a situation where prettier breaks [twoslash](https://www.typescriptlang.org/dev/twoslash/) syntax by moving a comment when in a destructuring situation. I tried to preserve the context of where I hit this...
Hi! I noticed that `Negate` returns `number | bigint` and I'd expect it to return `0` (doesn't seem like TypeScript has `-0`, which is fine by me). ```ts import {...
I believe that since I have encountered the Empty token in my own testing (I think?) that it should be included here. thanks!
I'm not 100% sure that this is an error but it at least looks to be. There's apparently some special behavior (for debugging) set aside with this particular token so...
cross checked from https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/segmentio/lib/index.js#L58
I noticed that the type for `page` previously required all arguments, but this doesn't match the behavior described in the [tests](https://github.com/segmentio/analytics.js-core/blob/master/test/analytics.test.js#L667-L752) or the [library](https://github.com/dimitropoulos/analytics.js-core/blob/master/lib/analytics.ts#L575-L583) itself. I made what is here...
this ticket is to upgrade the project to use https://github.com/FortAwesome/react-fontawesome The benefits of an SVG-based icon system are vast and varied, but a few of them include: - smaller bundle...
### Description I noticed [a typo on a default value](https://github.com/vercel/turborepo/pull/9018/commits/738366dfa4cd1b0042821bc3a8a1490e7a1e16cf) in the config types but updating the schema artifacts yielded no diff. This is because of yet-another-fragment in the TSDoc/TypeDoc/JSDoc...
[work in progress] ### Description I noticed that we were getting [lots of errors](https://github.com/vercel/turborepo/actions/runs/10892777654/job/30226417571?pr=9110#step:6:707) when running tests due to running an unsupported version of TypeScript (as compared to what our...