Phil Porada
Phil Porada
> The problem with these generic stats dumps is that they're not useful without some extended documentation/help. @SuperQ Where should I do that, in the README.md or in the specific...
I experience this too. I've noticed that it happens after my phone screen turns off and the currently playing song finishes. The next song won't start and the eternal loading...
I should have specified, Android 14. On Fri, Feb 23, 2024, 1:09 AM Stephan Wahlen ***@***.***> wrote: > Does this happen on iOS? If yes, please blame Apple for not...
As of [go-yaml/yaml v3.0.0](https://github.com/go-yaml/yaml/commit/085f3822ccabf97875c60131b52575a980b634a8), `yaml.UnmarshalStrict` was [removed and replaced](https://github.com/go-yaml/yaml/blob/f6f7691b1fdeb513f56608cd2c32c51f8194bf51/decode.go#L321-L322) with two fields in the decoder: `KnownFields` and `UniqueKeys`. I'm tracking down what those fields do and what their defaults are.
When the `newDecoder()` constructor is called, `uniqueKeys` is set to true. This constructor is called by the private unmarshal function which is then called by the `yaml.Unmarshal` function we use...
The fix I did was to edit ansible/roles/docker/tasks/packages.yml ``` #- name: Install apt key # sudo: true # apt_key: > # id=36A1D7869245C8950F966E92D8576A8BA88D21E9 # keyserver=hkp://keyserver.ubuntu.com:80 # state=present - name: Install Docker...
We're updating our client options page and will be de-listing clients that do not support ACMEv2. https://github.com/letsencrypt/website/pull/761
I've got a work in progress started [here](https://github.com/letsencrypt/pebble/pull/461).
@mholt @jvanasco ARI support has landed as of https://github.com/letsencrypt/pebble/pull/461. Let me know how it works out for you or if I've introduced any fun and interesting bugs.
These links may help too: * https://letsencrypt.org/2024/04/25/guide-to-integrating-ari-into-existing-acme-clients * A client implementation https://github.com/eggsampler/acme/pull/24