Aina Rasoldier
Aina Rasoldier
### Specification - pywebview version: 3.2 - platform / version: Windows 10 1909 ### Description When set `frameless=True`, > The window can be moved around by dragging any point However,...
https://github.com/OpenSimulationInterface/open-simulation-interface/blob/a8fb7ccebe22c14662a86b5649077785ed5adeb3/osi_common.proto#L92 On this line, the documentation let the uncertainties on Dimension3d values be negative. However an uncertainty, according to the [RMSE](https://en.wikipedia.org/wiki/Root-mean-square_deviation) formula, can only be positive. Is it an error...
I already suggested a [PR, which is now closed](https://github.com/graphhopper/graphhopper/pull/2483). You can still check [my post on the forum](https://discuss.graphhopper.com/t/get-the-type-of-vehicle-when-querying-public-transport-itinerary/6964). This one is cleaner and passes all the tests. Let me know...
In line with https://github.com/eqasim-org/synpp/issues/45, I refactored some things to make the whole framework run without the pipeline.json file. It passes all the tests but needs some review and real-world tests....
Currently, if a _working directory_ is given, all cache files are deleted from memory after each stage execution. We could accelerate the whole execution of a pipeline by avoiding re-loading...
I discovered synpp through https://github.com/eqasim-org/ile-de-france. This tool is handy. Doing some research, I found that this kind of framework is widespread. They are called "data pipeline" frameworks. We can find...