Kerem Nayman

Results 4 comments of Kerem Nayman

Gunicorn: `gunicorn --workers=6 --worker-class="egg:meinheld#gunicorn_worker" app:app` app.py: ``` import meinheld, os from **** import create_app app = create_app() if __name__ == "__main__": if os.environ['RUNNING_ON'] == 'localhost': app.run(debug=True) else: meinheld.listen(("0.0.0.0", 5000)) meinheld.run(app)...

Same issue here, I can't use [MapLibre GL JS](https://maplibre.org/projects/maplibre-gl-js/) on Tauri. Any suggestions? Should I also downgrade the `webkit2gtk` version?

@ferserc1 I overcame this issue by installing [Ubuntu Mantic](https://releases.ubuntu.com/mantic/) release.