Federico Capoano

Results 523 comments of Federico Capoano

Changing the behaviour may lead to unwanted behaviour in applications that depend on this library. Maybe the best path is to document this properly and add also the possibility to...

@joshuamaxwell do you have any suggestion regarding this?

@blueyed do you have any useful suggestion for @sebclarke?

I have also noticed this issue, thanks @dgilge. I hope it gets merged soon.

drf-gis currently does not support adding bbox properties to a `FeatureCollection`. You may achieve this by extending one of its serializer and adding the custom logic needed to suit your...

The bounding box on the feature collection is not implemented correctly in drf-gis. We should fix that. From the spec: https://tools.ietf.org/html/rfc7946#section-5 > A GeoJSON object MAY have a member named...

What the openwrt docs do not explain is that with the new syntax, we have to move any bridge related configuration to the "device" config types. However, since we need...

For now we will focus on supporting the new bridge definition. Defining DSA vlans can then be done with this custom config: ``` { "network": [ { "config_name": "bridge-vlan", "config_value":...

There's a dedicated issue for the new bridge syntax definition: https://github.com/openwisp/netjsonconfig/issues/195.

I tried reading the examples and docs in the [OpenWrt wiki](https://openwrt.org/docs/guide-user/network/dsa/dsa-mini-tutorial) but it's not really clear to me, moreover the last example is not clear at all. I cannot implement...