Bart Massey

Results 60 issues of Bart Massey

Is there some reason this isn't on `crates.io` as `lolcate`? If not, it would be great to have it there under that name. *Edit:* Found issue #3. *Edit:* Apparently I...

Trying to create or update the `lolcate` database with `lolcate --db ./example --create` or `lolcate --db ./example --locate` gives an error. For `--create` I get ``` Error: Os { code:...

I've just watched a half-dozen students out of a dozen who tried it use `wavio.write()` incorrectly: its default scaling to max peak gain was not obvious to them from any...

I am not quite following the argument that prevents the empty string from being a thing? I get that there's probably a reason, but I didn't spot it in a...

question

If you look at my [merge-types](/BartMassey/tinystr/tree/merge-types) branch you will find a bunch of macro work to replace the multiple implementation files with a single common one. Benchmarking indicates performance is...

enhancement

The current benchmark for equality testing runs about 256 tests. This is OK for comparison, but gives a highly inflated view of how long an equality test takes. Not sure...

In this example ```rust let client = reqwest::blocking::Client::new(); client.post(url).body("hello").body("world").send().unwrap(); ``` the client will post with a body of just "world". I think it would be better if the second `body()`...

Debian Linux, NVidia, weird monitor setup (dual monitors with scaling). Any attempt at keyboard or mouse input is ignored with a log message like EPA: the origin was outside of...

I assumed that the symbols in the lower-left corner of the display would be clickable to do things. It seems like they don't, at least on my box? (Debian Linux...

The prompt at the beginning to "use 1 to drop a lift" is rendered in such a way that it could equally be an "I" or "l". Made me think...