Eric
Eric
I've been looking for doing exactly this (Adding an asset and automatically create its relationship to the dashboard state entity) and haven't been able to make it work
I found how to do it, pretty similar to what you've done. What stroke me with your snippet was that we can reuse the rxjs from the widget context (to...
I was a bit suprised to see that process_resource is not called for sinks! My use case: serving files behind a prefixed route: GET /api/v1/images/.* Because the files may be...
I changed how the route URI is formed so I can use resources instead of sinks, the result is cleaner. process_request() would have been the other way to go but...
Got the same issue. Looks like we need to specify the project that hosts the subnet in the network_interface block but I'm still unable to set up the instance in...
Same issue here, I've tried running the webUI and the nats server in the same docker network, and tried addressing the server by several identifiers (localhost, 127.0.0.1 and the inner...
We do have a need in the coming weeks/months around EST and the fact that long thread #1135 was stale made us sad when we decided to settle for LwM2M...
@alysivji it'd be nice if you could look into this PR or the others related to this feature, I believe it's a much needed improvement to the package (still had...
I've been running into such issues where no more space is left (for SC data in my case): E: unable to save SC: no cfg left It can get quite...
To be able to make this work, something like a mixing should be implemented so Django Admin can lookup StructuredNode classes as regular models in inline models. Been looking for...