Maddox Kendrick

Results 19 comments of Maddox Kendrick

This also applies when a 1Password extension is installed. ![image](https://github.com/mozilla/fx-private-relay-add-on/assets/173308/07eea41e-bd7b-4ee4-96b4-4526b17bc60a) Seems like this is a very old issue: https://github.com/mozilla/fx-private-relay-add-on/issues/77

``` % gpg --version gpg (GnuPG) 2.1.2 libgcrypt 1.6.3 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are...

Same issue here. I can confirm that setting up a proper `.well-known/matrix/client` response solves the issue. I had to deploy nginx with a static response just for this: https://github.com/mkroman/k8s/blob/d857aee6c3d4a5d600b9f788a32e2ddc8ae3633d/kustomize/dendrite/base/configmap.nginx-config.yaml#L9-L31 It...

Any idea when this will make it into a release?

I don't think it's great practice to use `use some::path::*;` outside of the `prelude` module. I'd rather have this: ```rust use bl602_hal::clock::{self, SysclkFreq, UART_PLL_FREQ}; use bl602_hal::{pac, prelude::*}; ``` and later:...

Sorry for the late reply! There was a change in sipeed/bl602-hal#21 which required some changes here, which were never applied. I've gone ahead and added it, so if you update...

Personally I would prefer seeing if it moved to @openbouffalo such that is vendor neutral and owned by the community. Especially if Bouffalo Lab themselves aren't going to maintain it...

I asked them if they had an updated SVD, but the one I got unfortunately only has a single change (`cks` base address changed from `0x4000A000` to `0x4000A700`.) So we...

We've started maintaining our own version of the SVD. There's already been some great improvements, but there's still *a lot* that could be better, and there's still details in the...