Michał Stawicki
Michał Stawicki
Same behaviour with 1.0.8
This seems to have worked for me (socket gets created outside angular): ``` export function rxStompOutsideAngularServiceFactory(rxStompConfig: InjectableRxStompConfig, ngZone: NgZone): RxStompService { return ngZone.runOutsideAngular(() => { return rxStompServiceFactory(rxStompConfig); }); } ```...
For i18n, it would be much easier if we could globally inject the "OK" and "CANCEL" translations, maybe along with theme? What do you think?
@YurvaneeshDassagne Sorry, I'm on vacation now far away from my code :) and can't remember what I ended up doing. I can check when I'm back in around a week.
@YurvaneeshDassagne FYI, I've defined templates like so: ``` Save Cancel ``` And then referenced them like so: ``` ```
FYI, on the orbiter project page (https://orbiterprojects.com/orbiter-v2-0/), you can expand the firmware section, and there's the interesting part under `3.7 Motor current vs extruder performance and temperature`. I've run some...
So... any updates for ATTiny10 support? :pray:
If anyone wants a workaround, I was suggested one here: https://youtrack.jetbrains.com/issue/WEB-64040/Angular-template-broken-type-inference-for-cdkVirtualFor-2023.3-Beta basically add: `static ngTemplateContextGuard(dir: CdkVirtualForOf, ctx: any): ctx is CdkVirtualForOfContext;` in the `@angular/cdk/scrolling/index.d.ts` file for the: `export declare class...
@medchat-layton I completely agree with you, that's why I used the word "workaround". Given current state, not having proper type inference in templates destroys my productivity, so I'd rather apply...
But is it possible to target all channels?