Tobias Bieniek

Results 112 issues of Tobias Bieniek

Before: ```hbs {{#link-to "categories" (html-attributes aria-label="Categories")}}{{svg-jar "crate"}}{{/link-to}} ``` After: ```hbs {{svg-jar "crate"}} ```

enhancement

I don't know why, but the following snippet was not converted correctly. The code lived inside another block that was correctly converted. ```hbs {{#rl-dropdown-toggle tagName="a" class="dropdown"}} {{svg-jar "sort"}} {{ currentSortBy...

bug

I've just discovered your interesting library and was wondering if you considered implementing a detection for when a glider is being towed by plane (or winch). would that be possible...

```js let helper = this.owner.lookup('helper:format-duration'); // before: let helper = this.subject(); let result = helper.compute([convertToMS(59, 'minutes')]); assert.equal(result, '59 min'); ``` fails with: ``` TypeError: helper.compute is not a function ```

bug

I have several template-only components in one of my apps, and when running this codemod they are not changed at all. I would have expected all non-helper/non-component/non-modifier curlies to be...

bug

## Changes This PR adds a new `automergeStableMinor` preset. ## Context I would like renovatebot to automerge semver-compatible changes automatically. I could use `automergeMinor` for this, but semver says that...

## Changes This PR adds a new `regexManagers:githubActionsVersions` preset, similar to the existing one for Dockerfiles. It will allow users to use the following pattern in GitHub Actions files: ```yaml...

This PR adds a basic configuration file for https://docs.renovatebot.com. The configuration was derived from what we are using at https://github.com/rust-lang/crates.io/blob/main/.github/renovate.json5, but significantly simplified. This should hopefully help us in keeping...

XCSoar versions having and not having the problem ------------------------------------------------- > Which XCSoar version are you using when seeing the problem? v7.42 > Which XCSoar version is the last one you...

breaking
bug

XCSoar versions having and not having the problem ------------------------------------------------- > Which XCSoar version are you using when seeing the problem? v7.41 > Which XCSoar version is the last one you...

breaking
bug