Martin Emrich

Results 118 comments of Martin Emrich

@fbricon Thanks! In my settings.json, It got grayed out, with a popup stating "Diese Einstellung kann in diesem Arbeitsbereich nicht angewendet werden. Sie wird angewendet, wenn Sie den enthaltenden Arbeitsbereichordner...

The example with Watch linked above is a bit confusing to me, I cannot really deduce what to do with imperative actions. For example: the old SDK `CustomObjectsAPI.createNamespacedCustomObject()` returned a...

As you (and I) have clicked "Exit" in Kodi, the process ended itself. Thus the `ExecStop=` command won't find the process to kill (it is already gone), and will fail...

I found the source for the `kodi-standalone` script: https://github.com/xbmc/xbmc/blob/5bdf1d420cf7b168e628a6bc249576b2fd63a035/tools/Linux/kodi-standalone.sh.in#L4 If you omit the line, the script will be sent the SIGTERM, and [bash will not forward the SIGTERM to Kodi](https://unix.stackexchange.com/questions/146756/forward-sigterm-to-child-in-bash)....

I woudl have recommended `KillMode=mixed`. As the stock kodi wrapper "`bin/kodi`" has a SIGTERM handler, this could have worked. But they do not wait for the actual process to end,...

Hi @apparentlymart I don't know if I understand correctly.... #27934 seems to relate to provider configuration, but I have no issues regarding that. (Could it be that there the issue...

I built a stripped-down test example: https://github.com/MartinEmrich/tf-import-test-example

While I agree with the argument, just note that at least my issue does not relate to provider configuration (which is purely static and fully available here).

@jabberwik thanks! Indeed I was able to replace my "terraform import" command with such import blocks in a *.tf* file. I now have to generate the files in my script...

Yes, this most probably solves exactly https://github.com/aws/containers-roadmap/issues/1847, thanks!