Fox
Fox
> I'm not so sure that it is a Typescript error. One of our users had the node binary missing. [dungeon-revealer/dungeon-revealer#1545 (comment)](https://github.com/dungeon-revealer/dungeon-revealer/issues/1545#issuecomment-962463780) > > ``` > C:\Users\dnd\dungeonrevealer\dungeon-revealer-windows-v1.16.0> .\dungeon-revealer-windows.exe > 2021/11/06...
For my problem, having `/tmp/caxa//` would fix it, and for my usecase (only 2 users, myself and my CI agent) the duplication of the uncomperessed program in each directory wouldn't...
I can try, I never used Go but the proposed changes should be easy to do. Whenever I have time this week I will draft the pull request 👍
Hi @leafac, [I started working on this today](https://github.com/SrZorro/caxa/tree/issue/53), I got it working for linux, now I was working on make it work for windows but I found a problem with...
I just found out that in windows `os.tmpdir()` returns a user scoped tmp directory `C:\Users\\AppData\Local\Temp` I fixed for windows the username but seeing this its probably not needed as every...
@leafac draft request crated 🚀 Its still missing tests but first I want you to check it out so we can decide how it should be tested
Perfect, we can do that When I have time this week I will set up documentation and helper scripts for manual testing
Soo... at the end I tried to automatize the tests and atleast for linux was posible, I just had to create and then delete the test users Because `useradd` and...
I had been thinking quite a bit about this, and I think the best option would be to remove the tests and leave this feature as "[There be dragons](https://en.wikipedia.org/wiki/Here_be_dragons)" Currently,...
Hi @leafac Sorry for taking so long, I removed the tests and added the dragons warning to the README From my side I think we are ready to close this...