Viewing profile — aocenas
aocenas
HN member- Joined
- Wed, Mar 27, 2019, 7:05 PM UTC
- HN karma
- 9
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About aocenas
No profile information was provided.
Recent public activity
-
comment
Comment #33448748
I think it's better to look at something like https://github.com/grafana/grafana/pulse/monthly . You can see there were 1.1K pull requests and 435 issues closed in a month. Also it…
-
comment
Comment #27436968
Yes that limitation was removed and you should be able to use the node graph in dashboards with any datasource providing you can query the data in the right format. In Explore thou…
-
comment
Comment #21347490
Last time I seen an explanation for this, they were talking about throwing and catching promises. So you could probably implement suspense with an error boundary just checking if t…
-
comment
Comment #21347437
Anybody knows whether generator functions were considered and if they were, reasons why they were not used for this?
-
comment
Comment #21347413
I think the problem is there is no good cancelation functionality in promises/await. Generator functions could work, not sure if the issue was support or that generator syntax is n…
-
comment
Comment #20578806
I think you need to opt in for your article to be behind paywall and if you do that you get some share from that. So it is basically people wanting to make money from what they wri…
-
comment
Comment #19504819
You should definitely use geographic timezone like America/Los_Angeles instead of just offset. Offset actually isn't a real timezone it is just an offset. Timezone usually means a …