a-atalla

Results 5 comments of a-atalla

use `this.refs.notificationSystem` instead of `this._notificationSystem` ``` // The component //The event handler this.refs.notificationSystem.addNotification({ message: 'Notification message', level: 'success' }) ```

fro reference, it is implemented in this fork https://github.com/ggabriel96/alchemista/

not in the plan as i don't have a mac

a hacky solution, not sure if it is 100% correct but it works ``` PydanticUser1 = sqlalchemy_to_pydantic(User) PydanticUser1.__name__ = "PydanticUser1" PydanticUser2 = sqlalchemy_to_pydantic(User, exclude=["id"]) PydanticUser2.__name__ = "PydanticUser2" ```

+1 actually will be better to remove all the dependencies and make it optional with configuration if you need this install that