Dmitry Murzin
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 
@JasonShin Hi! I can't reproduce it with the latest plugin version. Do you still observe the error? 
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