Gijsbert ter Horst
Gijsbert ter Horst
@eman1986 Thanks for the heads up. @acaliaro Thanks for the tip. I'm going to have a look at it. I don't have time to contribute outside of work. I was...
You can look at how they do it [here](https://github.com/Tecktron/docker-python-bjoern)
@mhutchie I'd love to see this merged, do you have time to have a look at this? @bkmeneguello I see some issues with this PR (keep in mind, I've no...
I think this is still the case. I've just spent two days trying to figure out why our settings are not correctly persisted. It turns out that whenever you open...
Nevermind, I found out this gem in the documentation: > A [Picker](https://learn.microsoft.com/en-us/dotnet/api/microsoft.maui.controls.picker) can be initialized to display a specific item by setting the SelectedIndex or SelectedItem properties. However, these properties...
We wrote our own picker that requires us to handle the ItemsSource / SelectedItem relationship explicitly. This works better for all our use cases so far.
Sorry if this is a bit off-topic, but how do I access `OmniSharp: Fix all occurrences of a code issue within project`? I've only ever had these three Omnisharp commands...
I think this is no longer going to be supported. This is an Omnisharp feature and this extension no longer uses Omnisharp. These commands also no longer appear, unless you...
[Bug]: Silent refresh fails using localStorage when multiple tabs trying to refresh at the same time
We're encountering issues with this fairly often too. If there's a solution at the library level, that would be great.
[Bug]: Silent refresh fails using localStorage when multiple tabs trying to refresh at the same time
No, not as far as I know. The trick mentioned in https://github.com/damienbod/angular-auth-oidc-client/issues/1662#issuecomment-1516305881 is something I'm going to try, where the `renewTimeBeforeTokenExpiresInSeconds` gets a random number. That won't fix it, but...