myth
myth
@lsorber I tried as you said, like this: ``` cd /some/zappa/demo1 source activate zappa export VIRTUAL_ENV=/somepath/conda/anaconda3/envs/zappa zappa deploy dev ``` it seem worked first, but finally got these error :...
update: I do like as this https://developer.amazon.com/zh/blogs/alexa/post/8e8ad73a-99e9-4c0f-a7b3-60f92287b0bf/new-alexa-tutorial-deploy-flask-ask-skills-to-aws-lambda-with-zappa ,it works! and then I replace virtualenv with conda, it works also! try it just~
I change to ```1.0.0``` instead of ```1.1.0``` as ```pip3 install wasmer==1.0.0 wasmer_compiler_cranelift==1.0.0 ``` and use https://github.com/wasmerio/wasmer-python/blob/1.0.0/examples/ then works! So maybe 1.1.0 had some bug? @syrusakbary
Crystal had support ```hello world``` or some simple code for webassembly at https://github.com/crystal-lang/crystal/pull/1087
> Thanks, that would be awesome and much needed! Maybe one more, that I usually miss from MSA visualization tools: the ability to highlight regions with either a) on one/few...
> The best way to get a working value is probably to use the actual bind address. We're currently only using the port from that, but it should use the...
> For correct behaviour, you _must_ use the exact address returned from `server.bind_tcp`. Everything else is guesswork when it comes to named hosts. ok, now the last commit is using...
> already using the port from that address ok, now change to use the existsed address ip instead of start a new server in the last commit~
``` Linux CI / x86_64-gnu-test (1.0.0, -Dwithout_ffi) (pull_request) Failing after 10s — x86_64-gnu-test (1.0.0, -Dwithout_ffi) ``` got 1 failing check as above, and the log as below, is the network...
> There seems to have been some connectivity issues with the docker registry in several CI runs. They are sporadic and unrelated to any code changes, so we just ignore...