cvx35isl

Results 14 comments of cvx35isl

yep, I am all for that. currently I resort to the `summary` plugin of C(ore)-Lightningd to see what my fees are as table. But this does not show the remote...

> Do you think it would make sense to pass each of the `open_args` values through [shlex.quote](https://docs.python.org/3/library/shlex.html#shlex.quote)? hmm, from skipping over I see `open_args` should either contain one absolute path...

thinking some more I'll probably have to unquote again right before `subprocess.call()`, since if its not a shell it won't do that. It would try to execute and play files...

hello, sorry for the long delay, i was otherwise busy this branch / PR is now rebased upon the current master and should just merge I did more digging in...

yes, that could happen if a space or something happens to be in that tmp dir path -> I added a `shlex.quote()` where that path gets created, before it gets...

how to implement these, in general? i think the main imponderables are `play.command:` and the library itself, esp. the paths of where it is on the system and how the...

I will bring it up to master over the next days. Regarding the security: i still have no idea how to effectively improve it and dont see a problem either....

I do not understand the TypeError above... however, I observed such behavior when my `c-lightning-rest` process got OOMKilled while RTL was loading data for reports and tables. That also got...

its because of this block in Gemfile: ``` group :development do gem 'listen', '~> 3.3' gem "yard" end ``` these gems are not installed in the image and can't be...

i wanna do this to develop a plugin and to test+fix it against the various major release trees of Redmine also, with my self-cooked image, I found the ability quite...