Results 14 comments of Daniel Ciaglia

@DvvCz, as a short term solution to https://github.com/desktop/desktop/pull/14843#issuecomment-1198646366 Check `/Applications/GitHub Desktop.app/Contents/Resources/app/renderer.js` and add `com.vscodium` (taken from: https://github.com/desktop/desktop/issues/14197)

the workaround is not working for me using SSO based on Azure

I would introduce a global option as well eg. `overwrite-mode` with multiple options - `always` - always overwrite targets **old default** - `if-not-exists` - **new** default - `if-allowed` - check...

Same for me on Manjaro. either selfbuilt or via AUR Application starts, weird fonts are shown, after some time: `An unhandled error has occured: Reload` ``` System: Host: black Kernel:...

This has something to do with localisation. My locale are: ``` LANG=en_GB.UTF-8 LANGUAGE= LC_ADDRESS=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 ``` I tested with the standalone Linux package...

not a good idea :sob: as **this would remove any authentication the BR requires**. Only a good idea if no authentication is needed. :sob:

I think we are good to go, will test this out properly and update the PR. @oliviermichaelis, this relates to https://github.com/boring-registry/boring-registry/issues/194 and may solve this already.

> Was this feature successfully tested in production? This feature is running in production since a week. I would leave it running with the changed `/metrics` behaviour during the weekend...

The cache was running since 4 days now with the changed `/metrics` behaviour as well - looks good to me ;-) @oliviermichaelis

I ran into the same issue, configuring a Prometheus datasource with the deprectaed SigV4 auth, I was able to use Explore Metrics. My take - as AMP is compatible to...