Le Anh Duc

Results 18 comments of Le Anh Duc

Experienced this too, are there any hacks or solutions yet?

That really not fix the issue, because react-native-dom still depends on native-module to be ported to the web. For the future, we need to somehow do: 1. `react-native link` to...

Haven't got the chance to look into the issue but in short: yes ```javascript import { RNDomInstance } from "react-native-dom"; import { name as appName } from "../app.json"; // Path...

I have the same issues running on Auzre Pipeliens Agents (Ubuntu 20.04) and MacOS (Big Sur 11.1 Beta) locally. Terraform 0.13.5 Helm 1.3.2

I think `probe_ids` in `grafana_synthetic_monitoring_check` will need to be re-created instead of patching.

The `depends_on` wont work with REPLACE probe. The reason is the checks will try to add update probe_ids from the new probe. But old probe can't be deleted because check...

I do understand the logic behind the APIs but that should not be mapped to Terraform side. API should handle this in the backend instead. Anyway, I have to manually...

@julienduchesne yes I am using private probes right now. It is a little bit complex but can be summarized with this one. ```terraform # terraform.tfvars probes = [ { name...

Hey @julienduchesne, we do not have comma or custom characters anywhere I think, except for `_` and `-`. So I am not sure how to fix.

Sorry, it is fixed now. Thank you for the support ^^!