Nicolas Noé

Results 46 issues of Nicolas Noé

The current solution is very simple and efficient, but might be a little naive in the long run: - There can be "collisions" between qualnames: http://xxxxxxxxxxx/machin and http://yyyyyyyy/machin. With current...

enhancement

This was discovered here: https://github.com/enram/crow/issues/9. The test suite should fully mock the configuration (config file? Vue store?) so it doesn't depend of the state of `config.ts`, which is installation-specific.

bug
🛀 cleanup

Would be easier for translators.

enhancement
🛀 cleanup

Currently many pieces of data that could be considered "shared state" (including the main VTPS/VPI data that is visualised) are still held in the `Home` component and passed around to...

🛀 cleanup
continuous task

enhancement
🛀 cleanup

Hello, To style individual features (based on the subject attribute of the feature), I wrote an overrideStyleFunction such as: ``` const overrideStyleFunctionSimple = (feature, currentStyle) => { const subject =...

bug