Bailey Herbert

Results 8 comments of Bailey Herbert
trafficstars

Hi! I just merged a pull request which fixes the url schema issue. Can you please update the package on Composer and give it another shot? Let me know how...

Ah, and with respect to Socialite compatibility, this is something I'll definitely look into for you shortly, but this would be it's own package. I'll let you know.

After some debugging, this seems to be a bug in the inquirer package (or possibly readline itself) when you use an asynchronous `when` that returns false, like caprover does here:...

Well, the reason for this caveat is that linux doesn't have a `btime` stat, it's not part of the specification at all. If you run the `stat` command on a...

It seems like that's true, but I'm not experienced enough with linux development to know how to set such a timestamp, and research yielded few results. We're currently using `utimensat()`...

Hi @Offirmo! Thanks for the build logs, and sorry about this. I tested with the `macos-13` ventura runner from GitHub Actions, it's still in beta and only supports x64, but...

That's great, thank you! I've just released `v5.2.1` with the new fix. > Why do you have `aws-sdk` as a dependency? It doesn't seem related and I couldn't see its...

As I suspected, the tests are failing because the `atime` is wrong when measured. This particular timestamp has always given me some trouble, the very act of querying it can...