Daniel P. Clark
Daniel P. Clark
@Ch4s3 Hey, I love that you brought Rust in on this. I'd like to provide some resources that may be helpful in getting this done. I'm the author of [faster_path](https://github.com/danielpclark/faster_path)...
@Ch4s3 No… The author updated his PR to be current with the code base but the CI tests results are intermittent/flaky.
@Ch4s3 I've got Thermite integrated now. I've submitted a bunch of PRs to ruru that give you most of Ruby's native features (they've been sitting unnoticed for a while) and...
I use the `pipe-to` feature for playing media. In the config file I put: ``` macro p pipe-to "grep -o 'http.*mp3' | xargs -n1 mpv" ; toggle-article-read "read" ``` Then...
From the one who created the information at the above "cross-compile" link he also created a multi system cross-compiler for Rust that also works with CI (for compilation and testing)...
The patches for https://github.com/steveklabnik/ruby-sys/pull/31 and https://github.com/d-unseductable/ruru/pull/95 make this issue go away. That's not to say this issue still isn't possible for others who still keep using the older version.
I wonder if I should raise this issue in Kemal then since the provided way of rendering content inside a template calls `Kilt.render` and leads to this error..
cc @sdogruyol
I believe I got the same error trying to provide `-l en`. So I removed the language parameter and was able to proceed.
This project is in need of tests. I would like to implement the test suite to test over different versions of rails from 4 to 6. It worked for me...