Tiphaine Ruy

Results 6 issues of Tiphaine Ruy

I wanted to try the sqlite table feature, Realised that the feature is not enabled by default on the build pushed to brew. And ran into this error while building...

Note sure if it could be interesting but: When registering a table: ``` addr: 0.0.0.0:8084 tables: - name: "example" uri: "/data/" option: format: "parquet" use_memory_table: false ``` add in options:...

enhancement
good first issue
help wanted

Just a slight suggestion: Add a show/hide password option to the password input. I might take that at some point but i'm not really familiar with the templating lib.

**Describe the bug** When using webgl layers ( ex: webgl vector layer). Performances between Firefox and Chromium based browser is drastic. **To Reproduce** Load example page: https://openlayers.org/en/latest/examples/webgl-vector-layer.html in Firefox, then...

bug

At some point it could be interesting to use either thiserror ( https://github.com/dtolnay/thiserror ) Or manually implementing std::error::Error for the errors returned by the library.

Hello ! I've used the project a bit and had some time to dedicate, I've started a proof of concept for a GUI. Not being sure if it's the direction...