TheKnarf

Results 71 comments of TheKnarf

It ran on my MacBook Pro 13". But it was extremely slow. Will try it on my iMac later today. On Fri, 5 Aug 2016 at 17:53, Sterling Baldwin [email protected]...

Allright. Just built and ran it on my iMac (21.5-inch, Late 2012) with these specs: | Spec | Spec | | --- | --- | | Processor | 3,1 GHz...

Do you have a screenshot of how it should look immediately after starting the game? So that I have something to compare it to if I try to fix whatever...

`package.json`: ``` { "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "start:storybook": "cross-env STORYBOOK_DISABLE_TELEMETRY=1 start-storybook -p 6006", "build:storybook":...

I've updated my [test repo](https://github.com/TheKnarf/storybook-xstate-test) to version `2.3.6`. The problem seems to still preserve. Please re-open the issue.

I'm not too familiar with Ocaml, what would be needed to get this updated to the new version?

``` ➜ ~ docker run -t -i -p 8080:8080 --volumes-from $CID jpetazzo/openvpn serveconfig Please run the OpenVPN container at least once in normal mode, to generate the client configuration file....

Yes that was the problem. Would it be possible to make the second command wait? So instead of giving an error it just waits for the first to gennerate the...

Seems like my mistake was using `--cache-only` as that didn't activate `pnpm`. Now that seems this seems to work: ``` RUN --mount=type=cache,target=/app/cache \ COREPACK_ENABLE_NETWORK=0 corepack install -g /app/cache/corepack.tgz ``` Perhaps...

Theres a few structural changes to the code I would make. You're setting the `global.Collada` variable instead of using `export` to export the code so that other modules could reuse...