Y.
Y.
Sure no problem! Thanks for your great lib ! Best
Hi @pksunkara did you had a chance to take a look at this PR? Thanks !
That makes total sense indeed, thanks for the clarification on the semantics! I was wondering if there was a way to explicitly raise an error when one tries to call...
Excellent! Thanks! I'm happy to give it a shot. Is there a way to do reflection on a function's arguments in AssemblyScript? Or were you thinking of some other way...
@torch2424 I think this issue remains: there is still no compatibility between an `array of a number type` as an argument with a `TypedArray` input (and the other way around)....
Awesome, thanks a lot for this feedbacks! I'll try to give it a shot ASAP, not sure exactly when though (hopefully in the next few months). And definitely +1 to...
Hi guys! Any idea what is missing to merge this PR? Thanks!
Hi Brendan! I think the issue is that DuckDB WASM isn't compiled with the [ICU](https://duckdb.org/2022/01/06/time-zones.html) extension by default. It seems to work on DuckDB WASM that do enable the extension:...
> Thanks for contributing! Is the logic for your check definitely correct? > > ```js > if (loaderOptions.configFile !== undefined) { // should this be === undefined? > configFileError =...
Following-up on this issue: it seems that `icu` is not being auto-loaded (as other extensions such as `json` are) Here with the latest shell: ``` DuckDB Web Shell Database: v0.10.0...