snek

Results 363 comments of snek

`min_const_generics` will be stable in 1.5, will that help with this at all?

this is pretty cool. thank you for putting together such an understandable writeup :pray:

even if `|` was valid in urls (or any other separator) it feels like a hack to get around making syntax, which i think would be more explicit with the...

I don't have any strong opinions here but if we do end up using a file sentinel I'd suggest package.json with `"root": true`, like how eslint works.

I'd be fine with `fs.readJSON` or similar. Using `encoding` would be kind of bad, the encoding of a file is sort of unrelated to whether it contains json. One explicit...

i'm not wholly against this but i would like to factor in how much stuff we put into all our release binaries. if we can come up with more creative...

@mscdex can you be explicit in your reasoning?

i don't think there's anyone saying we would do a better job. i think the argument is better integration and since we can ship it with a native backing users...

@MAPESO thats a bit off topic for this. socket.io is a wrapper around a bunch of different hacks and connections (including websockets) to make sending messages between server and client...

there's nothing stopping someone from making a pr. if that pr was blocked for a non-technical reason (like "ws shouldn't be in core") it could be elevated to the TSC