Roland Schaer

Results 23 issues of Roland Schaer

If KeepingYouAwake is active and the screen is locked (via TouchBar or CTRL+CMD+Q) it will never go to sleep possibly draining the battery while you're away from the machine. While...

# Summary Revisites the logic for command `latest --all` which returns wrong version numbers if the plugin uses multiple distros/variants (e.g. Java, Python, Ruby, ...). Instead of falling back to...

# Summary Color highlight installed versions of the `list-all` command. > Note: It seems asdf does not use colors anywhere, hence we might decide to use another indicator (e.g. `▶...

If `DateTime` scalar from `graphql-java-extended-scalars` is used which maps to the `OffsetDateTime` Java type the following exception is thrown. ``` org.springframework.dao.InvalidDataAccessApiUsageException: Parameter value [Thu Dec 03 01:00:00 CET 2020] did...

The current implementation for String `starts` and `ends` operators is a switch fall through to `contains`. Proper SQL implementations with `LIKE %` and `LIKE %` should be provided instead.

The `autograder-home` path references a non-existing path and causes the `AutoGrading` to fail with following excecption. ``` Exception in thread "main" java.io.FileNotFoundException: The Git repository at './.autograder/' could not be...

After creating a new AEM project, the SSR (React) build does not work on Adobe I/O after deployment via `npm run deploy-ssr-ioruntime`. Locally the Adobe I/O SSR build also does...

**Describe the bug** `Padding` and `FontSize` are not applied properly if i set them in another tape file which is imported via `Source`. **Setup** - macOS 14.3 - fish 3.7.0...

Use the OpenWeatherMap API to fetch weather data (see #55)

Ported the widget to OpenWeathermap a while ago and figured to share my modifications for a possible merge.