Lauren
Lauren
This would make it slightly easier to edit tags on secondary collections. I keep accidentally tagging things into my primary collection!
eg. given this setup: ```shell # install current release version as of this issue curl -Ls https://github.com/amoffat/supertag/releases/download/v0.1.4/supertag-x86_64.AppImage > /tmp/tag-0.1.4 chmod +x /tmp/tag-0.1.4 function tag() { /tmp/tag-0.1.4 "$@"; } # make...
I'd like to suggest that instead, the site use local storage to remember what the last chapter downloaded was, and offer to only download updates.
**Is your feature request related to a problem? Please describe.** i often have issues that cause my element set up to get reset, such as when certain applications open, or...
Simple issue: need ale_nips_run_watch.py. Running the nips training settings but then the nature test settings results in not even working.
I'm finding myself wanting to divide a Duration into another Duration, to get a percentage as a float (convert to float and then divide), and to multiply/divide Durations by Floats...
### Description I'd love to see documentation about how to use surrealdb in embedded mode. Eg, how would you use it in a python or javascript clientside-only application? Does the...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? yes ## Is this a BUG / ISSUE report or a QUESTION? question: feature request / implementation advice request...
This looks like a convenient tool! I'm curious what support it has for asyncio and if it doesn't have it, perhaps this could be an feature request asking for it.