Viewing profile — chain--
chain--
HN member- Joined
- Sat, Feb 15, 2020, 11:30 AM UTC
- HN karma
- 24
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About chain--
No profile information was provided.
Recent public activity
-
comment
Comment #31347946
Yup I've used Vitest without Vite for a personal project. I replaced Jest as I was having a lot of trouble with ESM modules (it might be better now)
-
comment
Comment #31290043
I also have something similar :) Demo (client only): https://josh18.github.io/hitpoints/recipes Source: https://github.com/josh18/hitpoints Goals are a little bit different though,…
-
comment
Comment #31241029
Location: New Zealand Remote: Yes Willing to relocate: Probably not, would consider doing offset hours Technologies: Javascript/Typescript, Angular, React, Node.js, GraphQL, SQL, A…
-
comment
Comment #30926485
I could be wrong but I think it is used to alert you when you have incompatible dependencies. For example if you have a dependency with a peerDependency `something: 2.x.x` and you …
-
comment
Comment #29194922
Of course! People are free to dislike languages as much as they want. But is that something that is worthwhile discussing on HN? I don't dislike any language in that sense, every l…
-
comment
Comment #29194857
I completely agree with that, there are some things that would be nice to change that are unlikely ever to be changed due to the goal of being backwards compatible. But a lot of th…
-
comment
Comment #29194423
I like Javascript (mainly Typescript) and use it quite a lot. If you aren't a fan, I completely understand. However I don't understand why people feel the need to discredit somethi…
-
comment
Comment #29079108
Location: New Zealand Remote: Yes Willing to relocate: Probably not, would consider doing offset hours Technologies: Javascript/Typescript, Angular, React, Node.js, SQL, AWS + lots…
-
comment
Comment #27400005
What would you say the purpose or goal is of unconstructive critique?
-
comment
Comment #24928463
Try / catch is the exception, if you don't await then your catch handler won't work. https://jakearchibald.com/2017/await-vs-return-vs-return-awa...
-
comment
Comment #23776972
I haven't used it but there are some unofficial Rust bindings to the Godot game engine: https://github.com/godot-rust/godot-rust
-
comment
Comment #22455038
Not super familiar with the topic, how does this affect GraphQL?