Daniel Orbach

Results 11 comments of Daniel Orbach

> Once you've signed (or fixed any issues), please reply here with `@googlebot I signed it!` and we'll verify it. @googlebot I signed it!

The toolchain supports [Module directories within a repository](https://go.dev/ref/mod#vcs-dir). > Recall that a [module path](https://go.dev/ref/mod#module-path) consists of three parts: a **repository root path** (corresponding to the repository root directory), a **module...

Also note that the current latest version of this repository (2171d0d238171419154716a938118badc72ad20b) fails to handle the path `/` correctly. Here's a possible fix: ```diff diff --git a/tools/vanity-urls/handler.go b/tools/vanity-urls/handler.go @@ -70,6 +70,10...

Previously the GitHub team closed https://github.com/actions/deploy-pages/issues/180 without any timeline. Hope they provide more information this time around.

Hi @jurre ! I did not notice that about the core image. I've tracked[^log] that change all the way back to commit 35ea6198911a16c9302ed6e7836d8bc9e17073dc as part of #5833 to resolve the...

> Would turning the FLS setting on globally not cause every module _not_ using lfs to have wrong hashes? No, that is not the case. Allow me to elaborate on...

@jurre If you're unhappy with the solution, I'd like to answer further questions and iterate on it. Otherwise, I've synched this PR with the latest upstream `main` in preparation for...

Oops my bad, I did not push the updated solution 😦 I've committed a version that automatically pulls large-files on the `go_modules` ecosystem. Let me know what you think about...

> Doing it for only go is definitely an improvement. And so if I understand correctly, we need basically everything that's nested in root folder (as far as Dependabot is...

Hello maintainers! I hope you find this small changeset pleasing. I've ecnountered this bug while running an example test that used stdout exporter. As a work around in my local...