Bastien Saidi

Results 4 issues of Bastien Saidi

Hello! I really like this project, however, I have come to an error, which I couldn't fix. It seems that when you initialize a database with sqlitelib in a class,...

New features to add: - [x] automatic generations of config files - [x] prevent cache on config files in the JavaScript code. **Possible fix:** *add a parameter with a random...

enhancement

**Description**: This PR ensures `OVERPASS_STOP_AFTER_INIT` is applied consistently in both init and clone modes. Before, the flag was only checked when the database was freshly created. If /db/init_done already existed,...

**Description**: If you set `OVERPASS_MODE=init` together with `OVERPASS_STOP_AFTER_INIT=true`, you’d expect the container to just run init mode and then exit. That’s the whole point of the flag. Right now that’s...