Results 77 issues of Stefan M.

`TextRef.stringRes(R.string.xzy)` is valid. But what happen if `R.string.xzy` has placeholders? It will crash 💥 . Maybe we can add a lint rule which checks these.

fixes #59 The GH aciton workflow was more or less copied from the gradle-wrapper-upgrade project itself. 👉 [ Link to their workflow file](https://github.com/gradle/wrapper-upgrade-gradle-plugin/blob/fa846e89de0c929df75400d66e42beb2c7d05062/.github/workflows/wrapper-upgrade-execution.yml) Please notice that I removed the commit...

Right now this project uses Gradle 8.1 (released April 12th). When using the https://github.com/gradle/wrapper-upgrade-gradle-plugin we will get automatically a PR as soon as new Gradle release happen (periodically).

enhancement
help wanted

This goes a bit further of #52 and adds dependabot to make sure we are always using the latest versions of dependencies 🙃. I copied the config from [here](https://github.com/gradle/wrapper-upgrade-gradle-plugin/blob/main/.github%2Fdependabot.yml) and...

With the recent activity and the (hopefully) reborn of this project we saw that keeping dependencies and tools up-to-date is a critical thing. By introducing dependabot we can make sure...

Running with the latest hugo version (v0.126.1+extended) reveals: > WARN DEPRECATED: Kind "taxonomyterm" used in disableKinds is deprecated, use "taxonomy" instead.

Running with the latest hugo version (hugo v0.126.1+extended) reveals: > WARN deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in a future release. Use hugo.IsServer instead.

Minor Go release version bumps.

For whatever reasons there is a `versionsMap` in the `go-helpers.ts`. This map indicates what Go versions are supported by Vercel. As of today, this map will be updated by the...