Abhijit Chikane
Abhijit Chikane
> I throw my hat in for these 2: > > * Dark theme: Light editor, everything else darker > * Light theme: White editor, everything else grey > >...
put this in ```setup-jest.ts``` This should fix the issue ```ts let consoleSpy: jest.SpyInstance; beforeAll(() => { consoleSpy = jest.spyOn(global.console, 'error').mockImplementation((message) => { if (!message?.message?.includes('Could not parse CSS stylesheet')) { global.console.warn(message);...
> > put this in `setup-jest.ts` This should fix the issue > > ```ts > > let consoleSpy: jest.SpyInstance; > > beforeAll(() => { > > consoleSpy = jest.spyOn(global.console, 'error').mockImplementation((message)...
I will raise the PR hope it will get approved
> ✅ > > I fixed my case by removing the parameter `defaultLanguage` in `TranslateModule.forRoot()` declared in `shared.module` and `app.server.module`. I supposed that since LocalizerRouter has its own logic to...
I only see one issue with current signal store which is injection of stores into one another is not possible as it creates cyclic dependency but if there is a...
I would rather say we will get more benefits if we implement more features around the singalStore like this withRequestStatus('someApiStatus') store feature and some build in functions to create the...
One of the coolest extension I think we should have this functionality by default in vscode or some kind of keyboard shortcut to toggle this option https://marketplace.visualstudio.com/items?itemName=Cardinal90.multi-cursor-case-preserve