Liam Newman
Liam Newman
Use MIT license. Same as MochaJS.
One of the ways similar tools get immediate exposure and traction is by having a web page showing off their basic functionality. For example, https://github.com/einars/js-beautify has http://jsbeautifier.org/ . Github makes...
This will make sharing responsibilities among contributors easier. The main concern is updating the package manager. It looks like that is pretty straightforward, looking at https://github.com/wbond/package_control_channel/pull/7178 .
#146 turns off auto-formatting of jsx files. Instead, the plugin should force e4x to true and still auto-format.
I was wondering if you would like to move this project into the `beautifier` GitHub org and join that org as maintainers. This will would help us share responsibilities related...
**Impacted version**: 4.33.0 **Deployment mode**: Not a gitbucket user, but hub4j/github-api library maintainer which users of gitbucket depend on. ## Problem Description What version of the GitHub REST API does...
# Description Fixes #1402 # Before submitting a PR: - [ ] Changes must not break binary backwards compatibility. If you are unclear on how to make the change you...
The v4 API provides a much more customizable API based on GraphQL. It is out of scope for this library to provide a generalized API the fully leverages the power...
#1015 fixed an issue where a `public` annotation had a `public` constructor that had a [`package-private`](https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html) `enum` parameter. This didn't break immediately, but caused issue for mocking. If it were...
Webhooks and events contain similar data but often not the same data. The Push event is one example: https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#push https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types#pushevent There's a lot of overlap, but having the two represented...