Y.

Results 20 issues of Y.

- code cleaning using JSHint ; - initial seed for browser-side testing (ideally it would be great to migrate tests from vows to mocha to use them server and browser...

Hi! Thanks again for this great project! I was playing with some AssemblyScript code and was surprised by the difference between `i8[]` and `Int8Array`. For example, let's say I have:...

Hello! Here is the test to reproduce the issue: ```typescript it("non-capturing groups should not capture with expression", () => { const re = new RegExp("(?:^|\\s|-)\\S", "g"); const input = "hello,...

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...

Hi! Thanks for this great project! I'm following up with the discussion here https://github.com/ColinEberhardt/assemblyscript-regex/pull/35 where I was a bit surprised to realized that the `toThrow` assertion doesn't check the error...

Enhancement :palm_tree:

Also update amalgamation list

Hi! A small contribution to explicitly raise an error if user specify a configuration file that cannot be resolved/found. Please let me know: * if it makes sense :-) *...

I get ```ERROR: Function `read_csv(TEXT)` only works with Duckdb execution.``` when using `read_csv` (along with the actual error as a warning): ``` y=# SELECT * from read_csv('https://www.data.gouv.fr/fr/datasets/r/6d186965-f41b-41f3-9b23-88241cc6890c') as (n int);...

enhancement

Fixes https://github.com/duckdb/pg_duckdb/issues/93 * make sure that no function uses `elog(ERROR...` which would bypass C++ dtors, and instead throw regular exceptions * wraps every PG hooks in a try/catch block that...