Armaan Tobaccowalla

Results 7 comments of Armaan Tobaccowalla

@TomasTomecek Sorry for the delay on this. I added a test to ensure the yaml config works correctly as well as one to make sure the extra arguments were getting...

Thanks @TomasTomecek and @themkat! Let me know if you'd like me to squash the commits before merge.

Is there anything I can do to help get this merged? I've been running into this problem when using bazel to install wheels with capitalization issues.

We have a degree type on our Major model ([link](https://github.com/pennlabs/platform/blob/7abbff365b4b2dbde09aca577f34eb44558a3d94/accounts/models.py#L21)) which can differentiate between undergrad and grad. The user should already be in a group called `platform_staff` if they're a...

After experimenting around a bit more, everything works as expected if I swap the `configure_make` in `zlib.BUILD` with the following: ```starlark cc_library( name = "zlib", srcs = glob(["*.c"]), hdrs =...

No problem at all. Thanks for the heads up!

I ran into a similar problem with `py-spy` as well and I think this issue is related to #801. From what I can tell, [maturin](https://github.com/PyO3/maturin), the build system that these...