Constantin

Results 31 comments of Constantin

Meaning this issue will not be addressed. Fix is supposed to be to create my own bootstrap template?

I just stumbled over this feature of the espressif ide: https://github.com/espressif/esp-idf/tree/12b2268ee56dac79988b75dbb49a453629ed8022/examples/bluetooth/blufi/main basically it is setup over bluetooth. Also there is an android + ios library available. However this only works...

interestingly pact is the only library that I've noticed actually requiring the post-install in all our products. But for now I've started to use [@lavamoat/allow-scripts](https://www.npmjs.com/package/@lavamoat/allow-scripts) to manage the post-install hooks.

Hey so thanks to @daddykotex I was able to get everything working, but TBO I wasted 1 Day on this. Finding this on google is not super straightforward - If...

I think https://github.com/scalameta/sbt-scalafmt/issues/108#issuecomment-785345921 has already summed up perfectly. create that file and expose it through the environment variable But I think that this issue is probably better addressed in https://github.com/scalameta/scalafmt...

@sla100 my 2 cents on this line: ``` return [`${protocol}:`, new ProxyAgent(uri)]; ... const proxyAgent = proxyAgents[ protocol ]; ``` you can also do http over https, that's why most...

Yes. I just checked with [cdktf](https://developer.hashicorp.com/terraform/cdktf) and nr provider 3.7.1 and it still has that incompatibility.

There is something to do from terraform side... Adjusting the type.. Should I create a PR?

@saleemjaffer I kept the `//@ts-ignore `

I can't find the suggested places required to be changed. And most of the changes had the 'revert' comment, so basically the entire PR