Gregory Oakes

Results 40 comments of Gregory Oakes

Any update on this? I'm hitting this right now with something similar to this: ``` javascript gun.get("doc").map().on((data, key) => { ... }); gun.get("doc").put({firstName: "John", lastName: "Doe"}); ``` The `on` callback...

Is there a work around for this besides just manually implementing the getter/setter in a `#[pymethods]` impl block? I have multiple structs with many fields each which I would like...

You don't want to just check for unit variants. You want to check for new type variants as well. They might have an optional type.

This is the implementation of #2174. I think elements of it could be taken to fix #2045.

Sorry about the typos. I attempted to clean up the file before submitting and apparently removed some of the wrong lines. This is what I ended up using: https://github.com/gcoakes/img-sort I'll...

I decided to turn my adventures in mingwW64 cross compilation into a pull request for naersk. Here's two commits showing the same process first with fenix then with nixpkgs-mozilla. The...

@figsoda , thank you. It seems to have fixed my issue. I updated my pull request to naersk to use fenix instead of nixpkgs-mozilla in the hopes of spreading flakes...

Maybe a better solution would be to generate a static site for the documentation that only gets updated when a new release occurs. I would be more than happy to...

@joshvera, I have a basic implementation of the book with a workflow to deploy it. You can view it [here](https://gcoakes.github.io/fused-effects/overview.html). I'll make a WIP PR to track it. I'm fairly...

I'm not going to be pursuing this PR anymore. There were some issues associated with stale window decorations, and I've since stopped using it. If anyone wants to pick this...