deepCurse

Results 10 issues of deepCurse

i was making a wav file for the entire bee movie script to annoy some friends on a bluetooth speaker i ran into two problems so far, one is if...

ill get more details in a few hours, but this program fails miserably via translation layer (kind of expected because of process hooks), and fails to build

if the project is dead you may want to say so on the site and readme

to my knowledge its impossible to search for references to a class or similar inside a jar for example if im using `com.example.Class.SOMETHING` in my program, and i want to...

enhancement

since ytdl-webserver was removed a little while ago, i feel we should replace it ive done some light testing and it seems to work well

addition
reviewers wanted

allow setting a users default directory to $HOME for example that way every time they open the navigator its in their home directory

i cant seem to find any way to add arrays or maps to the config screen in cloth config version 8.3.103

There are a number of pending plugins and this repo has not been modified in years

unless theres something im missing, this task should be a Jar type task since it generates a jar file

```rs use curl::easy::Easy; // Capture output into a local `Vec`. fn main() { let mut dst = Vec::new(); let mut easy = Easy::new(); easy.url("https://www.rust-lang.org/").unwrap(); let mut transfer = easy.transfer(); transfer.write_function(|data|...