qtfkwk

Results 13 comments of qtfkwk

Generally agree that ~/.vfeed is as opinionated as $PWD.... also that it doesn’t conform to XDG spec. The level of effort to use an environment variable would not be so...

travis failure appears to precede this PR

Probably would want to add a maximum file size option for a contents change feature and set a sane default to accommodate the typical maximum size of a source code...

`cargo update` seems to resolve the issue... will continue testing and share any additional observations.

As noted in https://github.com/time-rs/time/issues/263#issuecomment-643464936 the fix to avoid the immediate need to run `cargo update` is to update the time crate dependency version to `>=0.2.9`, *although latest is 0.2.16* https://github.com/time-rs/time/blob/master/CHANGELOG.md#0216-2020-05-12...

disregard/ignore the `hide cc warnings` commit

See also https://github.com/tree-sitter/tree-sitter-bash/pull/117

Forked this repo and preparing a PR... Here are the other outdated dependencies: ``` $ cargo outdated Name Project Compat Latest Kind Platform ---- ------- ------ ------ ---- -------- aho-corasick->memchr...

Ran into the same error just now on a Kali (Debian-based) system (rolling release; updated just prior) where the same tectonic version (0.15.0) was being reinstalled (`--force`) due to Rust...

Hi @Ethiraric! Thanks for the quick response!