Alex Burgel

Results 16 comments of Alex Burgel

You can also set ``` config.rails_semantic_logger.started = true config.rails_semantic_logger.processing = true config.rails_semantic_logger.rendered = true ``` But ultimately this (and what I suggested in my earlier comment) will keep semantic logger,...

Another option is to use `.extend` instead of `.and` since that will overwrite the existing type instead of producing an intersection. So you could just replace what is generated now...

That might be a good option in some cases. However it’s a little unclear to me what the goal is. My goal is to have a validator that excludes readOnly...

@nshki I've implemented the changes we discussed and added tests. Please take a look when you have a chance. Apologies for taking so long to get back to this.

@nshki Thanks for the feedback! I updated the PR with your suggestions. Please take a look.

FYI, I ran into this issue as well when I was on typescript 5.5, but recently upgraded to typescript 5.8 and now the issue no longer occurs.