Kaleb Roncatti
Kaleb Roncatti
Hey @yezz123, On validating the IBAN, do we intend to bring external libs such as `schwifty` to perform the validation or we want to implement it by ourselves ? I...
can I give it a shot ?
Thanks! as it will be my first open-source contribution, I'll eventually need help. Gonna keep you folks up to date 😄
Hey @yezz123 , I started to do it [on this PR](https://github.com/pydantic/pydantic-extra-types/pull/65). Do you mind taking a fast look ? I started thinking about using heritage with the class `schwifty.IBAN`, but...
Thanks! I'll be waiting, as soon as I have a green flag on the path I am following I'll keep going 😄
Hey folks, Just so I understand a little bit better our objective with the `numpy` type here. I imagine you intend to have something like (correct me if I am...
Thanks @lig, Just to check if I properly understood. If we set: ```python class Model(BaseModel): foo: Numpy m = Model(foo='12') print(m) # foo=12 print(type(m.foo)) # ``` This should be the...
That makes sense. so we are basically creating one extra type for each one of those types instead of having a generic type for all of them. Cool!
Opened [this PR](https://github.com/jlib-framework/jlib-awslambda-logback/pull/9), could you check if this is compliant and if we can generate a new version ? @igorakkerman
Hey @igorakkerman, thanks. I would like to know if there is a way of releasing a beta/unofficial version of the lib ? If that is the case, I could basically...