Miigon
Miigon
Errors **will** be sent to stderr when not using REPL. ``` $ cat fb.lua print("to stdout") error("to stderr") $ luvit fb.lua > out 2> err $ cat out to stdout...
Confirmed that it doesn't happen on macOS. (Yeah makes sense because it's a limitation of epoll on linux)
Btw, I actually ran into loop require problems (two modules requiring each other) in my own project. I want to know if anyone has a good idea to solve the...
It’s weird that Luvit explicitly allows circular requires. I don’t think it’s being useful.
@squeek502 And it is working only when you put the require statement of `child` AFTER all the function definitions. Otherwise `child` wouldn't see those functions. But probably no one is...
> Well, I decided to migrate to [giscus](https://giscus.app/) which provides a cool loader. I also did the same years ago. Giscus is more actively maintained and uses GitHub discussion instead...
@andremalimpensa Hey! This repo is not maintained anymore and the feature to disable mouse pointer controlling has already been implemented in the forked version of this project, which is still...
Failed to run sscounter. Maybe failed to create interval timer.
Because sscounter runs as a process,not a daemon, it may have some problem in such a special session (rc.local)
just in case the fundamental law of thermodynamic changes in the future, how can we think of a better/more future proof way to build a computer on which this library...