Daniel

Results 23 issues of Daniel

Currently the [publishdocker.yml workflow](https://github.com/ytti/oxidized/blob/39bb8cc643b46a5e157afcb3a29c221b35137d2b/.github/workflows/publishdocker.yml#L16-L22) builds only for the runner platform which is linux amd64. As a feature would like to add a buildx platform argument to have an additional platform...

Stale

**Describe the bug** Ansible fails to deploy algo vpn when using Python 3.12 issue not reproducible on Python 3.11. Environment versions shown below. **ansible-playbook** `[core 2.13.13]` **configured module search path**...

**Is your feature request related to a problem? Please describe.** Releases are currently managed using wangyoucao577/go-release-action via a github workflow. This can be replaced with goreleaser providing the following *...

build

project.pbxproj * disabled user script sandboxing to avoid errors running perl script for markdown. * Added additional xcode settings for v15 * Updated deployment targets to 14.2 xcschemes * Updated...

Update the project to support building on the latest macos 14 and xcode 15.

**Describe the bug** Currently when processing photos in my Photos Library via the API an exception is raised on a small subset of photos that I attempt to fetch by...

[feat: Support scoping jackett searches with filter](https://github.com/lardbit/nefarious/commit/cc12db98e47d9291da0739010642c446594459a4) * Created new setting for jackett that allows specifying a [filter-index](https://github.com/Jackett/Jackett?tab=readme-ov-file#filter-indexers) when not set will default to `all` leaving current behavior in place....

Currently nefarious performs searches with jackett using the `all/results` endpoint which searches all available indexers. In some cases there might be problematic indexers used for specific reasons that slow down...

During some testing on my fork I noticed the Dockerfile for nefarious doesnt specify the version of pip and will fail on build with the following: ```text #13 17.63 pytz...

* Added a dependabot.yml configuration to run weekly update checks on workflow action versions. Issue: Fixes Issue #298