Nadav Ivgi
Nadav Ivgi
> Adding a self signed certificate only works for android 6 or lower Ugh, I see. I wonder why they did that... this makes user trusted certificates much less useful....
This probably happens because spark uses the `CONFIG` environment variable (when available) as the path to the config file. I haven't seen this variable set by default in the linux...
Thanks for confirming. I will think about a fix for this.
Can you try specifying `--ln-path ` with the path to your c-lightning data directory? It should automatically use `~/.lightning/`, but it seems like its not able to detect your home...
Yes, `.profile` should automatically get loaded in new terminals. I'm not sure what could be causing it not to :o
I can see why users would want to change the poll interval, but why would they want to disable it? If we do add a way to disable rate polling...
I'll look into implementing this. This will require some refactoring in the way currency units are handled, so might take me a little while to get to it.
Thanks, I'll look into improving readability. But note that other than the terse style, the usage of [stream-based reactive programming](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754) also creates a non-negligible barrier to entry, as its not...
You mean incoming or outgoing payments? I've been experimenting with offers lately and incoming payments paid via offers should be showing up in the stream properly. But the payment stream...
> In this case, optional dependencies like `tor-browser-bundle-bin` would be better listed as dependencies of the package rather than being downloaded dynamically by the application. The reason its downloaded dynamically...