Igor Skoric

Results 25 comments of Igor Skoric

@karlmt Is it at least separated with a delimiter? I need to know this or I might have the same issue.

Doing `ide-helper:eloquent` and after that re-doing `ide-helper:models -M` fixed the issue for me. `\Eloquent` is now in the models file.

@jepiqueau We have to import many gigabytes the first time the app is opened and it takes hours. Meanwhile the app is unusable. SQLite does allow reading while a write...

We do create the tables and we use thousands of 1MB sized sql files for the import. Queries still stall out and pages that require SQL stall for multiple seconds....

@jepiqueau Unfortunately this would be a huge task. Is there a possibility to execute a file from storage directly without even making a connection on the client side? PS: Would...

@jepiqueau We are delivering a vector tile cache for navigating emergency helicopters that has over 20GB of data initially but also is kept up-to-date regularly. Also weather data and traffic...

@jepiqueau We are using ionic 6 with Angular on Android, iOS and soon electron.

@jepiqueau I fully understand. I can try to get a budget to support your work on one of the possible extensions that solve our problem if you are interested in...

@jepiqueau Thank you. I looked at the source and I think that it would be reasonably doable to create a function that * creates a new connection to a file...