George Oliver

Results 20 issues of George Oliver

Hello, thanks for this project, I was looking for something exactly like it. It might be I'm unfamiliar with hyperfiddle tests, but I don't understand why the tests in #72...

First pull request ever, sorry if I'm not doing something right! See virtualenv docs at https://virtualenv.pypa.io/en/latest/userguide.html#windows-notes for reference.

This code at https://github.com/LightTable/Python/blob/master/src/lt/plugins/python.cljs#L112 doesn't look right, ``` clojure (defn find-venv [obj] (let [to-find (if (platform/win?) "bin\\python" "bin/python") ; .... ``` On Windows the virtualenv bin dir is called Scripts....

At some point we'll want to keep track of player configurable settings. Some possible settings: - color on/off - integrate EvMore paging mechanism - prompt on/off and prompt configuration -...

enhancement
intermediate
developer task

This issue is to help people stay on top of updates to the Ainneve world design doc located at https://docs.google.com/document/d/10C6YXdniCYWOX0HlYtR5RW2EBlsqscJBCJnjVr_-0WQ/pub under development by @kylemecklem . As items in that doc...

builder task

I like that I can call/email using the Contact field in a note. However in some notes I might have more than one contact (i.e. person with a phone number/email)....

enhancement

Hello, I get this output entering a command like "climb over" playing a TADS 3 game with frob: ![Image](https://github.com/user-attachments/assets/c8b8a313-becb-464a-b933-a9e8667caeef) I'm not sure if this is supposed to be like that...

hi, two tests failed during the build, here is relevant LastTest.log: ``` 77/142 Testing: MakeTest-testov 77/142 Test: MakeTest-testov Command: "/tmp/guix-build-my-frobtads-2.0.drv-0/frobtads-2.0/testscripts/test_make.sh" "cp437" "testov" "testov" Directory: /tmp/guix-build-my-frobtads-2.0.drv-0/build "MakeTest-testov" start time: Jan 10...

hi, in doc/INSTALL it says > -DENABLE_T3_DEBUG= (default is NO) > > Will build the debug version of the T3VM. This results in slower code, but > is useful for...

hi, I'm setting up a TADS environment and was confused by this in doc/README, > By default, the FrobTADS source-package only contains the interpreter. > See the file COMPILERS on...