iilyak

Results 38 comments of iilyak

> for input value (maybe template creator will need to request type, true != "true" but I don't want to force the user to enclose input in " for string,...

> for security (not run arbitrary command on the user's host): for each command, the user is asked "do you want to run .... [Y/n] ?" 👍 > in case...

Thank you. It compiles. I'll test it after I figure out how to make a release locally. I am new to Rust and currently learning it. I wanted to figure...

@christippett Nice hack!!! Do you know any way to get output or status of the command?

I am curious if there is a way to integrate [a-Shell_iOS/](https://holzschu.github.io/a-Shell_iOS/) and blink. I want to use shortcuts to run script in a-shell which would prepare some files and then...

I I think I am experiencing the same bug as well on windows. In my case the rust part sends events at a very high rate 20K events/second. Then these...

I have similar need. But I wanted to compare it with the previous run stats captured in a `json` file and see how many lines where added. I don't need...

I think we should consider trying out `mix` (Elixir build tool) instead of `rebar3`. Although we would have same compatibility issues as with rebar3 (NIFs and raw deps). Nevertheless I...

Started discussion on ML https://lists.apache.org/thread.html/a6da2f98df4f044153ae0768c967b5bb7cf475a8dec2f2b73b907a3c@%3Cdev.couchdb.apache.org%3E

> As to mix vs rebar3 in particular, the only worry I'd have is that Elixir is going to tighten our acceptable versions of Erlang. I did use erlang 20.3.8.14...