Bjorn Harvold

Results 23 comments of Bjorn Harvold

Do you have an example where I can wrap polling logs into an Observable and use it as my "event manager"?

This is a good write-up of event handling with Typescript. I would like to tie that into your classes and wrap it all in an Observable for a continuous stream...

Ideally, I'd create a "hot" Observable for listening to all events for a contract. I'd also create similar listeners for specific events. By default, I would probably start listening to...

Hi @ericallam I just leave the browser open all day. Some time I leave the laptop in suspend and open it again the next day. I've received this a couple...

Thank you for a great Angular project. You guys do AMAZING work!!! Anyone asking for timeline did not read @maxokorokov post above. Contribute or donate if you're in a hurry...

Now that Angular 14 is out, bump that another +1.

You can clean up your code further by: workspace.json ``` { "version": 2, "projects": { "workspace": "", "demo": "apps/demo", "demo-e2e": "apps/demo-e2e" } } ``` and adding this to your root...

Also experiencing the same issue. We have a 1300+ module monorepo and even with using exclude regex paths aggressively, the CPU goes bonkers for the entire day. Kicks in every...