Iuri Brindeiro
Iuri Brindeiro
Well, I'm currently working on decorators for aurelia validation. At the moment, I have the following code working: ``` export class ClientViewModel { public Id: string; @required() public Name: string;...
Creating decorators for aurelia validation
The theme doesn't seem to work if the `metadata.desktop` holds the `QtVersion=6`, as added in [this PR](https://github.com/catppuccin/sddm/pull/26). After manually changing it to `QtVersion=5` it just works. I'm not really sure...
Hello, hello. So, I've been working on a RabbitMQ stream provider implementation and today I think that I have something ready to demonstrate and ask for feedback. ## The existing...