James C. Wise

Results 26 issues of James C. Wise

Sometimes when sharing archives of accounts, the metadata can snitch to people what account you're using or if you're following the person and whatnot Since this would affect so many...

feature-request

I'm not sure if this should go here or on [youtube-dl](https://github.com/ytdl-org/youtube-dl) because of [this issue](https://github.com/ytdl-org/youtube-dl/issues/16649), but I imagine there's a better chance it'd get added here since there's less of...

site-support-request

Ideally this'd be included in `"extra":true`

site-feature-request

I want to connect to onionshare from my phone on the same network without going through tor Should onionshare be used for this purpose? Probably not! But the alternative is...

enhancement

As the title suggests, sometimes you only want to detect key presses when they're done in the terminal similar to how `msvcrt.getch()` (or [`getch.getch()`](https://pypi.org/project/getch/)) works For example, I am making...

### Description It would be really cool if it was somehow possible to run a `.wasm` file inside a shortcut with, I guess, a similar return style as the built-in...

help wanted
new action

I've been trying to research what zero cost abstractions Rust uses and I cannot find any meaningful info on anything other than [iterators](https://doc.rust-lang.org/stable/book/ch13-04-performance.html?highlight=zero%20cost) and [generics](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html?highlight=zero%20cost#performance-of-code-using-generics). I've checked the main Rust...

I don't like screenshots. If you screenshot a tweet you have done effectively nothing. Screenshots can be altered and the pages they come from can be inspect elemented Likewise when...

(Putting this here instead of the official `serde` repo because that one has [an issue from 2018 that still hasn't been resolved](https://github.com/serde-rs/serde/issues/1316).) The [serde documentation](https://serde.rs/string-or-struct.html) provides a way to tell...

I'm building a program that takes URLs and strips all the tracking parameters and handles redirects and so on. One of the mappers is `ExpandShortLink`, which just sends a request...