Charles Pritchard
Charles Pritchard
Correct; http://stackoverflow.com/questions/16178239/gracefully-shutdown-unix-socket-server-on-nodejs-running-under-forever
Thanks for the clear code base and quick response! I've reproduced the file size as reported (total bytes) on a round trip, serializing and deserializing per the analysis_wo_ec method as...
Not meant to reopen -- write confirmed the correct bits -- I just have an extra five for the header I am using to stash the dynamic parameters.
@Xinjie-Q - here's the code I used for packing bits in a subbyte and a generic one for bit sizes over eight bits. I was toying with packing across sections,...
Here's a nice start for a Pytorch implementation I came across recently for packing to bit sizes 1, 2 and 4: https://gist.github.com/vadimkantorov/30ea6d278bc492abf6ad328c6965613a From their request: https://github.com/pytorch/ao/issues/292 That discussion thread shows...
Could we narrow down -- when talking about types are we talking about mypy or pyright or pyrefly (etc!)? Even in javascript there are two layers -- there's jsdoc and...
As with exactPropertyTypes and the conversation -- a function in JavaScript will accept more arguments regardless of the shape. So it's in that manner that a loose function will always...
> > a function in JavaScript will accept more arguments regardless of the shape. > > Irrelevant. Typescript allows you to constrain the arguments and it rejects additional arguments by...
Some movement in the area of tuples from TS 5.2: https://github.com/microsoft/TypeScript/issues/39941 https://github.com/microsoft/TypeScript/issues/44939 I don't know if it's there yet (if we need more functionality in dynamic tuples) -- but I...
Similar to #42 - which has been active again.