Jared Szechy

Results 28 issues of Jared Szechy

Currently the `only-new-issues` options only works on PR events. This allows it to work on `push` events by fetching the repo's `default_branch` and using it as the base for comparison.

enhancement

Add support for YubiKey MFA. Okta treats it exactly the same as software token, the only difference is `factorType = token:hardware` https://help.okta.com/en/prod/Content/Topics/Security/MFA.htm#YubiKey ```json { "id": "ykf22sp0XXXXXXXXXX", "factorType": "token:hardware", "provider": "YUBICO",...

I'm going to need some help from the community on this one. But I'd like to add unit testing to help with testing of pull requests and development. I'm partial...

Logo path is set to prepend /public/assets to the logo path. This does not work with the asset pipeline in 2.1

2-x-stable
stale

**sdrtrunk Version** `nightly` **Describe the bug** I've been monitoring a new DMR Tier-III large network (CapMax). Here are all the unrecognized UDT short data packets from the logs... ``` Unrecognized...

bug

Uses the [metarjson](https://www.aviationweather.gov/help/webservice?page=metarjson) api from aviationweather.gov to overlay METARs. ![Screen Shot 2023-01-25 at 9 15 48 PM](https://user-images.githubusercontent.com/847739/214743200-a7e69971-1920-4afc-b231-33511ccec7c5.png)

`build` is a valid type on the angular material team. https://github.com/angular/material2/blob/master/CONTRIBUTING.md#commit

When using a output directory structure like `/volume1/Video/TV Shows/%(seriesname)s/Season %(seasonnumber)d/` dated file names don't move as they don't have a season number. When looking up an episode by date, it...

There isn't a way to disable kube-proxy, as doucmented in the Talos Cilium documentation. https://www.talos.dev/v1.6/kubernetes-guides/network/deploying-cilium/#machine-config-preparation ```yml cluster: network: cni: name: custom urls: - https://server.yourdomain.tld/some/path/cilium.yaml proxy: disabled: true ```