Drew Silcock

Results 23 comments of Drew Silcock

If I just do `cargo asm --target=wasm32-unknown-unknown` or `cargo asm --target=wasm32-wasi` then I get a list of symbols as expected, but if I try to drill down into my particular...

I should probably include additional information: ```sh $ cargo asm --version cargo-asm 0.1.16 $ rustc --version rustc 1.39.0-nightly (c6e9c76c5 2019-09-04) $ cargo --version cargo 1.39.0-nightly (22f7dd049 2019-08-27) ```

Hi Alex, thanks so much for the info, that setting was exactly what I was looking for! That seems to do work perfectly. For others reading this I added the...

I agree this would be a very useful feature to make the tool more user-friendly and easier to deploy for general use rather than individual developers or data scientists playing...

It would also be possible to implement a sidebar navigation like this other repo - [awesome-streamlit](https://github.com/MarcSkovMadsen/awesome-streamlit). See: https://github.com/MarcSkovMadsen/awesome-streamlit/blob/be454e29c35a9a1a760b1737a5176a47f4f9717b/app.py#L5-L30

Pushed a PR containing a `Dockerfile`, `docker-compose.yaml` and Nginx configuration for this reverse proxying solution: #60.

The nginx container will continue restarting until all the other containers are available. In this case the `rasalit-live-nlu` container didn't start properly, hence nginx errors out, restarts and tries again....

It looks to me like it's searching for the built Rasa models from the `models/` folder of the Rasa project directory. Does the Rasa project you specify with `RASA_PROJECT_DIR` have...

Yeah that makes sense, I can't think of why they would need to change the `Dockerfile` but the `docker-compose.yaml` would be presented as "here's an example, configure it according to...

Sorry for the delay, I've not been able to implement this yet but option 3 sounds like the right choice to me, and shouldn't be too difficult to do. I'll...