Gregory Conrad

Results 25 issues of Gregory Conrad

Hi, yesterday I noticed my CI integration tests (using `stable`) started failing after 3.7 released. I tried fixing the CI fails through numerous ways, including recreating the entire `macos/` folder...

in triage

## Use case This will allow a filter chip to make filter selections via a drop down menu, as showcased in the [Material 3 Design specifications](https://m3.material.io/components/chips/guidelines#dcf3eb06-5f81-4f7d-8299-e32a950d8572). This is mostly useful...

new feature
framework
f: material design
proposal
P5

See [this comment](https://github.com/dart-lang/language/issues/1482#issuecomment-1425106813) from some time ago for a little context. CC @jakemac53 I was recently trying to create a macro and realized it is pretty painful (I ended giving...

request

I haven't actually looked at the language spec to know for sure whether this is considered a bug or not, but this definitely seems like some unwanted behavior. Filing here...

request

Looked for an issue on this, but did not find one. This was briefly mentioned in #2774: > This is not about patterns in parameters, which we should also have...

feature
patterns

CC @Kerollmops, as we talked briefly about LMDB alternatives over on the Meili discord. This issue stems from the fact LMDB won't compile to WASM/WASI because of its complicated concurrency...

Two main reasons why: - currently we are passing `Vec` over ffi for document lists, where these strings are actually just JSON-encoded `Map`. This clearly is suboptimal and protobuff and...

See https://github.com/flutter/flutter/issues/116196

Having the LMDB backend from milli is the root of *a lot of problems* (#10, #101, #227); we need [a `redb` polyfill over in heed](https://github.com/meilisearch/heed/issues/162). Unfortunately, I won't be able...

help wanted
rust