Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chain--
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
chain--
4y ago
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)
2.
▲
by
chain--
4y ago
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, designed to be
3.
▲
by
chain--
4y ago
Location: New Zealand Remote: Yes Willing to relocate: Probably not, would consider doing offset hours Technologies: Javascript/Typescript, Angular, React, Node.js, GraphQL, SQL, AWS + lots of other web related things Full stack develo
4.
▲
by
chain--
4y ago
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 currently have `something: 1.0.0` installed as a direct depe
5.
▲
by
chain--
5y ago
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 language has pros and cons. Different tools for differen
6.
▲
by
chain--
5y ago
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 the OP's comment was unrelated to the language itself. &g
7.
▲
by
chain--
5y ago
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 something that they don't like. It honestly makes me
8.
▲
by
chain--
5y ago
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 of other web related things Full stack developer with
9.
▲
by
chain--
5y ago
What would you say the purpose or goal is of unconstructive critique?
10.
▲
by
chain--
6y ago
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...
11.
▲
by
chain--
6y ago
I haven't used it but there are some unofficial Rust bindings to the Godot game engine: https://github.com/godot-rust/godot-rust
12.
▲
by
chain--
7y ago
Not super familiar with the topic, how does this affect GraphQL?