jtagcat

Results 305 issues of jtagcat

Clipboard indicator with history shown on the lock screen on my machine running Pop!_OS 18.04

+ other Docker things to get all images on cli: docker build -t t:latest-celery-fast . --target=celery-fast docker build -t t:latest-celery-slow . --target=celery-slow docker build -t t:latest . --target=api docker build...

https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds - As part of build, the api image should include the result of the current frontend image. - might be a good idea to split api and celeries -...

enhancement

1. Start a job 2. Stop containers 3. Start containers Expected: slow-celery resumes / restarts jobs OR show job failed Actual: slow-celery sits idle, UI shows 'processing'

bug

Right now it gets dumped to WARN on celery-slow

enhancement

From https://github.com/TheFrenchGhosty/TheFrenchGhostys-Ultimate-YouTube-DL-Scripts-Collection/blob/master/scripts/Archivist%20Scripts/Archivist%20Scripts/Channels/Channels.sh It is currently quite hard to track and manage, it's on a single line. Instead, something like: ``` yt-dlp --format "clipped_for_demo" \ --force-ipv4 --sleep-requests 1 --sleep-interval 5 --max-sleep-interval...

enhancement

It'd be neat if cobra didn't touch an already existing LICENCE file. I have to revert changes every time I use cobra.

Try to explainshell `case`. For a basic case statement to be made a one-liner by the user, it gets complicated: ``` case $yn in [Yy]* ) make install; break;; [Nn]*...

### Include required information #### what problem your new feature would solve Not relying on CoW for different ignores. There are a few send-only syncthing shares from the same directory....

enhancement

It'd be nice to do something similar to https://pkg.go.dev/github.com/PuerkitoBio/goquery#Selection.ChildrenFiltered With selector + `chromedp.Selector`. This would simplify recursive parsing.

needs info