jaskij

Results 85 issues of jaskij

**Name of the lexer** TOML **Code sample** ``` aaa = "a:100" 100 = "a:100" 1a = "a:100" ``` Code sample on [rouge.jneen.net][dingus]. **Additional context** In the above snippet all three...

bugfix-request

Below is description adapted from https://github.com/asciidoctor/asciidoctor/issues/1872#issuecomment-247241825, originally by @mojavelinux. > ``` > Operating Systems:: > [horizontal] > Linux::: Linux > BSD::: BSD > > Cloud Providers:: > PaaS::: PaaS >...

bug
compliance

The path below should render as a circle, but NSVG returns only the lower half (twice). Probably a numerical error somewhere in arc calculations. The path is a part of...

I'm just a passerby checking your crate out on docs.rs, and it seems like the docs failed: ![image](https://user-images.githubusercontent.com/1429132/161160759-954d81ca-607a-4fb7-8938-2d8450fe81fa.png)

**Describe the bug** I believe this is caused by the command itself containing a newline or something like that. You can see the two lines in the process section missing...

bug

**Read the README.md and search for similar issues before posting a bug report!** Any bug that can be solved by just reading the [prerequisites](https://github.com/aristocratos/btop#prerequisites) section of the README will likely...

bug

Consider this sample: ```rust pub(crate) async fn new( nats_url: &str, subscription_type: EngineSubscriptionType, ) -> anyhow::Result { let client = async_nats::connect(nats_url).await?; let subscription = client .subscribe(Self::topic_from_subscription_type(&subscription_type)) .await?; Ok(Receiver { client, subscription,...

And probably make the feature optional. This way, an unnecessary dependency is not pulled in if the user does not want it.

Rust version: ```shell $ rustup run nightly rustc --version rustc 1.59.0-nightly (e2116acae 2021-12-05) ``` Build output): ```shell $ cargo +nightly install papyrus ### many properly compiling packages ellided ### Compiling...

Bullet Train already is *very* customizable, but I want a different look - one for which the default separator won't work. So, here's a patch to make it customizable.