Farid Zakaria

Results 214 comments of Farid Zakaria

Bumping to 4.4.2 and adding `--jvm_external//settings:stamp_manifest` still shows as null; thanks for the tips though.

Checkout https://news.ycombinator.com/item?id=38471822

You can see in my PR where I needed to quite a bit of work to add this via bazel https://github.com/fzakaria/elf2sql/pull/1 It was surprisingly hard even with the foreign_rules library...

Curious if any changes happened here.

Why not contribute your PYI files here directly ? https://github.com/python/typeshed/pull/11262 I contributed the py.typed because nothing existed in typeshed and my linters (mypy or pyright) can infer quite a lot...

I also have the following package you can use https://github.com/fzakaria/circularfifoqueue (It was taken from a similar java apache package) I was thinking if you made

I am interested in working on this. I think it would be a big QoL improvement. @fmeum if could point me to some source files or maybe a PR that...

I want to add not only is it annoying to submit patch files but the BUILD files aren't searchable on GitHub search using the starlark language filter. That would help...

Okay here is my research: 1. Augment https://github.com/bazelbuild/bazel/blob/master/tools/build_defs/repo/http.bzl#L235 to add a new attribute for an overlay directory (auto) or the dict files (manual) 2. Augment https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ArchiveRepoSpecBuilder.java#L28 3. Augment https://github.com/bazelbuild/bazel/blob/618c0abbfe518f4e29de523a2e63ca9179050e94/src/main/java/com/google/devtools/build/lib/bazel/bzlmod/IndexRegistry.java#L189 to...

@fmeum thank you for the advice -- I was able to start https://github.com/bazelbuild/bazel/pull/22155 It is working. I finished 90% -- I can add remaining tests and finish it but I...