TheEvilCoder42

Results 11 comments of TheEvilCoder42

@Jackllllll Seems you're right, it works with `reactive()` (updated example). Maybe I didn't understand the difference to `ref()`, I thought that I can't update the object (which I need to),...

@nooooooom I was quite sure this would give an error (since it's not "reactive" - like @Jackllllll said), but actually it does work. Seems this should be mentioned in the...

@Jackllllll I updated the example with the suggestion from @nooooooom and it does work 👍

Hitting this issue as well. @Castaglia This has nothing to do with the "W3 Total Cache" plugin, there's simply no log of anything (file-based) happening over sftp, only logins in...

@Castaglia I was able to resolve the issue. The sftp part was running in a virtual host, I thought the server/global settings for transaction and extended logging would apply to...

@Castaglia Ahh I see the issue now, the logging configuration isn't in the `` section but rather in the general server configuration, which explains why it doesn't extend to the...

@Castaglia Sounds sane. Thanks for your help, guess this was on me for not reading the vhost doc 😄.

Hi @nikParasyr Your PR https://github.com/gophercloud/gophercloud/pull/2150 was merged in April 2021, would be glad if this would be implemented. Thanks for your work!

Had the same problem, I use [zod-error](https://github.com/andrewvo89/zod-error), even the defaults provide a usefull message: ``` "Code: invalid_type ~ Path: response.action ~ Message: Required | Code: custom ~ Path: response.colour ~...

@nikParasyr Sorry to bother you, but would it be possible to implement this ? Thanks!