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

"Specified init.lua not found. You may have not completed installing your app."

progress/1

http://tylerneylon.com/a/learn-lua/ learnXinY... (some very concise `something.lua` pattern with everything) ....

progress/1

https://github.com/withoutboats/heck

track/ready
progress/1

Begin using `Result` for `ApplicationBuilder::start` to improve error handling and to allow us to give meaningful and constructive error messages over panic message as a result of an `unwrap` being...

progress/1

https://github.com/rust-lang-nursery/libm https://www.gnu.org/software/libc/manual/html_node/Mathematics.html ? constant.rs, trig.rs, exponent.rs, logarithm.rs, ... ??

value/1
track/ready
progress/1

Torchbear is [tightly coupled](https://github.com/foundpatterns/torchbear/blob/9c413ae4a9f03b654a546b841a2613595b1af60c/src/lib.rs#L58) with Tera, it requires the toml to [have a template path](https://github.com/foundpatterns/torchbear/blob/9c413ae4a9f03b654a546b841a2613595b1af60c/src/lib.rs#L191) and [compiles those at startup](https://github.com/foundpatterns/torchbear/blob/9c413ae4a9f03b654a546b841a2613595b1af60c/src/lib.rs#L205). Extend the [bindings](torchbear/src/bindings/tera.rs) to create tera instances and let applications...

progress/1

`thread 'arbiter:958ce9ab-d45c-4a5f-992b-f000d803e32e:actor' panicked at 'Use Self::Context::notify() instead of direct use of address', /home/mitchell/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-0.7.5/src/mailbox.rs:103:17` this doesn't happen with 0.4.x and I think 0.5.x, but it definitely happens in 0.6.x `wrk -t12...

progress/1
component/handlers

In [torchbear-simple-webserver](https://github.com/foundpatterns/torchbear-simple-webserver), when `torchbear.toml` is: ~~~ [web-server] host = "0.0.0.0:3000" ~~~ It doesn't start. Instead, one has add another sections for it to work: ~~~ [web-server] host = "0.0.0.0:3000" [general]...

progress/1
component/handlers