Max Kaye

Results 51 comments of Max Kaye
trafficstars

> There is a lot of detail in this example, perhaps a little bit too much detail? Sure. I agree it's on the detailed side. I don't think multiple files...

> Right, but do we really need to explain the concept and how to write code to parse CSV? That seems a little out of scope for me. No, that's...

> Now that [this issue](https://github.com/openplanet-nl/issues/issues/117) is implemented (see comments on that thread for more info) this could potentially be revisited? yup

@codecat I think this is ready for review. It's much more streamlined now. I noticed https://github.com/openplanet-nl/issues/issues/161 while working on this, IDK if the folder-creation behavior (or lack of) is intended...

> image from HTTP I rejected these alternatives: adding an image file to the repo (this would require introducing a build process or something), hardcoding an image in base64 and...

> I think something like this is a lot easier to understand than 7 lines of confusing math to (essentially) calculate pos: Yeah gp. Part of the reason there are...

I found a workaround. Create a file: `~/.stack/global-project/stack-cabal-1.24.yaml` ``` flags: {} extra-package-dbs: [] packages: [] extra-deps: [] resolver: lts-8.24 ``` Basically it's using an old stack lts that was from...

In case anyone finds this, I have a workaround that works on macos, though not sure about windows: https://github.com/yamadapc/stack-run/issues/17#issuecomment-427545735

fyi, or if anyone finds this thread, I found a workaround that works on macos at least: https://github.com/yamadapc/stack-run/issues/17#issuecomment-427545735

Implementation of hiding the records UI element from TTG you can steal: https://github.com/XertroV/tm-cgf-library/blob/master/src/TTG/HideGameUI.as Usage: https://github.com/XertroV/tm-cgf-library/blob/200b8ba451b347fe5b503a00b3677cb79a65c8e7/src/TTG/TTGState.as#L721-L722 It's implemented as a game option in TTG, so I assume it's easy enough to...