Terence Lee

Results 49 comments of Terence Lee

Ah, I forgot about the CLI and didn't mean to imply the `neon bench` command. I was modeling the name after the Ruby Bench project which is run separate from...

Hi! I work with @hunterloftis at heroku and I worked on Bundler, the Ruby dependency manager, for a few years. One of the features that was added in 1.1, was...

@alexanderGugel :) glad it was informative. Feel free to ping if you have any questions I can help with as your exploring this.

We talked about this a bit at the core team sync today. From what I understand we don't want to special case `PATH` and deal with edge cases. What do...

> @ekcasey I'm OK with that. > > So if you have no delimiter set, then it fails. If you have a delimiter of ``, that's OK. Otherwise, you need...

@dfreilich is there something I should be doing to read up on this change? I'm happy to just approve/merge if it's a GitHub Actions thing.

@erkules looking at your `Dockerfile` on [dockerhub](https://hub.docker.com/layers/erkules/mywasm/v1/images/sha256-d197cfb42060401023014da25f8e3e5f8ad29aafd367b309858778640c11d3ab?context=explore), you have this set as the `CMD` which will be executed: ``` CMD ["wasmedge" "/main.wasm"] ``` I'm not sure what you have `ENTRYPOINT`...

Thanks for putting this together @chap!

> What images are requested inside of the lifecycle? If the mirrors are available, I believe it would use the image from the mirror while the image will be written...