Henry

Results 9 issues of Henry

Command in the shell fail in some cases for no reason. My initial guess was it is from "too much" (not really that much) memory being used or the output...

parser

StreamProviders `stream` field is deprecated and planned to be removed in 3.0.0. We currently have something like this. What is the alternative for combining stream providers? ``` final realtimeObeliskDocumentProvider =...

enhancement
question

### Is your feature request related to a problem? When specifying records with sub records, there is no way to make the Id for the sub record type safe. e.g....

feature

The debugger gets stuck when trying to debug rust container inside a dev container. Here's an example, it stays like this forever https://github.com/vadimcn/codelldb/assets/56412856/c76d4c03-89c0-4a39-ac78-80d8231db1de .devcontainer ``` { "name": "rust_dev", "image": "rust_dev",...

**Description** Most of the time, the current bloc implementation does exactly what you would want, only emit changes if the state has actually changed. Which is accomplished through the `==`...

question
waiting for response
enhancement candidate
discussion
feedback wanted

I tried using this package and found setup difficult with little documentation around how this package works. The https://pub.dev/packages/flutter_markdown just works out of the box and all fields and classes...

enhancement

Repeatable fake data is very important for testing use cases: - Integration tests where access to the original object is difficult or impossible. Example: one system creates data to be...

Hello, First I'll say, really impressed by this library and looking forward to TTS! I ran the example project on my android pixel 7 (Same one you used) and I...

good first issue
question

**Describe the issue** discarded_futures giving false positives when the future is used as a class argument. **To Reproduce** ```dart Future f(){ return Future.value(1); } Arg g(){ return Arg(f()); // Shows...

type-bug
P3
false-positive