Anton Brass

Results 8 comments of Anton Brass

Is there any update here? We have a library conflict with typeorm, which uses a newer version of io-redis, and we need to update to that.

is there any plan to support it in the near future?

I had a problem with FireFox 30.0 on iOS and its autocompletion-functionality for my login page. I implemented following workaround: ``` export class LoginComponent implements OnInit, AfterViewInit { @ViewChild('loginFeld') loginFeld:...

that only works if you do not have State changes during an full hour, otherwise it will be inaccurate

Workaround till then for me: ``` this.db.public.registerFunction({ name: "obj_description", args: [DataType.text, DataType.text], returns: DataType.text, implementation: () => "test", }); ```

would be still nice that is is added, since header is an essential part of the message

same problem here with asyncapi/validation on nodejs 20.11.1 wanting to use asyncapi-validation: https://github.com/Elhebert/asyncapi-validation/blob/main/package.json I'm skipping scripts now with, npm ci --ignore-scripts