Vinicius Fortuna
Vinicius Fortuna
Did you mean _Javascript_? This task is under the "Javascript Client" milestone.
A few things: - You can't ping because Shadowsocks doesn't support ICMP - The `failed to store tunnel` error is output [here](https://github.com/Jigsaw-Code/outline-client/blob/f29bea6255fa9884efd8443b7de5bf579ead551b/src/electron/index.ts#L431). `cannot save invalid tunnel` [here](https://github.com/Jigsaw-Code/outline-client/blob/f29bea6255fa9884efd8443b7de5bf579ead551b/src/electron/tunnel_store.ts#L42). It seems like...
I hear the need to specify the DNS resolver to be used. That should be specified by the managers, as general users don't know how to do that. I like...
Clarifying some implementation options. ## DNS Wiring A) Run a stub resolver on the Client's localhost that forwards the queries to `dns.local` (or some other pre-defined domain) via a Shadowsocks...
@bemasc cordova-electron is lacking documentation and doesn't seem to be well supported. I didn't find how to create a plugin for Electron (or the browser, for FWIW). I only found...
Thinking about Electron, one issue is that we still need to write native code, and it adds a layer of indirection. We would have to have Node.js bindings for the...
The arguments for F-Droid makes sense, but wouldn't F-Droid be blocked if the Play store was also blocked?
@IzzySoft , we hear your concern. There's a trade-off here. We are migrating our network stack to Go, so we can share network code across platforms (our team is small,...
Thanks for the pointers. One challenge is the fact that we are cross-platform. What are people's opinion of [Instabug](https://instabug.com/)? It seems to be quite well developed.
As I pointed out in https://github.com/Jigsaw-Code/outline-client/issues/50#issuecomment-507235307, we only have Crashlytics in the beta build. Users not comfortable with that can use the stable version instead. We are very grateful to...