Ruslan Sayfutdinov

Results 115 comments of Ruslan Sayfutdinov

Basically chmod on `buck-out/gen/ce9b6f2e/programs/gen_buck_info.pex` failed. Can you check file permissions on that file? Who owns it? Can your current user modify permissions of that file?

Option 1 should be enough, please submit a PR.

Can you submit a PR to update `kotlinx-metadata-jvm`? 🙂

Internal changes are going to `dev` branch only. Do we need to fix this on `master`?

If you prefix target and mode file with `//` it should work anywhere in the repo. E.g.: ```shell buck build //target @//mode/opt --out ~/bin ```

Got it. Well, you're welcome to send the PR 🙂

Hi! Thanks for pointing out at this, we need to make sure to set the correct `.buckrelease` for the next version.

I think so. Other packages are built with https://github.com/facebook/buck/blob/master/tools/release/publish_release.py and it sets the version correctly.

Stubs packages [must](https://www.python.org/dev/peps/pep-0561/#stub-only-packages) have name `-stubs`, there's no choice 🙂

I guess you need to specify which version of `homeassistant-stubs` you need to install. Its version should match HA Core version. Versions from 2021.4.0 should be covered.