Sigmund Hansen
Sigmund Hansen
When generating stubs, I get the following warning: `java.io.FileNotFoundException: C:\Users\Sigmund\AppData\Local\JetBrains\IntelliJIdea2023.1\cursive_stubs_59a8d6cc\82474c2c-tmp\8f9e1ca.clj (The system cannot find the path specified)` If I am to make a guess, I would say the temporary file...
`as->` uses `let` to assign values to symbols. ``` (as-> something x (do-stuff x 1 2) (do-something-else 3 x)) ``` translates to: ``` (let [x something x (do-stuff x 1...
When referring functions in requires of Google Closure, the functions are marked as unresolved. E.g. the following will mark `format` as unresolved (hovering over the unresolved symbol shows the message...
IntelliJ 2021.1 added support for remote run targets, using SSH or Docker, and on Windows WSL is also an option. The new WSL run target option on Windows, broke support...
We have regex validation of commit messages. The commit messages aren't checked on push if we enable the check pull requests option. Along with other hooks (force push disabling, verify...
When a plugin resides in a Github repo, it has to be downloaded and JARed by lein-git-down prior to being referenced in the list of plugins for it to work....
If the only use of a Java class uses an overloaded method that is resolved in runtime, the class is marked as unused and removed by Organize imports. Adding type...
Since one of the recent releases (currently running 1.3.5-2024.2 and IntelliJ 2024.2.0.2) I've been getting the following error whenever I update a project.clj file or try to synchronize Leiningen projects:...
## Platform - Linux Mint 21.3 Cinnamon ## Additional information Uninstalled nix-bin apt package. Manually removed all nixbldN users and the nixbld and nix-user groups. Did not manually remove systemd...