Ghaith Hachem
Ghaith Hachem
@zbanks This is awesome thanks it worked for me from the dev version without much trouble, didn't try the release link yet. I was wondering if there's a way to...
Hello, Unfortunately things do seem to be going a bit slow on the project. I don't know about boris's current work but i last got a state of Jnario with...
I had the same problem when using 2 monitors with different vertical resolutions. I think the problem is related to wayland. Switching back to X11 solved it for me, but...
Not the Author, but I tried doing this on my branch, I couldn't launch it with steam, the steam command to launch it will be a steam://.... which seems to...
https://github.com/ghaith/CrewLink I pushed that here, didn't want to push it to the current PR (#5) since it's not direcly related but is based on it anyway, i'll do a new...
The idea of splitting the 2 crates was that the reading source files does not directly relate to parsing the AST, as we get an AST by first reading the...
This would be an incremental compilation which we did not yet implement but is something we would like to eventually have. Edit: I just noticed the issue is titled incremental...
One way to implement incremental compilation is to use the rusty command line without the build pipeline. What you can do is have a Makefile or similar compile each file...
Hello @corbanvilla, Thank you for the PR. I didn't get the chance to look into it in details, but from your comments and first glance I just have a few...
Reopening because we should not reach a panic state.