gordon-quad

Results 27 comments of gordon-quad

I think this is due that I running it from shell script. bot.sh containg following: python MyBot.py --log mybot.log command: LANG=en_US java -jar tools/PlayGame.jar maps/map7.txt 2000 20 log.txt "./bot.sh" "java...

Yep. When I run PlayGame with "python MyBot.py" it was killed. But I think it is a bit abnormally to continue running when parent process is killed.

$ rm mybot.log ; LANG=en_US java -jar tools/PlayGame.jar maps/map7.txt 2000 20 log.txt "python MyBot.py --log mybot.log" "./bot2.sh" >/dev/null ; sleep 1 ; ps ax|grep BullyBot | grep -v grep Turn...

I do not have VSCode and have no intention of using it. It would be nice to be able to use build123d straight from Vim without any extra dependencies. `cadquery.vis`...

I would gladly do it myself, however i would really appreciate some guiding. If you point me out to what sort of changes need to be done with the `show`...

Meanwhile following code works (but requires to have CadQuery installed): ```python from build123d import * from cadquery.vis import show_object with BuildPart() as box_builder: Box(1, 1, 1) show_object(box_builder.part.wrapped) ```

Why provided scenario works in wine-staging without an error then?

any update on that? Looks like it is still an issue.

@blob42 can you pls re-open this?

Not sure what WebView is used for, but if there is an option to just turn off this functionality in full to make wxGTK webkit dependency optional - it would...