Andrey Goncharov

Results 32 comments of Andrey Goncharov

Could you try clearing your localStorage? It works for me without any problems and the values in the local storage is the only explanation I could think of

@valery-lavrik could you share some steps to reproduce?

@lblasa have you tried to build one of our Sample apps on M1?

@Pyroboomka I am sure we'll address it eventually, but I cannot promise any dates now or provide any direct guidance. If you find a workaround, we'd be beyond happy to...

@abdallah-abdelfatah do you have marketplace enabled in your settings? Could you share a screenshot and Flipper logs?

@czaku could you attach Flipper logs? ![image](https://user-images.githubusercontent.com/12794628/191832273-17410969-39c7-45c7-945e-a310b1bb472d.png)

@konradni could you create a PR with a failing test? I see a test that should cover you case and it passes https://github.com/typestack/class-validator/blob/master/test/functional/nested-validation.spec.ts#L105

@pleerock even if we don't create a connection pool for sqlite, which, you're quite right, might seem like an overkill, we still need transaction queue. I'm fine with both approaches....

@pleerock Sorry, I had to be more descriptive. Let me start from the top. Problem: Consider having a RESTful app using typeorm with sqlite on the backend. Say, this app...

@jacobg you could try monkey-patch typeorm like this https://gist.github.com/aigoncharov/556f8c61d752eff730841170cd2bc3f1 I'm not sure if it works with the current version if Typeorm, but it used to a year ago. It makes...