matpen
matpen
@daper maybe we can close this as duplicate of https://github.com/daper/nextcloud-passwords-app/issues/54
@daper maybe we can close this as duplicate of https://github.com/daper/nextcloud-passwords-app/issues/54, as explained in https://github.com/daper/nextcloud-passwords-app/issues/82#issuecomment-678847803
I can reproduce this on `1.7.10` with `terraform import shell_script.my_resource '{"some":"data"}'`. Moreover, I cannot find any documentation on `terraform import` for the shell provider, is it maybe not implemented yet?
Thank you for the pointer, @pateketrueke: this sounds like a plausible explanation. I failed to mention that I am actually using webpack, but since I am in the process of...
I have performed some research, and I can confirm @pateketrueke's advice: in my case, using `webpack 5` with `svelte-loader`, this is [clearly documented](https://github.com/sveltejs/svelte-loader#usage), and I obviously missed it. For `rollup`...
@JoelSpeed thank you for your reply. Of course it is possible to do this in application code, but if one does that, then they will also handle authentication, too. That...
@therc thank you for your input: however, it does not seem scalable to me, because for every user one would need a subdomain. That said, a solution based on a...
Interesting, thank you for the explanation, @therc > So it's "just" a matter of writing the code and getting it accepted upstream. > The feature request was closed for inactivity,...
I would also be interested in this feature: specifically in my use case, I would need the ability to specify when a given appointment configuration as `from date - to...
Also see https://github.com/nextcloud/calendar/issues/4302 for a similar use-case.