Andrew Bradley

Results 546 comments of Andrew Bradley
trafficstars

Thanks, I was having a rough time making heads or tails of that dump. I'll update the PR.

I've pushed the code I have so far. It's still not working. Could be a silly typo on my part, could be a uint32 -> uint64 change I missed, could...

cross-reference: https://github.com/Rob--/memoryjs/issues/74

> I don’t think anything on that PR affects require.resolve; perhaps you meant to say import.meta.resolve there? I'm thinking ahead to the future where CJS can be handled by loaders,...

Ok, I don't necessarily want it to be one way or the other, so long as the docs mention its behavior, whatever that is.

> > When loader thread is blocked by atomics because it has no work, can a message posted to globalPreload port wake it up? > > That's an interesting use...

Is 1.0 going to be the next version, or are you planning other pre-1.0 releases? I ask because I'm hoping to use the new "queue" feature for our side-by-side deploys,...

I still see the `distutils` error on python 3.12, awsume 4.5.4. ``` ❯ awsume --version Warning: the awsume shell script is not being sourced, please use awsume-configure to install the...

@lhendrick-t10 unfortunately I already did `pipx inject awsume setuptools`, I still get the `distutils` error. I think the missing `distutils` is distinct from missing `setuputils` error.

Thanks for taking a look. I ended up building a static binary which I can copy to all my machines. So I won't have time to debug my python installation....