Yossi Mosbacher

Results 11 comments of Yossi Mosbacher

Funny, I was just thinking I should have done that. Ill add it to the PR as soon as I can (a bit busy lately).

Sorry, I have been super busy at work lately and havent had any time to write a test for this. Been pushing it off since i cant imagine many people...

Just came to the issues section to ask this very question. This would be greatly appreciated! I absolutely love this package and want to use it for everything but I...

I decided to stop waiting for someone to implement this and do it myself. If you arrived here like me looking for a solution please head over [here](https://github.com/jmosbacher/pydantic-panel) and start...

@jbednar I think I can do that once things are stable and well tested. I'm supposed to be writing my thesis right now, so I cant really commit to a...

@tbsexton Im not sure I share the view that Param and Pydantic are competitors. Its true that at the most basic level they can both be used to validate data,...

@tbsexton sorry I misunderstood your point entirely :) I think you have convinced me on the point that support for annotated classes in Param would probably make it more appealing...

Just to give a concrete example. Is the end result of what you are proposing that we can do e.g.: ```python import param class SomeModel(param.Parameterized): x: int = 1 y:...

@philippjfr Thanks! yeah, my feeling in any case is that its not yet at the standards of the Panel code base so I'm in no rush to merge. Once v2...

@MarcSkovMadsen thats a really good point, when you use standard python type hinting you get all the cool new type-based IDE features that are popping up everywhere lately for free