Stefan Lobbenmeier
Stefan Lobbenmeier
https://github.com/androidx/androidx/tree/androidx-main/room/room-compiler-processing is this an option to support ksp more easily? Edit: nevermind, was mentioned earlier already
To get a feel for how much effort this would be and maybe get the ball rolling I just spent some time looking into room compiler processing. From what I...
Found two more blockers: - there is java 9 module support in mapstruct, but from what I could see not in room, so keeping this will be awkward. I think...
For unsigned apps, you usually have to right click and open. (On my machine I installed via brew and did not have to do that)
I read in another issue that I should set the default version, but that seems to not make a difference: ```sh fish --command 'echo $nvm_default_version' 16 ``` even setting it...
Probably related, it already thinks that it is using the right version, but it is not: ```sh fish --command 'nvm current; node --version; which node;' v16.16.0 v20.1.0 /opt/homebrew/bin/node ```
> This will not affect the Node version since it runs in a subshell. It's surprising you're doing this, as the documentation doesn't suggest using nvm like that. You should...
> How did you install nvm.fish and Fisher? I'm asking because I've seen people install these tools in unconventional ways, often leading to problems. According to my shell history: `curl...
Found a way to reproduce this, that might also be the reason for writing the fish commands like I did. I still have this issue when I open up a...
> Does the problem happen when installing a program that needs Node as a dependency? I didn't know that could happen. I've never used brew to install something that comes...