Martin Steiger

Results 61 comments of Martin Steiger

Similarly, the bypass could be added like this: ```python if user_bypass is not github.GithubObject.NotSet: post_parameters["required_pull_request_reviews"]["bypass_pull_request_allowances"] = { "users": user_bypass, "teams": team_bypass } ``` I think that this is a valuable...

Hey guys, any updates on this one? It would be great to have this issue fixed. Maybe even better to fully replace the implementation with that of @jeremyrumpf but that...

Looks good to me! There seems to be a merge conflict which needs to be resolved before it can be integrated.

Thanks for the input and the effort. I had a short look at [PrettyGsonWriter](https://github.com/Speiger/PrettyGsonWriter/blob/main/src/main/java/speiger/src/utils/PrettyGsonWriter.java) and couldn't full understand all the rules behind the code. But roughly speaking: you propose to...

Hello, what exactly do you expect from such a support?

Makes sense, I guess. Haven't touched it in quite a while, maybe you can make a PR yourself and I review it?

Interesting idea! I will put it on my TODO list. If you want to have it soon, please free to implement and submit your code.

You can download the entire content of the p2 Update Site as a single zip archive here: https://github.com/boothen/Json-Eclipse-Plugin/tree/gh-pages Then, you can host it on your own webserver inside your company...

I assume that eclipse 2019-03 ships with an editor for JSON that performs schema validation. If you use this JSON editor instead, you will see only this functionality and it...

Afaik, the "Eclipse IDE for JavaScript and Web Developers" also provides some support for JSON files. I'm not a huge fan of JSON Schema yet, since it's since "just" a...