Sagi Buchbinder-Shadur

Results 70 comments of Sagi Buchbinder-Shadur

I never used code signing before, so I'm not familiar with the specifics of how it is done, but if you say I can use self-signed certificates, that would be...

As you probably remember, I incorporate Briefcase in my CI/CD process of Eddington for about a few months now, but I'm using CircleCI as my platform for that. If anyone...

@freakboy3742 , can I implement this command?

I prefer `briefcase project version` much better than `briefcase manage version`, but I must say that I think users will understand the difference between `briefcase version` and `briefcase --version`. This...

I started to implement this feature and unfortunately hit a wall. When I run `briefcase project version`, *briefcase* interpret *version* as the platform... This is accruing because of the way...

That sounds reasonable 😃 . I'm currently working on a big refactoring to `parse_cmdline` so it could handle commands without platform (such as `briefcase app` and `briefcase project`, but also...

I'm considering moving briefcase endpoint to use [click](https://click.palletsprojects.com/en/7.x/) instead of [argparse](https://docs.python.org/3/library/argparse.html). It has many neat abilities, and I think it should make the code much clearer. It should be a...

Hey, such an important PR! Thanks for tackling this. Are there any updates on this?

Thanks for the update! I tried to do the same a couple of years ago and didn't manage to go ahead much. Good to know that someone is working on...

I'm feeling conflicted about this PR. On the one hand, this PR does what it says it should do. solving the merge conflicts should not be an issue. On the...