Shahar Har-Shuv
Shahar Har-Shuv
Why was this closed? This is very much needed to create effective custom matchers.
@RyanCavanaugh @gabrielferreiraa Both of you approved this PR and no one commented anything against it, please resolve the conflicts and merge.
Small comment: > Unlike tokens, with services, we need to add @Injectable({ providedIn: 'root' }) to provide them at the root level. I'd like to have the same behavior with...
I was able to work around this by creating this utility: ```ts export function createInjectionToken( desc: string, factory: () => T, options?: Pick ): InjectionToken & Provider { const token...
I have the same issue, and my base class has the `@Injectable` decorator on it. The thing is this error happens only in my unit tests, not when actually running...
+1 for that. There seem to be no GraphQL plugin without a bug...
Fixed it here: https://github.com/FlorianWoelki/obsidian-symbols-prettifier/pull/7 (Pending review)