VictorieeMan
VictorieeMan
Either a simple periodic cookie deletion setting that removes all cookies after a user defined interval. Or a more complex one that deletes only selected type of cookies and or...
line 9: Added a hyphen line 53: Fixed the typo by a context appropriate reformulation. line 67: Removed an "are" line 79: Added a comma Great project, looking forward to...
When new, it can take some time getting familiar with the libwebsocket repo, I found the readme files in the READMEs folder to be useful. The job of clicking on...
### Feature description Speaking of adding twitch support in #1017 Maybe consider adding an API to talk with streaming widgets would be cool. That may encourage streamers to ask their...
I don't believe he uses GitHub actively to maintain this software, but here is his profile https://github.com/shirouzu
I think it is time to show this message directly in the repo now.
On the https://www.nos.social/ website it calls for joining a healthy social network, and then it says "get it on apple testflight". I bet there are visitors who don't own iPhones....
Hi, I was running the following example: ```rust let outputArchive = format!("{}.aes.7z",inputFolder); let mut sz: SevenZWriter = SevenZWriter::create(outputArchive2).expect("create writer ok"); sz.set_content_methods(vec![ sevenz_rust::AesEncoderOptions::new("sevenz-rust".into()).into(), lzma::LZMA2Options::with_preset(0).into(), ]); sz.push_source_path(inputFolder, |_| true).expect("pack ok"); sz.finish().expect("compress ok");...
The pip install, nostr, worked well on my Linux system but halted on my Windows machine. For more info on that, see; https://gist.github.com/VictorieeMan/cc73f3d62e07927ac15afd3331fb08e4 My solution was to redo the bindings...