Ives van Hoorne

Results 179 comments of Ives van Hoorne

Interesting... I still see the error in prod but I cannot repro it in staging or dev... Need to dive a bit deeper into this. I still think it's related...

Ohhh you're right!! You're a genius! I will cache bust it as soon as I'm at my laptop again On Fri, Jan 10, 2025 at 22:34, Andrew Cherniavskii < ***@***.***...

Forgot to follow up on this, but I did the cache bust at the time. Does it work for you now?

Ah, this must be because of a peer dependency resolution in that case. We are pretty broad in the peer dependencies we support, so I can imagine that `esm.sh` then...

Hey! We now automatically make a sandbox a cloud sandbox if it contains a `.codesandbox/Dockerfile`. Does that work for your case?

Hey! Yes, the entry point (index.html) is determined based on the `main` field in `package.json`. In this case, the `main` field is `index.html`, so it expects to have an entry...

Ah! That makes sense, there's a discrepancy with our bundler resolving and the one that our static server does. If you open https://d7q7sp.csb.app/index1.html, then you should see that the script...

It looks like `go build` failed in the Docker build. I wonder if `go` is installed at that point, what does the whole Dockerfile look like?

Hey! I'm currently looking into Monaco support for ReasonML as well, maybe we can work together on building/porting a language extension for this. Related issue on CodeSandbox: https://github.com/CompuIves/codesandbox-client/issues/119

Hey! I've looked at the issue, and I believe this is happening because of some confusing behaviour in CodeSandbox itself (which I think we should fix). If you open a...