Results 67 issues of Priit Laes

This might be duplicate to #211 `rumqttc` seems to recover/reconnect properly after connection error, but after the reconnect, I'm not seeing any data coming in from subscribed topics: ``` ......

in-pipeline

I have a dwg drawing and after converting it to dxf, dimensions are not visible in the result (when trying out with both QCAD and LibreCAD: ![image](https://user-images.githubusercontent.com/91895/113716265-15afe380-96f3-11eb-9622-4267c35512b3.png) Same DWG file...

``` 07:42 < qdk0901> sunxi-fel can speed up simply by just re-enumerate as high speed usb device 07:44 < qdk0901> sunxi-fel writel 0x01c19040 0x29860 07:46 < qdk0901> writel((readl(MUSB_POWER) & ~MUSB_DEVCTL_SESSION)...

When currently attempting to create a opsgenie_maintenance with empty rules block, it will crash the provider. ``` Terraform will perform the following actions: # module.maintenance["ops"].opsgenie_maintenance.schedule["2022-06-20T09:00:00Z-2022-06-20T10:00:00Z"] will be created + resource...

There's another possible USB2DALI device from Philips which I haven't yet been able to get working (with official software which requires key activation): ``` New USB device found, idVendor=0471, idProduct=0003,...

Currently, when logging into the console via the SAML-authenticated landing page, it will trigger the `NoMFAConsoleSignin` event. Ideally the currenty alarm should check whether SAML provider is defined (or additionalMFA...

When changing the `team_id` of `opsgenie_service`, the change does not seem to get applied as next time you run plan, it will still show that it needs to be changed....

I have following resources: ``` resource "opsgenie_service_incident_rule" "pingdom" { for_each = toset(["service1", "service2", "service3"] service_id = resource.opsgenie_service.service[each.value].id incident_rule { condition_match_type = "match-all-conditions" conditions { field = "source" not = false...

Hi there, When creating a new opsgenie_api_integration resource with `enabled = false`, the created resource is created with `enabled = true` in OpsGenie side. Basically: ``` $ terraform apply #...