Viewing profile — erikdesjardins
erikdesjardins
HN member- Joined
- Fri, Feb 03, 2017, 4:22 PM UTC
- HN karma
- 11
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About erikdesjardins
[ my public key: https://keybase.io/erikdesjardins; my proof: https://keybase.io/erikdesjardins/sigs/sq-jAzXOCe-HO8nk16Ty9AsG1D9Ioag2bYd2QWawsEk ]
Recent public activity
-
comment
Comment #14150865
Not entirely, there are still some APIs that are unimplemented in Firefox[1]. But yes, adding storage.sync will help a lot. [1]: https://developer.mozilla.org/en-US/Add-ons/WebExte…
-
comment
Comment #13880347
Seems that it can be turned off at: chrome://flags/#expensive-background-timer-throttling ...though they may eventually remove the flag.
-
comment
Comment #13579698
The original example does not return a mutable reference; in Rust you must explicitly opt in to mutability. Compare [1] and [2]. [1]: https://play.rust-lang.org/?gist=78e7af18c6fc7…