Andrzej Głuszak

Results 51 issues of Andrzej Głuszak

## Environment * **IntelliJ Rust plugin version:** 0.4.175.4772-222 * **Rust toolchain version:** 1.62.1 (e092d0b6b 2022-07-16) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.2 (CL-222.3345.126) * **Operating system:** Linux 5.18.10-76051810-generic *...

subsystem::tools
bug
subsystem::refactoring

## Environment * **IntelliJ Rust plugin version:** 0.4.175.4772-221 * **Rust toolchain version:** 1.62.0 (a8314ef7d 2022-06-27) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.1.3 (CL-221.5921.27) * **Operating system:** Linux 5.17.15-76051715-generic *...

subsystem::tools
improvement

## Environment * **IntelliJ Rust plugin version:** 0.4.175.4772-221 * **Rust toolchain version:** 1.62.0 (a8314ef7d 2022-06-27) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.1.3 (CL-221.5921.27) * **Operating system:** Linux 5.17.15-76051715-generic *...

I'm trying to write a shortcode which includes a syntax-highlighted code from a file. I'm using the new colocation feature. My shortcode currently looks like this: ```` {% set text...

enhancement

https://github.com/amethyst/evoli/blob/2e3b15965b31178e266dc1df3923c275b6afab60/src/components/creatures.rs#L18 Why is CreatureType defined to be a String instead of an enum? An enum would be more typesafe. As far as I can see, it's only used for an...

Example: ```rust struct Struct { field: String } fn main() { let data = Struct { field: "Test".to_string() }; let result = 2 + data.do_something(10); // cursor placed inside do_something...

S-actionable
A-assists
C-bug

Is there a chance for Windows and/or Linux support?

### Description of the bug: Seems to be related to #20834 When I enable `build --incompatible_strict_action_env` in .bazelrc building our project fails with the following error: ``` ➜ kotlin git:(agluszak/refactor-spaghetti)...

type: bug
team-Rules-CPP
untriaged
team-Remote-Exec

Sometimes (I'm not exactly sure when) I get this error ``` INFO: From Building external/io_bazel_rules_scala/src/java/io/bazel/rulesscala/scalac/compileoptions/libcompileoptions.jar (1 source file) [for tool]: warning: [path] bad path element "/home/andrzej/.cache/bazel/_bazel_andrzej/1461474fe51fd6c7086e2f5e78bc7f9e/execroot/__main__/bazel-out/k8-opt-exec-2B5CBBC6/bin/external/io_bazel_rules_scala_scala_compiler/io_bazel_rules_scala_scala_compiler.stamp/scala-reflect.jar": no such file or...