Mochan

Results 70 comments of Mochan

I also agree with this, it's a bit frustrating to set up state somewhere bc `on_change` doesn't hold the value properly. On top of that, the value from the widget...

Referencing #4723, the stdlib `dataclasses` includes a `replace` function to duplicate objects (designed for frozen classes) with changes to the fields. A `model_replace` makes sense as well, but I'd opt...

It seems like this has to do with #25, though it might be stale.

> Now blocked by mypy issue 1484 as we need a way to cleanly decribe functools.partial, to properly describe: > > ``` > def __call__(self, *args, **kwargs): > return Pipe(...

Bump! It's very inconsistent, especially since the original python code has zero intellisense.

There's no need to utilize `contextlib.closing` for this purpose, it won't add anything extra to the `with Subgrounds() as sg` behavior. Unfortuntely, this SSL socket warning has crept up in...

The `trigger-docs` flow should not trigger for PRs, the failure here can safely be ignored here. Will look at this soon (as mentioned in #50).

I edited the tests pushed here to integrate it into the current suite. Also, had to restructure it so that it utilized offline schemas so that the test suite doesn't...

Hey thanks for the report here, I'll def. add an example for this use-case to our docs. Do you mind sharing the specific subgraph here for context?

Glad you figured it out! I'll look towards adding a FAQ for this to try to help future devs.