Leon Kiefer
Leon Kiefer
try to start the container and open a shell (sh, bash) and then use the `date` command to check if the date is set correctly. ``` docker run -it --rm...
when the date and time is correctly set in the container, it must be a problem of MagicMirror not using it correctly.
We have a React frontend so the client secret is visible in the frontend code which is download by every user. We need the PKCE support.
@kezong can you please publish this plugin to the gradle plugin repository.
This would also resolve problems with `AmbiguousConfigurationSelectionException` which happens to me when I try to embed an kotlin multipatform project, it contains so many configurations and the embed configuration must...
@aasitnikov `EmbedElements` configuration is not needed, because `EmbedClasspath` should have attributes that match the artifiacts in the existing android variants configurations of the consumed projects (`releaseRuntimeElements`, `debugRuntimeElements`). or am I...
All the new configurations are not accessible, so they cannot be used. ```groovy config.setCanBeResolved(false); config.setVisible(false); config.setCanBeConsumed(false); ```
@krmao try to only include the release publication of react native. The fat aar plugin doesn't support the selection of multiple android build types. You can also try to delete...
I think rebasing the pilight:s_mfy branch is much simpler than trying to merge the master branch into it. The pilight:s_mfy branch is only 3 commits ahead of the master branch.
I want to use it on ESP and because this repo is the upstream of https://github.com/puuu/ESPiLight I want to get it merged here. So I have time to do it,...