Jesper Engberg
Jesper Engberg
This PR includes a custom stylesheet when emitting an `svg` file that highlights outgoing edges for the hovered node. Does not fix any open issues that I am aware of.
**EDIT:** The issue is the documentation. It took me some hours a quite some digging to discover that `ts` does not cover `.tsx`-files. This really needs to be added to...
For [Madge](https://github.com/pahen/madge). Icon locally tested.
**please complete the following information:** - TabNine extension version: 3.6.14 **If the issue is related to TabNine failure, please provide log files:** _Type `TabNine::config` in your editor, the logs are...
### Is your feature request related to a problem? Please describe The following line is not entirely clear: https://github.com/storybookjs/storybook/blob/fa70b596a2480390a5a4ecad04a146550a46f830/docs/writing-stories/decorators.md?plain=1#L106 Does this mean that the above example is a good way...
⚠️ this original post has been edited by @timneutkens to reflect [this comment](https://github.com/vercel/next.js/issues/48748#issuecomment-1578374105) ⚠️ ## Changes in the past week I've been investigating this over the past week. Made a...
Implementations of services like: ```ts export class GrpcAccountService extends UnimplementedAccountServiceService { constructor(private readonly service: AccountService) { // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Property 'service' of type 'AccountService' is not assignable to 'string' index type...
The code that's generated does not use `readonly` in places where it should: ```ts export declare class BatchGetAccountsRequest extends pb_1.Message { #private; constructor(data?: any[] | { ids?: string[]; }); get...
I propose the following change to `@types/opossum`: ```ts // From declare class CircuitBreaker extends EventEmitter { ... } // To declare class CircuitBreaker Promise> extends EventEmitter { ... } ```...