Josh Matthews
Josh Matthews
_Some_ label is required, I'm pretty sure, but I'll confirm.
Hmm, apparently not, according to https://api.github.com/repos/jdm/moztasks/issues?labels=. It may be possible to just pass '' as the label parameter to addGithubComponentMapping.
Maybe we could display flags in the corner of the page, but that approach might not scale.
Sample JSON spec: ``` json { "groups": [{ "text": "Are you interested in:", "operation": "union", "choices": [{ "text": "Choice A", "search_data": [ {"type": "simple", "product": "Core", "component": "General"}, {"type": "simple",...
Mockups: http://www.joshmatthews.net/info_mockup_1.png http://www.joshmatthews.net/info_mockup_2.png
Once mozillians.org develops a public API, it would be great to be able to retrieve this data automatically via structured groups or metadata.
As far as I can tell its types are not exposed through the public API, so this shouldn't require a major version change.
Only to avoid duplicate dependencies in Servo.
It's used indirectly through wgpu-core, and we're apparently pulling battery in as part of https://github.com/servo/servo/pull/25507. Duplicating mach isn't a big deal; make the choices that make sense for your primary...
It looks like this calculation is incomplete: https://github.com/ihhub/fheroes2/blob/9efabb1fe74febdc7ee9297a5a83baea68c70c00/src/fheroes2/ai/normal/ai_normal_spell.cpp#L254