Jonathan Cohen

Results 19 issues of Jonathan Cohen

Currently we use the system resolver to resolve the access key hostname and then use a hardcoded list of DNS resolver IPs. Some users (eg https://github.com/Jigsaw-Code/outline-server/issues/872) could make use of...

feature request
backlog

I'm using some polymer components in my electron app. We have some CSS that looks like: ``` paper-input { margin-top: -8px; /* some other stuff */ --paper-input-container-underline-focus: { border-color: white;...

This supersedes a number of dependabot security PRs. Generated by changing package.json and running `yarn upgrade --caret`

cla: yes

This draft PR is a scratchpad for working on in-app beta channel opt-ins in the server https://www.youtube.com/watch?v=Vd7bjhWl3Y4

cla: yes

We don't run into any of the security issues associated with `new Buffer()`, which mostly involve uninitialized memory, but this will hopefully clean up our build output a little bit....

cla: yes

https://youtu.be/6BgV2aH6Syk

cla: yes

Video of new feature: https://youtu.be/ivRtUVgX3Ss

cla: yes

The old behavior was to use the port of the first access key, but this can miss many ports in use by the others. New output looks like `- Access...

tsc in "watch" mode automatically rebuilds changed files. This is useful during development for faster code-build-debug iteration. Nothing can be done after tsc --watch as ctrl-c'ing out of it will...