Ryan Yang
Ryan Yang
WORKS!
still occurring with mypy 1.10.0
Hi @jsharpe, wondering if this would be the right approach to selectively build toolchains no-remote or if you'd recommend another alternative? (Hoping to not have to maintain a fork and...
appreciate the suggestion @jsharpe! However, I had initially tried that ([link to original change](https://github.com/bazelbuild/rules_foreign_cc/compare/main...Ryang20718:rules_foreign_cc:user/ryang/string_flag?expand=1)) and it seems to be a limitation of bazel that I'm not able to add to...
I know you're a busy person, but wanted to bump this @jsharpe 😅
@jsharpe Appreciate the diff, but after applying this diff, I received the error `@rules_foreign_cc//toolchains:make_tool: attribute "tags" is not configurable` I looked into it and it seems this select for tags...
following up here 😅 . Given that we're unable to add dynamically to toolchains, wondering if you'd had any other suggestions or to perhaps go with original changes @jsharpe ?
wondering if pyc support is on the roadmap? https://github.com/bazelbuild/rules_python/issues/1761
I would very much
Was prototyping a bit. I really appreciate all the pointers here! I used the system python interpreter to prototype for now and noticed some weird behavior and perhaps I'm missing...