Chris

Results 18 comments of Chris

FYI I'm working around this by using the following code in `app.component.html`: ``

I thought this was related to the fact that the csproj references transformations for build configs that do not exist any longer (as per the answer in #198), but I...

I'm getting this issue after upgrading to Angular 10 also, mind you, I couldn't tell you if it was working previously as I've also recently migrated to using SSR /...

To follow up on this, I have now implemented distributed caching - and the problem is worse! The above issue occurs on every single refresh - so basically we can't...

> @[Bidthedog](https://github.com/Bidthedog) > > Did you try with that service being Scoped instead of Transient? I think this is the issue > > Otherwise, do you have a repo with...

@jmprieur I've managed to replicate the issue with a minimal call stack (you can ignore all the call stack detail I originally posted). I've narrowed it down to this being...

Chiming in as I'm also experiencing this issue, and it's causing devs to have to wait for a 2-minute build time + ~30-60 seconds to navigate back to the relevant...

Getting the same issue: ``` 2023-11-06 16:10:45.952 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 980, in _wrap_create_connection return await self._loop.create_connection(*args, **kwargs) # type:...

I just did a reboot and noticed this has happened to me too. I use this context menu constantly. Win 11 on PS v7.3.3. here. It's not entirely clear what...

After doing a bit of digging / research, I feel like this might be related - and I will be trying one of the solutions suggested (though I believe this...