Anton Gilgur
Anton Gilgur
Looks like this a duplicate of #135 and #118
Looks like this is a duplicate of #124
Likely related to https://github.com/keeweb/keeweb/issues/2188 in the main repo; not sure if the Manifest v3 changes got a release? Also the [extension's page](https://chromewebstore.google.com/detail/keeweb-connect/pikpfmjfkekaeinceagbebpfkmkdlcjk) (using the direct link from the README) displays...
> not sure if the Manifest v3 changes got a release? Seems like no as far as I can tell; [0.3.7](https://github.com/keeweb/keeweb-connect/releases/tag/0.3.7) from Aug 2021 is still the latest GitHub release...
You could probably build it locally as a workaround, but an official release would be great
+1 Mason has done [great work](https://cloud-native.slack.com/archives/C0510EUH90V/p1726964851797859) in his short time contributing and I [recommended membership](https://github.com/argoproj/argo-workflows/pull/13635#issuecomment-2364561577). This includes some pretty nuanced PRs to various parts of the codebase (UI, CI, CLI,...
> This is an alternative to #13609. @agilgur5 mentioned in [#13609 (comment)](https://github.com/argoproj/argo-workflows/pull/13609#discussion_r1781536758) that might be susceptible to open redirects. I can't think of any attack vector where that can happen...
Similar to https://github.com/argoproj/argo-workflows/pull/13707#issuecomment-2411996503, it looks like this is a near verbatim copy of #13676? If you are copying someone else's code, title, or description, please make sure to cite and...
Thanks for confirming. I figured since you commented in https://github.com/argoproj/argo-workflows/pull/13707#discussion_r1789055074 that it was, but as you were not mentioned in the PR description, it was not clear. Thanks for encouraging...
Ah [type-checking failed](https://github.com/argoproj/argo-cd/actions/runs/10516846738/job/29139870127?pr=19655) as I appear to have forgotten to make `durationS` / `durationMs` optional in the types upstream (c.f. https://github.com/argoproj/argo-ui/pull/535#issuecomment-2151143975), woops: ``` yarn run v1.22.22 $ tsc --noEmit --project...