Sehrope Sarkuni
Sehrope Sarkuni
Changing to draft until I figure out why this is failing again. I thought this was passing after the update but apparently it's hanging on something else.
Looks like it was caused by me adding v20 into the matrix. Only that one failed on the pg-native tests. I removed it from the matrix (so it's the same...
Ah! I didn't notice that existing one for fixing the eslint stuff. We should limit dependabot to less open PRs (like maybe just one). It's a lot noise to signal...
Thanks! CI on master is green now :heavy_check_mark: https://github.com/brianc/node-postgres/actions/runs/8162362778
Having multiple parts of the code handle the caching is odd. Also, that structure makes it more difficult to add other non-native stream implementations. How about something like this: ```js...
Overall I like this idea. Only issue I have is that to maintain backwards compatibility with the existing `hmac(...)` signature the return type cannot be changed to an array. Similar...
The encryption is done with standard AES-256 in CBC mode. Any language with OpenSSL bindings should be able to decrypt it. I'm not particularly familiar with PHP but looks like...
@yb66 @oliver-hohn As there hasn't been any activity in this repo in a while, I'm publishing the changes in my fork at: https://github.com/sehrope/forego It includes everything from this PR as...
Did this ever go anywhere? I've run into a similar use case (using harp) that would be covered by being able to include JS functions via a _data.js (vs _data.json)....
Any update on getting this merged in?