Yury Selivanov

Results 403 comments of Yury Selivanov

can `.cast()` be implemented?

> Hey @elprans @1st1, do you think you'll be able to spare a minute to get this in? Sorry, @fantix and I will be going through this PR and others...

I think we've made one mistake with the splats design and are about to make one with the ORM. ### The problem Let me unwrap this: 1. We have, broadly,...

Add a note about your warnings -- add a section "gotchas" or FAQ, copy/paste your warnings, add the recommendation + explanation (pyx files were changed, run `make clean && make`...

> @1st1 I couldn't reproduce some of the earlier errors just copy paste from slack, errors are always the same and the cause is well-known

FWIW I don't think fixing this is a major backwards compat issue. I'd view it as a "safety" / "security" kind of fix. I struggle to see how someone could...

```esdl type Spam{ _foo: str } ``` ```python class Spam: p_foo: Property[str, '_foo'] ``` or even ```python class Spam: p_foo: RenamedProperty[str, '_foo'] ``` Instead of `p` we can have a...

~How about `__mixins__`~ -- those classes can be used standalone