Chris Bergstresser

Results 8 issues of Chris Bergstresser

### Version info ``` $ firebase --version 4.1.1 ``` ### Platform Information OS X ### Steps to reproduce I've got Node 8 installed, and my functions use Node 8 features....

I have `` copied exactly from the examples, but I get the following when I load the page. ``` [Vue warn]: Property or method "props" is not defined on the...

In `iam_roles.py` line 108 is `self.create_policy()` but the definition of that function is `def create_policy(self, name):`. Lacking a "name" parameter, the call fails.

The special `{nb}` code fails with some fonts when text shaping is turned on. **Minimal code** Please include some minimal Python code reproducing your issue: ```python pdf = FPDF(format='letter') pdf.add_font('gentium',...

bug
up-for-grabs
font
text-shaping

I'm reading in text files and trying to identify units in them. I just randomly discovered that calling `ureg('-')` throws an `AssertionError` rather than a `pint.errors.UndefinedUnitError`. It appears to do...

**Describe the bug** I have the following file in my codebase: ``` part of 'providers.dart'; typedef RecipeData = ({Map recipes, Map cookbooks}); @riverpod Stream recipeData(Ref ref) async* { yield* getDb().recipes.recipeDataStream();...

bug
needs triage

The following comes from [the README file](https://github.com/google/json_serializable.dart/tree/master/json_serializable#custom-types-and-custom-encoding) for `json_serializable`: ``` import 'package:json_annotation/json_annotation.dart'; part 't.g.dart'; @JsonSerializable() class Sample1 { Sample1(this.value); factory Sample1.fromJson(Map json) => _$Sample1FromJson(json); // Sample2 is NOT annotated with...

### Page URL https://dart.dev/tools/analysis#the-analysis-options-file ### Page source _No response_ ### Describe the problem The page above states ... ``` Use include: url to bring in options from the specified URL—in...

from.page-issue
p.analysis