Gavin Panella

Results 11 issues of Gavin Panella

# Problem I followed the ["rustup fails on installation" instructions](https://github.com/willcrichton/flowistry/blob/master/README.md#rustup-fails-on-installation) the clicked continue in VS Code. # Logs **OS:** darwin (21.4.0) **VSCode:** 1.66.1 **Error message** ``` ps: stdin: not a...

Previously `\u` Unicode escape codes of between 4 and 6 characters were being rejected, whereas the error message indicates that the inverse should be the behavior. The example has also...

I'm having problems connecting to MySQL 5.7 on macOS, using version 0.1.6 (from LTS Haskell 12.26). I get: ``` ConnectionError { errFunction = "connect", errNumber = 2002, errMessage = "Can't...

simple_logger v4.2.0 Using: ```rust simple_logger::SimpleLogger::new() .with_level(log::LevelFilter::Warn) .with_local_timestamps() .with_colors(stdout().is_terminal()) .env() .init()?; ``` I get: ``` The application panicked (crashed). Message: Could not determine the UTC offset on this system. Consider displaying...

CVE-2020-26235

**Observed:** Leading whitespace appears to cause the parser to see a code block _within_ an HTML block. **Expected:** Whitespace within an HTML block should be treated the same as whitespace...

Hi David, The `lets_encrypt` function wasn't working for me so I changed it to run async. I also made it more general, in that it will process every authorisation. That...

I think at some point during the v2 alpha/beta period I wrapped stdout with a [buffered writer](https://doc.rust-lang.org/std/io/struct.BufWriter.html). It was never being explicitly flushed, but its `Drop` impl does that so...

bug

With the `default-words` feature, one can compile in the word lists that ships with this crate. There's a certain amount of machinery built around that, but it's not possible to...

enhancement

This follows on from ideas in #76: > ... space could be saved if words were not stored as a static newline-separated string but as something like `(&'static [[u8; 1]],...

enhancement

Ideas: - `petname %j-%v-%n` would yield "$adjective-$adverb-$noun", e.g. "fully-select-airedale" (same as `petname -w3`). - `petname 'My %J %N` would yield "My $Adjective $Noun", e.g. "My Keen Toucan" (literal text &...

enhancement