Ethan Resnick

Results 60 issues of Ethan Resnick

It'd be nice for people depending on this library to make that dependency explicit and have an easy way to pull in any updates. The natural way for that would...

For certain advanced negotiation cases that the library can't handle out of the box (e.g. the stuff with parameter semantics that we've discussed elsewhere), it's really useful for the user...

ideas
pr
enhancement

I'm not sure what to do about this one... Right now, it looks like this library is always assuming that parameter values are case-insensitive. This is technically incorrect, as RFC...

discuss

I just wanted to open a dedicated issue for the conversation [here](https://github.com/yahoo/serialize-javascript/pull/27#commitcomment-23198016), so that it doesn't get lost.

My understanding is that some PG server options can change how parsing works (e.g., `allow_nulls` and `standard_conforming_strings`). Does libpg_query support configuring the parser with these settings, to match the server?...

Hi! Thank you for writing such a nice library. I'm wondering if something like [this](https://nodejs.org/api/async_context.html#using-asyncresource-for-a-worker-thread-pool) would be worth adding?

enhancement

# Bug Report ### 🔎 Search Terms intrinsic, uppercase, lowercase, widening ### 🕗 Version & Regression Information Occurs in Nightly (5.0.0-dev.20221118) and every version I tried going back to 4.1.5...

Thanks for your work on this library! I needed some features that were missing — namely, access to the libpg_query parsing for Pl/PgSQL functions, and the ability to do parsing...

# lib Update Request Make it possible for an `AggregateError` to carry a type parameter representing the shape of the items in its `errors` array, while preserving backwards compatibility using...

Suggestion
Awaiting More Feedback

The `include` option for a BettererFileTest takes a set of globs, while the `exclude` option takes a set of regexes. Could exclude be updated to take globs too (which could...