Rudolf Kovalov

Results 5 comments of Rudolf Kovalov

@dfahlander thanks for response, 1. What I would like to achieve: - If db `is not` exist: start application when DB created schema and populate data. - if db `is`...

@dfahlander I got your point, If I correctly understand how I can manage migrations is wrap all of them by `Dexie.waitFor`: for my example I use only Dexie transaction updater...

@dfahlander, I see, that's exactly what I want to reach, don't give access to application until all required migrations will be done. I have to properly manage offline applications and...

This happened due to library returns brackets after encoding https://github.com/axios/axios/blob/4b3947aa59aaa3c0a6187ef20d1b9dddb9bbf066/lib/helpers/buildURL.js#L11 I dont know what reason to do it