Jonathan
Jonathan
## Environment * **IntelliJ Rust plugin version:** 0.4.175.4772-222 * **Rust toolchain version:** 1.64.0-nightly (9067d5277 2022-07-28) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.2 (CL-222.3345.126) * **Operating system:** Linux 5.18.14-arch1-1 *...
I'm trying to use LALRPOP to write a very simple parser, I could've wrote it by hand, considering how simple it is, but I wanted to give LALRPOP a try....
**Is your feature request related to a problem? Please describe.** There are different levels of [brotli](https://docs.rs/warp/0.3.2/warp/filters/compression/fn.brotli.html) compression, ranging from 1 (fastest / less efficient / bigger sizes) to 11 (slower...
### Describe the bug I have the following code in my Rust project: ```rust #[no_mangle] #[wasm_bindgen] pub fn test(str: String) -> String { test_internal(json::parse(str.as_str()).unwrap()).into() } #[no_mangle] pub fn test_internal(json_value: JsonValue)...
Currently, there is no support for invokedynamic, I know that is a bit hard to implement, but since Java 8/lambdas, invokedynamic is very present in Bytecode. Useful references for implementation:...
I think #60 did exactly the same except for the tests and API call updates, but the PR was closed. I've also updated `sandbox` to use `elixir_erl_var.from_env` instead of the...
### Describe the bug I found this problem while trying to complete some commands while on my home folder, and by whatever reason Nushell kept adding a new line before...
This depends on Tofee/qmltermwidget@1e7ab36e9894f9d7c5b7d82267faba1e60efd635, which has PR open on upstream: Swordfish90/qmltermwidget#41. `jq` is a dependency for building because [KDE Plasma 6](https://develop.kde.org/docs/plasma/widget/porting_kf6/#porting-an-existing-plasmoid) changed its metadata format to json. `X-KDE-PluginInfo-KdeStoreId` was I...
*I dropped all the old text because it does not make sense anymore.* The problem is basically that Rust's [`str::lines()`](https://doc.rust-lang.org/std/primitive.str.html#method.lines) will return the same number of lines regardless of the...