Results 20 issues of qtfkwk

The database is saved to and used from the current directory versus somewhere better like ~/.vfeed/. This hampers several things, but most notably putting a symlink somewhere in my path...

enhancement

AFAICT, I got all of the places where the downloaded database is referenced. You may want to test and confirm this is true prior to merging into your master. See...

# Reproduce ## Prep ``` cargo init test cd test cargo add syntect # 4.5.0 ``` ## Works `src/main.rs`: ```Rust use syntect::html::{ClassStyle, ClassedHTMLGenerator}; use syntect::parsing::SyntaxSet; use syntect::util::LinesWithEndings; fn main() {...

bug

0.18.4 market data example in readme produces the error during `cargo build`: ``` error[E0412]: cannot find type `KlineSummary` in this scope --> src/bin/binance-kline.rs:84:32 | 84 | let kline: KlineSummary =...

Apologies if this has already been addressed somewhere. I searched but did not find anything. The cargo-watch (and watchexec) documentation suggests that the command should be run when watched files...

new feature

``` error: expected an item keyword --> /home/qtfkwk/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.2.8/src/utc_offset.rs:366:13 | 366 | let tm = timestamp_to_tm(datetime.timestamp())?; | ^^^ | ::: /home/qtfkwk/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs:41:40 | 41 | if #[cfg($($meta:meta),*)] { $($it:item)* } | --------...

See https://github.com/ikatyang/tree-sitter-markdown/issues/50 for all related info.

Current tree-sitter version is 0.20.9 but this crate depends on 0.19. Fix is `cargo update` (or update the version manually in `Cargo.toml`). An unsuspecting user would add the following to...

I'm trying to track down the cause of a `withBinaryFile: invalid argument (Invalid argument)` error I'm seeing with pandoc on Windows... any idea what causes it, in general? (There aren't...

bug

[tree-sitter]: https://crates.io/crates/tree-sitter [tree-sitter-md]: https://crates.io/crates/tree-sitter-md [tree-sitter-markdown]: https://crates.io/crates/tree-sitter-markdown [pulldown-cmark]: https://crates.io/crates/pulldown-cmark I've been testing both [tree-sitter-md] and [tree-sitter-markdown] over the past couple days and have the following observations. Note that each observation is...

enhancement