Akito
Akito
> I don't have a lot of Docker experience. No problem. I am a very advanced Docker user. 😁 > My project which has a docker container works fine according...
@xTrayambak ``` # COMMAND 0 root@1c71f6139f2a:/userdef# nimble install --accept --depsOnly --verbose Warning: Nimble data file "/root/.nimble/nimbledata2.json" is not found. packageinfo.nim(274) findNimbleFile Error: Could not find a file with a .nimble...
@xTrayambak ``` # Files in folder... root@8d48ddcbd85c:/userdef# ls -alh total 3.2M drwxr-xr-x 10 root root 4.0K Oct 25 11:46 . drwxr-xr-x 1 root root 4.0K Oct 25 11:46 .. drwxr-xr-x...
> Nimble generally doesn't like being run under root. That being said, it shouldn't do what you're seeing either. Well, for other developers, which I have seen sometimes, it's usually...
> Yeah, sorry if that came off as an excuse. I didn't mean for it to seem like one. No, not at all, it did not come off as one....
> Hey. I've thoroughly checked Nimble and there is no way that it's either Nimble or Nim's fault. This is most likely an issue upstream with the POSIX library. Perhaps,...
> Nim calls stat() on POSIX systems. Perhaps, try that? #### `stt.c` ``` #include #include int main (){ char *file = "userdef/userdef.nimble"; long size; struct stat *buf = malloc(sizeof(struct stat));...
Well, well, well.... So, I set up an entirely new Raspberry Pi with an `armv7l` from scratch, just to test this. Took a *very* long while due to installation issues,...
> Afaik, Nim has nothing in place for VMs. It only has stuff for architectures, not VMs. I meant, maybe there are instructions that specifically do not work on certain...
Probably should be tested on most recent Nim version, however I certainly won't be able to do that within the next two weeks. Perhaps, after that - I'll note that.