Richard Carson

Results 24 issues of Richard Carson

Trying to find a way to call async functions in a script I tried calling it as 'async nameoffunction' instead of just 'nameoffunction', but that results in `await is only...

Issue is due to this outstanding bug [#307](https://github.com/tauri-apps/tao/issues/307) in Tao inputbot could work, but requires sudo to capture globally

Should be OSX compatible, but I cannot confirm that without access to an OSX box

enhancement
help wanted

**Describe the bug** Unmapped prefix operators panic at 'expected operator, found For example "-1" panics with: ``` Expected operator, found int_literal ``` Instead of something like expected operator, found `PREFIX_NEG`...

bug
help-wanted

In my grammar I have this rule: ```rust MATCHING_EXPRESSION = { RANGE_EXPRESSION ~ (MATCHING_OPERATOR ~ #pattern = MATCHING_EXPRESSION_PATTERN)? } ``` For the expression `'test' matches `, that is one with...

help-wanted

For example [around here](https://github.com/dtolnay/ryu/blob/668d654fd67c16bbeb53e5413c97e91a41bd84e5/src/pretty/mod.rs#L70C6-L70C6) You calculate the length of the resulting decimal portion of the string That is the specific number I am after; at the moment I am having...

I have a StringLiteral token with the following expressions on it: ```rust #[regex(r#"(?:/(?:\\.|[^\\/])+/[a-zA-Z]*)"#)] // Regex literal #[regex(r#"(?:"(?:(?:[^"\\])|(?:\\.))*")"#)] // " string literal " #[regex(r#"(?:'(?:(?:[^'\\])|(?:\\.))*')"#)] // ' string literal ' ``` And...

bug
help wanted

One of my users is reporting a crash in the deno_io extension since the update: ``` thread 'main' panicked at /Users/z/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.278.0/runtime/jsruntime.rs:619:9: Failed to initialize a JsRuntime: Uncaught SyntaxError: The requested...

Happened somewhere between v0.150.0 and 0.153.0