Russell Troxel
Russell Troxel
The latest tags for jparklab/synology-csi image In Dockerhub don't include #36, the fix for #35. I can also confirm that a newly built image resolves the problem, but just deploying...
**Issue**: Kernel 4.14.79 seems to be working great, but it looks like the dependency map isn't being installed in /lib/modules/ during installation. This causes modprobe to fail with: ``` kmod_search_moddep()...
As stated, add the link flair text to the post type.
**Description of the change** This PR adds pagination to collection from the `/api/episodes` endpoint in the bazarr collector. This pagination uses bounded concurrency, sending no more than `--series-batch-concurrency` (default 10)...
**Description of the change** Creates separate folders for each exporter, and instructions to install via Kustomize. Where possible, images are referenced by major version tag (`v1`) to minimize the need...
# Details **What steps did you take and what happened:** While working on some other things, I noticed this -- right now we're exporting counts of episodes/movies by `score` --...
When utilizing the `sql/upsert` flag, custom gotypes do not appear to be handled when scanning in the `RETURNING "id"` response. Rather than returning no error, as expected, Exec or ID...