Scott Driggers

Results 76 comments of Scott Driggers

This would work for supabase usecase because the toJSON method enough information to make supabase queries unique. But I dont think it would work for any object in general.

I think having the api keys in the hash would not affect stability because different api keys could return a different message. So we need to use the keys in...

Wait?? Theres middleware? This really seems like it could work. Ill test it out and reply if it does

Its also happening to me ``` Stored root cache, key: docker-layer-caching-Test and Build-b7e7383f05be44936dcf5c827e02e3ba3f688773d5dc62e01283c3de8e863cb5-root, id: 89 Start storing layer cache: {"layerId":"6ee98f8240cf72a1b13c5cf853d9bcb3b3116f5794b9867df62b238e7ebd8166","key":"layer-docker-layer-caching-Test and Build-6ee98f8240cf72a1b13c5cf853d9bcb3b3116f5794b9867df62b238e7ebd8166"} Start storing layer cache: {"layerId":"5203190fd4cdc9b9708556b0184d942bc2d9781bcbd9c0c693ce972e10772640","key":"layer-docker-layer-caching-Test and Build-5203190fd4cdc9b9708556b0184d942bc2d9781bcbd9c0c693ce972e10772640"} Start...

Note the line in question is here https://github.com/actions/checkout/blob/ec3a7ce113134d7a93b817d10a8272cb61118579/src/git-auth-helper.ts#L108 I am not familiar enough with github actions io to fix, but there needs to be some check if the file is...

Looking at the source for @actions/io, it seems like there needs to be some check like this: for lines here: https://github.com/actions/checkout/blob/ec3a7ce113134d7a93b817d10a8272cb61118579/src/git-auth-helper.ts#L106-L111 ```typescript if (configExists) { core.info(`Copying '${gitConfigPath}' to '${newGitConfigPath}'`) if...

I made a pr but they dont seem too interested

I would agree especially because the settings flag is global. This makes it difficult to use everywhere because some projects I am using pre-releases but others I dont. Maybe it...

I was also looking for this

But why does `get` work without the `-i` flag, but `select` does not. I think it is still unexpected and should be unified. I don't know if its possible, but...