Viewing profile — j-f1
j-f1
HN member- Joined
- Sun, Mar 22, 2020, 2:23 PM UTC
- HN karma
- 18
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About j-f1
Recent public activity
-
comment
Comment #34353127
I’m not sure about macOS, but on iOS you can install the App Store Connect app ( https://apps.apple.com/app/id1234793120 ) and then enable notifications for new reviews from there.…
-
comment
Comment #34352542
There were a lot of changes made in the Swift 1–3 time frame as the team learned what it was like to write Swift at scale and developed a unique language style. That’s all done now…
-
comment
Comment #26917618
Looks like someone figured out how to use Svelte inside of Observable a while ago — see https://observablehq.com/@ajbouh/svelte-experiments
-
comment
Comment #24561768
There were security vulnerabilities a while ago that resulted from people being able to upload React-element-shaped JSON objects in certain places strings were supposed to go. IIRC…
-
comment
Comment #23215565
For #1, check out JSON Feed ( https://jsonfeed.org/ ). It’s at least supported by Feedly, and it’s probably supported elsewhere too.
-
comment
Comment #23215535
> that’s why some content authors, like Daring Fireball’s John Gruber, as an example, only provide their full RSS feed to paying subscribers This is false. I am not a paying subscr…
-
comment
Comment #22669983
I’m guessing it’s the Dat Protocol → https://www.datprotocol.com
-
comment
Comment #22663250
Fortunately, if you use Prettier to format your JSON files too, it’ll quote unquoted properties and remove trailing commas: https://prettier.io/playground/#N4Igxg9gdgLgprEAuEwA6UAE…
-
comment
Comment #22660015
This is actually quite challenging because the template language allows you to insert template tags into any location in the template file, and while people usually put them in rea…
-
comment
Comment #22658443
There’s https://github.com/jhipster/prettier-java , which expands Prettier to work with Java, but I’m not sure how complete or thoroughly-tested it is. It also requires that you ha…
-
comment
Comment #22658168
This isn’t really possible due to Prettier’s design, unfortunately. It basically lays out each statement on one line until it gets to the maximum width, then tries a variety of way…
-
comment
Comment #22656053
Isn’t this true of any client side site? If the client side JS has access to some information, it’s always possible for the server to inject custom JS that returns the data. Theore…