Mel Bourgeois
Mel Bourgeois
We ran across an issue in the wild where users couldn't click on some buttons because the notification container was blocking them. It turns out that in some scenarios where...
Hello all! I'm very excited about the possibilities Faust creates when it comes to running custom DSP on the web for non-c++ programmers. I'm trying to build a [webpack loader...
I am having trouble styling the controls in the image cropper. I think it's because the styles for the controls are scoped. This makes me hesitant to use this otherwise...
[graphql-ws](https://github.com/graphql-python/graphql-ws) is graphql-python's official implementation of websockets for supporting GraphQL Subscriptions. When executing subscriptions with `graphql-core` v2, the result of subscription execution is an Rx Observable, not an ExecutionResult. So...
**Is your feature request related to a problem? Please describe.** One of the main benefits of `graphene_django` is the de-duplication in field types and descriptions for model fields. However, it's...
**Checklist** * [x] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ * [x] Try to report your issue...
This PR makes `Node` and `Input` generic by edge weight, and passes the edge weight to `process` on each `Input`, resolving a TODO in the docs. This is only implemented...
### Description This PR integrates `nixGL` into home manager in a way that does not introduce a `nixGL` dependency, and attempts to make user configuration as simple as possible. This...
Resolves #499, resolves #490, resolves #352. This type-only PR modifies the semantics of Y.Map's generic type parameter, to make it describe the exact shape of the map rather than the...
Without this change, only the svg height attribute is substituted. We need to search forward again to substitute the width. Result after this change looks gorgeous: 