kanadaj

Results 25 comments of kanadaj

@guymguym Okay so, migration happens automatically when switching, but I had to manually set `spec.dbImage` to `centos/postgresql-12-centos7` because even with `spec.dbType` set to `postgres` on Operator 5.8 (strangely enough it...

Since Postgres is the recommended installation more, probably good to close. That said, I think the operator might still default to mongo so that would be ideal to fix

I installed just with the CRD and the operator from operatorhub.

@bruno-garcia This might need an integration test (we'd want to monitor the behaviour inside an asp.net core request both with and without a try-catch in the Action), but I believe...

Some more details: ReSharper can also do this in Visual Studio (not surprising, it's the same company as Rider): ![image](https://user-images.githubusercontent.com/3247357/71261383-22a99780-2335-11ea-8ef7-b1ed5a14caed.png) Visual Studio's `Go to All` can also do this, but...

I believe if you want to properly initialise the Sentry SDK via only using the Serilog config, you must set `InitializeSdk` to true. On top of that, if you don't...

It may be required to sign up to the `NavigationManager.LocationChanged` event for tracking page loads, but not sure if there is a good way to track page loading times in...

@patrickklaeren It doesn't help that Serilog itself has 2 different ways to implement: - Serilog.Extensions.Hosting - Serilog.Extensions.Logging If you use the former, Serilog _replaces_ the system ILoggerFactory with its own...

@mattleibow pull to refresh doesn't really work properly inside the browser to be honest. JavaScript implementations are extremely buggy. Using the RefreshView as a wrapper works much better - it...