jcalfee

Results 127 comments of jcalfee

Wrapping it in a key works. That opens up the option to report missing keys in the template or run more dynamic async code. So that is a really good...

Yea, I realized recursion didn't make since. I'm still not sure what get should contain though.

I tested `v.__isProxy !== undefined` [ref](https://stackoverflow.com/a/37198132) and it works when I replace the two `v instanceof Proxy` checks . It errors `err: Error: TypeError: eval is not a function`. Probably...

I just noticed the same thing. I want to re-direct magnetic links in Firefox from Transmission to web-torrent. So I did some testing: ```bash webtorrent-desktop$ electron . 'magnet:?xt=urn:btih:...' ``` The...

Please consider, browser-side private key signing (like a wallet) is much safer if an extension has no access by default.

We had calls in our code to try and change the preference via calls to $translate.use("...") .. I changed those call to $translate.preferredLanguage("...") and got much better behaviour. Maybe a...

For now, I think this link may belong with the install instructions: http://download.jitsi.org/stable/jitsi-archive-keyring_1.0.1_all.deb

I here you @rasmi-aw .. You might want to look into all the "private" law groups that are springing up everywhere. This is very different from the "public" legal system,...

No, it is a tricky one. Unless we can pin-point it I usually fall back to: what version/s are working?