Vinicius Fortuna
Vinicius Fortuna
I'd like to run `ipython` or `jupyter notebook` and be able to load my bazel libraries. How can I do that?
It seems the Linux client is not updated on S3, based on what I saw at https://github.com/Jigsaw-Code/outline-client/issues/1089. We need to: - [ ] Push the current client to S3 -...
This issue is to track selective proxying (also known as "smart routing") on the Outline clients and gather feedback and input from the community. # Why? There's large demand for...
This simplifies the build.
This is an attempt to do multi-platform in a way that the caller doesn't need to know a library has different implementations based on the platform. It removes the need...
This PR makes progress and is an example of: - How we can move more logic from Javascript to Typescript - How we can move logic away from App and...
This moves application logic out of the ui components. Also, stops using the hidden approach and uses a dialog instead, which is a more maintainable pattern.
According to Alberto, this is the code that kills the VPN: https://github.com/uProxy/cordova-plugin-tun2socks/pull/3/commits/f48a92e9422754f237796f36
On mobile, when you click the "create server" button, the UI freezes. I believe the key generation is CPU intensive and happens in the UI thread. We may need to...
In the last step of the cloud launcher, we should present a link that the user can click and add the server, in case they ran the launcher on their...