Blair Zajac
Blair Zajac
The @blair you cc'ed is not the Blair you're looking for :)
Two ways of fixing this I see. Having a heap where you put a timestamp and count of each successful request. When you do a new one, get the minimum...
> > I found [this](https://stackoverflow.com/questions/68713891/nodejs-recover-createcipher-data-with-createcipheriv) to create a backward compatible solution using `createDecipheriv` and [evp_bytestokey](https://www.npmjs.com/package/evp_bytestokey). Could be another option. > > Seems to be, I'll run some tests thanks for...
I'm getting this error: ``` $ npm install -g [email protected] --registry https://registry.verdaccio.org npm error code E401 npm error Unable to authenticate, your authentication token seems to be invalid. npm error...
Thanks for looking at this and never mind, this is my bad. `ajv-formats` depends upon `ajv` which was still using 8.12.0 even though my package was using 8.13.0. I only...
Some notes. **For `py27-protobuf3`** Reenabling the 27 build and trying it quickly fails. I didn't look into fixing the failure. ``` ---> Patching setup.py: s|@@MACPORTS_STDLIB@@|-stdlib=libc++|g ---> Patching setup.py: s|@@MACPORTS_EXTRAARG@@||g --->...
Hi @mascguy, any chance to look at this? Also, I noticed that this PR upgraded `py311-protobuf3` from `4.21.12_2` to `24.4_0`. Or should we keep the leading `4.` in the version?...
Hi @mascguy, some more work on this. The previous version of `devel/grpc/files/patch-avoid-overlinking-abseil.diff` for some reason applied cleanly on my system failed on the buildbots. Regardless, I updated it to ```...
I rebased onto `HEAD` and did a push. I made minor changes, e.g. not deleting `py27-protobuf3`. Besides that, I didn't spend any time looking at if this works or not....
Thanks for releasing it, it all worked for me!