Viewing profile — justinrlle
justinrlle
HN member- Joined
- Thu, Nov 23, 2017, 8:08 PM UTC
- HN karma
- 31
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About justinrlle
No profile information was provided.
Recent public activity
- story
-
comment
Comment #20292437
People need to stop with this argument. Chromium might be open source, but it's still Google who decides what get merged. And yes, people can fork, do their own patches, fixes, but…
-
comment
Comment #20175938
Well, the first example looks like it includes a version: import {Component, render} from 'https://cdn.pika.dev/preact/v8';
-
comment
Comment #20047457
My understanding is that this change in the extensions API will land in Chromium first, and so any browser depending on the extension mechanism of Chromium will be impacted, like O…
-
comment
Comment #19971435
This extension [0] allows creating on-the-fly new containers, and delete them when you close the tab. [0] https://addons.mozilla.org/en-US/android/addon/containers-on...
-
comment
Comment #19751819
To me, the biggest feature is https://about.gitlab.com/2019/04/22/gitlab-11-10-released/#s... . I've seen so many repositories imitating custom fields with labels starting with the…
-
comment
Comment #19666891
I think your confusing Swift's protocols with something akin to Java's interfaces. I don't really know Swift, but it looks a lot like Rust, so I'm going to assume that they work th…
-
comment
Comment #18174249
> I also suggest sending the version string as the User-Agent so you can debug server-side issues. (Assuming your CLI uses an API of some sort) Isn't it some kind of disguised trac…