jazz icon indicating copy to clipboard operation
jazz copied to clipboard

The Scripting Engine that Combines Speed, Safety, and Simplicity

Results 100 jazz issues
Sort by recently updated
recently updated
newest added

currently, we have try-catch. https://github.com/foundpatterns/torchbear/blob/2b7737008f925b793dff466dbdd508ece9baacf5/src/managers/web_server.lua#L8-L21 if we https://github.com/kyren/rlua/issues/88 , we can get a stack trace. error message can go in `log.error()`.

size/0.5
value/1
track/ready
progress/1

https://github.com/foundpatterns/torchbear/blob/2b7737008f925b793dff466dbdd508ece9baacf5/src/managers/web_server.lua#L11

progress/1

https://github.com/foundpatterns/torchbear/blob/2b7737008f925b793dff466dbdd508ece9baacf5/src/managers/web_server.lua#L4:7

progress/1

https://github.com/foundpatterns/torchbear/blob/2b7737008f925b793dff466dbdd508ece9baacf5/src/bindings/server.rs#L92

progress/1
component/handlers

~~~ events["incoming_request_received"]:trigger(request) for k, v in pairs(rules) do v.rule(request, events) end ~~~

progress/1

I think the specified package should return a function which accepts the request as an argument and returns the response

progress/1

event: request_process -> request_received https://www.drupal.org/project/drupal/issues/1677052#comment-6679754

progress/1

https://github.com/alexcrichton/tar-rs (mostly untar, not create)

track/ready
progress/1

[Tera](https://github.com/Keats/tera) can do so much more all we have now is "Failed to render template [name]."

size/0.5
value/1
track/ready
progress/0.75
progress/1
model/change
component/bindings
focus/sanity
focus/experience

```lua local inspect = require ("inspect") tbl = (inspect(torchbear.settings)) print(tbl) ytbl = yaml.from_table(tbl) print(ytbl) stbl = scl.from_table(tbl) print(stbl) ``` gives ``` { init = "init.lua" } --- "{\n init =...

progress/1