Zalán Meggyesi
Zalán Meggyesi
New values are not required, will fall back to previous functionality if omitted. closes #1090
In cases where the possible minimum/maximum values are known in advance, it should be possible to use these to determine the starting/ending ticks of Radar Charts. This would allow stable...
Based on #7, because I also required more precise targeting. According to the plugin code at FlutterFire, there are several targeting factors that are not deprecated, most importantly `keywords` and...
Following in the footsteps of #673, and referring to #487 and #488, I think the `Accept` header's handling should be refined further to return a `406 Not Acceptable` response, instead...
Hi, It seems like Ninja doesn't play well with the Java module system: while it is possible to add `ninja.core` _or_ `ninja.standalone` as requirements into a `module-info.java` file, `NinjaTest`s cannot...
This PR adds a new property, `ignorePomPackaging`, defaulting to `true` to maintain backwards compatibility. If set to false by the user, the plugin will not skip projects with the packaging...
Perhaps my use-case is a bit unique, but here goes... I have a large monorepository that includes both several Java projects and a number of custom Dart modules in a...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
When updating object metadata, GSUtil uses a `PATCH` call to allow partial updates and prevent overwriting the metadata completely. This library instead _replaces_ the metadata, without providing access to the...
As of Bazel 0.4.1 on Windows 10+JDK8.111, the rule `appengine_war` cannot complete its run due to an apparently incorrect parameter for the Zipper. Attached is the [command.log](https://github.com/bazelbuild/rules_appengine/files/625043/command.txt). Truth be told,...