Dan Berindei
Dan Berindei
I use the JIRA issue id (e.g. `ISPN-12345`) as a prefix for all my task branches, and `gco ISPN-12345_task` fails: Invalid argument: 'ISPN' ~/.config/fish/functions/gco.fish (line 46): if [ $first -lt...
https://issues.redhat.com/browse/ISPN-13709
I installed LivePlugin and it seemed like it would work without a restart, but the tool window was empty (which I thought was normal at the time), and when I...
Since version 1.40.3, Deno releases include `deno-aarch64-unknown-linux-gnu.zip`. asdf-deno doesn't install it because `uname -m` reports `aarch64`, but it worked fine with this change: ```diff case "$(uname -m)" in x86_64) architecture="x86_64"...
I started seeing this exception after upgrading to IntelliJ 2023.2.5. ``` java.lang.IllegalStateException: An invalid state was detected that occurs if the key's equals or hashCode was modified while it resided...