Felix Heilmeyer
Felix Heilmeyer
According to [this discussion](https://discuss.atom.io/t/custom-url-scheme/19811) this seems pretty easy to implement, at least on MacOS. To open a prefilled composer on the protonmail web client you can do this ``` var...
Thanks for the quick reply! I will look into how much effort this will take and reconsider if I am willing to do this for everyone or just me. Regarding...
I think an entitlement management like many other app store like environments have is the best compromise between security and providing an environment for useful plugins. My preferred solution would...
Well that removes the error and preservers the correct point in time, but it also removes the timezone information. The `utc_offset` property will still be unset. If you care about...
> We could probably make it so that `set_meas_date` accepts non-UTC (but would still need to be tz-aware) datetime objects, and if it's not UTC it would set the utc_offset...
> **UTC indicator Z is optional and non-zero UTC offsets are not indicated. If Z is not indicated, time zone is always assumed to be the local time of the...
@sappelhoff I guess you are right, it is not a violation of the standard. I would still argue, that at least giving users the option to write dates in local...
I had similar problems with my istio installation. Basically, I took the same approach as @funkypenguin and hit the errors with the registry connection mentioned in this issue. Thanks to...
We have the exact same issue with trivy scanning. Since we don't use it at the moment, I didn't investigate possible solutions so far.
Maybe google‘s own [google/shaka-player-embedded](https://github.com/google/shaka-player-embedded) would be a solution? It is explicitly built for playing DASH. I have never used it personally, so no idea how well it works. The [basic...