Dmitry Murzin

Results 115 comments of Dmitry Murzin

@jkvargas please enable `org.rust.cargo.evaluate.build.scripts` and `org.rust.macros.proc` [experimental features](https://plugins.jetbrains.com/plugin/8182-rust/docs/rust-faq.html#experimental-features), it should be fixed ![Peek 2022-08-05 19-15](https://user-images.githubusercontent.com/6505554/183118676-54ffe65c-1ba5-449f-8289-93affeac19f8.gif)

@JasonShin Hi! I can't reproduce it with the latest plugin version. Do you still observe the error? ![image](https://user-images.githubusercontent.com/6505554/180323648-224be72f-669b-4e12-9bad-6292fcfa3e19.png)

Minimal reproduction ```rust use lazy_static::lazy_static; use regex::Regex; fn main() { lazy_static! { static ref FOO: Regex = Regex::new("x").unwrap(); } func(&FOO); } fn func(_: &Regex) {} ```

Hello! What about adding `Cache-Control: immutable` only when user-agent is Firefox?

Any updates?..

@FactorioBlueprints I tried `firebase database:get /blueprints > factorio-blueprints-export.json` and `firebase database:get /blueprintSummaries > factorio-blueprints-export.json` and in both cases received the same error: ``` Error: Authorization failed. This account is missing...

May I ask, what is current total size of images?

@Sherlock-Holo could you please provide complete code sample? I can't reproduce it

@cherryleafroad could you please try previous version [0.4.170](https://plugins.jetbrains.com/plugin/8182-rust/versions/stable/175114) and check whether performance issues persist? This will help us investigate the issue