Benjamín Eidelman

Results 15 issues of Benjamín Eidelman

I found that once the exported component is wrapped in a function like `connect()` (from redux connect) or `compose` (from recompose), the match-exported rule stops working. here's a code example:...

I use browserify to bundle commonjs modules, browserify does this by detecting calls to `require`, so it won't work out-of-the-box with `requireDir`. But this can be done by writing a...

enhancement
pull-requests-welcome

I'm looking at the transpiled code and I noticed functions correctly get assertions for arguments and return types, but there doesn't seem to be a way to inspect these on...

assuming this tool most common use case is for running zero-downtime migrations, would it make sense for concurrently `true` be the default option on `.createIndex`? not sure this can be...

old-label enhancement
needs triage

this adds support for cursor queries, where the query has a cursor object (where the sql text is), and the result is a readable stream. see: https://node-postgres.com/api/cursor

enhancement
community
integrations

I'd like to download files inside a package, similarly to how unpkg.com does for the public npm registry. this would be trivial to implement if verdaccio had an option to...

trying to install in node 12.13.1, I found this error: `error [email protected]: The engine "node" is incompatible with this module. Expected version "^4.7 || ^6.9.2 || ^7.3 || ^8.2". Got...

hi 👋 , was wondering if there are, or you're interested in adding type declarations for typescript. this could be created as a `.d.ts` file here, or added to the...

enhancement

this will let you obtain a link to listen pronunciation, supports language auto-detection

bringing back this behavior from v2.24.22 https://github.com/sst/sst/blob/766436883ee7b7b23637cf9d3effd08a07b861fe/packages/sst/src/node/future/auth/handler.ts#L300 so `state` query param is also copied from query params on success step too. the regression observed is that `?state=` is empty when...