Roland Schaer
Roland Schaer
Your API Key seems indeed invalid which can be validated with a simple cURL request. Maybe try to generate a new one? ``` curl --location 'https://api.openweathermap.org/data/2.5/onecall?appid=0ddb1cbdeecf2a86f7a6e66cb7045043&lat=47.416&lon=8.583&units=metric&lang=en' ```
Looks like they changed their plans as well and the /onecall API is not free anymore. Newly generated API keys wont work with the older API version. Unfortunately the free...
@gtrooper The `iwn-widget` just shows the weather for the current day while `weather-widget` also shows a 5 day forecast. The use of the API endpoint https://api.openweathermap.org/data/2.5/weather is still free unlike...
The same question popped up for me when i was playing around with nested drop zones. One idea that came to mind was to use a `data-fred-dropitems` attribute with the...
@Aquaengraved Yes it works, I used it to test an upgrade from 2.8.4 to 3.0.1 on my ARM M1 Mac, hence the mysql:8.0.28-oracle version. An update is required in regards...
My workaround back then was to patch it with the following fix. https://github.com/intuit/graphql-filter-java/pull/17/files
Ran into the same issue while generating a diagram from a custom JSON model. First rendition works but after updating the diagram model the links are missing. @varakh Did you...
Thanks a lot @varakh! Works like a charm now.
Usually you wont find ARM builds for JDK 8 versions for some of the vendors. Only a few vendors created ARM builds for older Java versions. Also installing an x64...
Is the usage of CLIs not already supported via [tera templates](https://mise.jdx.dev/templates.html#templates)? Following assumes `VAULT_TOKEN` is set somehow already. ```toml [env] USR="{{exec(command='./vault kv get -address=http://localhost:8200 -mount test -field=usr myapp')}}" ```