Arnaud Castellanos Galea

Results 26 issues of Arnaud Castellanos Galea

I want to make a repl, but I'd need access to the internal vm to execute code. I saw pull #9 and it gives access to the vm on initialization,...

Currently the lua actor only accepts http_request messages, but that heavily limits it's functionality, so torchbear apps cannot schedule stuff, cannot have a repl, cannot create new actors, etc.

size/0.5
size/1
value/0.5
value/0.75
track/ready
track/unscoped
model/plan
component/handlers
progress/0.0
focus/mechanics
landmark/2

Currently we are waiting by default for the response ~~~lua local response = client_request.send("google.com") ~~~ exposing futures would look like this ~~~lua local future = client_request.send("google.com") -- we can do...

size/0.5
value/0.75
track/ready
model/change
progress/0.0
focus/mechanics
component/environment
landmark/3

Should it create the directory or is this sane behaviour?

progress/1
landmark/1

https://actix.rs/api/actix-web/stable/actix_web/server/struct.HttpServer.html#method.bind https://doc.rust-lang.org/nightly/std/io/struct.Error.html

size/0.25
value/0.75
track/ready
progress/1

- remove actix-something noise in debug and trace mode - remove starting space in lua logs To select the logging level, start torchbear with the `--log` option with the most...

size/0.5
value/0.5
track/wip
progress/0.75
progress/1
component/logger

Sometimes it works and some it doesn't, seems to be random at each call of the function. Apparently the rust internal function is sometimes failing, making it return nil instead...

value/1
progress/1

When logging everything (using the log-scope option), which module logged which messages.

progress/1

Currently the *lua_prelude* and *application* settings tell torchbear additional paths from where to include lua packages, but setting additional module paths should be up to the applications, and torchbear should...

progress/1