Gagan Deep

Results 150 comments of Gagan Deep
trafficstars

Hey @Vivesh2911, I had already started working on this issue. You can look for other issues to contribute.

Open for discussion: We can add a "View on map" link in the object tools like this ![Screenshot from 2024-02-06 16-43-05](https://github.com/openwisp/openwisp-monitoring/assets/32094433/83c84da5-2580-40c8-ab3e-7b664a4fd5c6)

> Can you check whether upgrading black changes the formatting in other modules (eg: controller)? Yes, it does.

@nemesifier I cannot find such a flag in https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#command-line-options

Did you mean using the `--required-version` flag? It will only stop the execution of the black command. Example from the [black documentation]:(https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#versions) ``` black --required-version 21.9b0 -c "format = 'this'"...

**Open for discussion:** I have created a rough mock-ups to show how imagine this feature to work. However, these should only serve as starting point since they lack attention to...

This might be helpful: https://cloud.google.com/storage/docs/object-versioning

I'll read more on this and get back after the weekend. Please feel free to proceed if you are able to make it work.

@nemesifier I tried different options available in the leaflet libarary. This is the best result I have achieved so far https://github.com/openwisp/openwisp-monitoring/assets/32094433/65e298cc-ebc3-4a5c-be46-249c916f985c Leaflet does not support looping (wrapping) the map like...

It will be beneficial to allow configuring the DATETIME_FORMAT_OPENVPN setting defined in `openvpn_status.utils'. I think we can make it look for a environment variable.