edouardklein

Results 13 issues of edouardklein

Hi, With main.ss containing: ``` package: main (import :std/format) (export #t) (def (hello name) (displayln (format ("hello ~a") name))) ``` And build.ss containing: ``` #!/usr/bin/env gxi (import :std/make :std/build-script) (defbuild-script...

Hi, The following test: ``` def test_show_option_unknown(session): """Session.show_option raises UnknownOption for invalid option.""" with pytest.raises(exc.UnknownOption): session.show_option('moooz') ``` in tests/test_session.py fails because my version of tmux (3.1b) prints "invalid option: moooz"...

I've been banging my head on this problem for some time, and someone showed this library (which looks quite nice, congrats:) to me, but is is unclear to me if...

from http://contest.gamedevfort.com/submission/432#comment-2195342146 > Grass with crystals tile have a piece of dirt underneath it, when grass tile does not, making it looks weird when the robot pick up a crystal...

From http://contest.gamedevfort.com/submission/432#comment-2195342146 > Maybe a yes/no confirmation for the reset button, or make reset button far from train button.

from http://contest.gamedevfort.com/submission/432#comment-2195342146 > Need easier way to set up the lab. You have to click on tile one-by-one, and sometimes clicking doesn't work, make it hard to build a large...

from : http://contest.gamedevfort.com/submission/432#comment-2195342146 > An undo button for training would be very helpful, instead of making me reset and re-train all over again.

Training is silent, and its results have to be manually tested (e.g. putting bob somewhere and stepping). A way to see the training in progress, and more importantly to see...

From : http://contest.gamedevfort.com/submission/432#comment-2195342146 > Playing intro video causes my computer to hang completely; yes the whole computer, not just the game." I'll try to get more info on the user's...

From http://contest.gamedevfort.com/submission/432#comment-2195342146 "Why do the game need to extract and install itself every single time I start it?' Packaging is a PITA. We should find a simple an automated solution...