Karol Majewski
Karol Majewski
Hello and thank you for your work. Inside my project, I have a directory full of types called `typings`. I have created an alias (`@typings`) for it in both `tsconfig.json`...
Could you update `Desktop Fonts` and `Web Fonts` directories?
Error cited from the console: ``` main.js:165 [brackets-editorconfig] failed to parse configuration Unable to load one of the modules: C:/Users//AppData/Roaming/Brackets/extensions/user/brackets-editorconfig/node/domain, reason: ENOENT: no such file or directory, open 'C:\Users\\AppData\Roaming\Brackets\extensions\user\brackets-editorconfig\node\lib\editorconfig' ```...
## 🚀 Feature Proposal With the latest advancements in TypeScript, it's now possible to infer the correct paths from an object type. TypeScript 4.1 introduces [recursive conditional types](https://github.com/microsoft/TypeScript/pull/40002), and there...
### Current Behavior `tsdx` allows me to test my code using Jest out of the box. That's great. But I wish I could test my types as well. ### Desired...
#### Offending code ```ts export class NullDereferenced extends Error { constructor(readonly message: string = 'This value was promised to never be undefined.') { super(message); Object.setPrototypeOf(this, NullDereferenced.prototype); if ('captureStackTrace' in Error)...
Hello and thank you for your work. I'm using Welcome to notify the issue author that one of the maintainers will look into it as soon as possible. I'm calling...
Hello and thank you for your work! I really like the API of your `Media` component. I think I know how we can improve its type safety. **Problem** Let's assume...
Currently, every exception for the `id-length` rule must be passed explicitly as a string. My proposal would be to allow exceptions based on their kind, not only the literal value....
Hello and thank you for your work. The `id-length` rule is great for forbidding one-letter variable names. However, there are cases where one-letter symbols would actually be preferred: type parameters...