Michael Wei
Michael Wei
Thanks for reporting this. Do you have a fork with the changes you've made? I could take a look into it.
Hm, I see the issue. Your call to toBufferLE passes a number instead of a bigint: https://github.com/ZJONSSON/parquetjs/pull/37/files#diff-b67720d607909e3cae702d746c5bf6f0R53 bigint-buffer doesn't know how to handle numbers so it errors out. moreover, you're...
@krasic - also, I'm interested in what you're trying to do with parquet. if you're looking for performance, it would seem that implementing native bindings would be useful, though I...
@krasic sorry for the spam, but one more thing: it looks like node 12 has now implemented Buffer.writeBigInt64BE|LE, which probably implements all the functionality you need. https://nodejs.org/api/buffer.html#buffer_buf_writebigint64be_value_offset It does seem...
Thanks for the report, @xgovern Could you provide an example where you're seeing this conversion issue?
Hm, interesting. I haven't been able to replicate it just yet, even with 10.13.0, but I'll run some further tests to see. I seem to recall having an issue with...
Yes. This didn't seem that important to me as Node
@nomocas Why was this issue closed? It's definitely a problem with this package, and I'm not sure why @types/web is required for a backend package. This is a bigger problem...
@jacekpaszkowski interesting. Are your devices v2? I suspect the issue is due to a TLS issue. Are you located in the US or another region?
Interesting, @rogerquake It probably is functioning properly, I assume you were running on the Edge TPU? What kind of detection rates were you getting? I'm checking out the mAP in...