Tim Satke
Tim Satke
The biggest upside to this would be, that we can define more people that can administrate the repository and its members, as well as CI tools such as fuzzit.dev, without...
FYI and ping @tomarrell
If by "desktop features" you mean a userland with a graphical interface (window manager or window server etc.), there's a few projects out there that do this with Rust already.
Erasing `.idea` and reimporting doesn't solve the issue for me. Invalidating caches also didn't do anything (as described in the linked issue).
For reference and completeness, this also happens in ``` CLion 2022.2.3 , Build #CL-222.4167.35, built on September 15, 2022 OS: MacOS 12.5.1 and 12.6, Intel and M2 Chip Rust Toolchain:...
Is this a bug or a documentation issue? If it is a bug, I would like to have a look at it.
I didn’t look at it, since I didn’t consider any answer a clear „go“, so yes, take it
That is correct. You should use go modules now anyway, so no source directory needed. Also, the source directory is a global one, and not per project.
@arvenil Go itself does a lot of things that you shouldn't do. It's generally a bad idea to adapt something just because someone else does it. There's a lot of...
> Are there any good up-to-date reasons not to do this? I think smaller codebases up to a few thousand lines of code can work with only the root folder....