Tobias Bieniek

Results 112 issues of Tobias Bieniek

When doing live scoring the OGN/Flarm reception at the turnpoints might not be great so valid turns might not be seen by the OGN receivers. Adding some tolerance to the...

enhancement

`claim` is currently incompatible with any crate that requires `autocfg = "1.1"`, because only one copy of each semver-major version can exist in the lockfile (see https://github.com/rust-lang/crates.io/pull/4763#issuecomment-1121101295). This PR relaxes...

## 🍩 Feature Request **Is your feature request related to a problem? Please describe.** In a few of our apps the testing setup is a little incomplete which sometimes causes...

Feature Request

I'm on an internal project using `[email protected]`. When I'm looking at http://localhost:3141/docs/components/q-token-input (in Firefox) and then refresh the page it automatically takes me back to http://localhost:3141/docs/installation for some unknown reason....

`hasAria()` currently delegates to `hasAttribute()`, but the `arguments.length` check in `hasAttribute()` does not work correctly, which makes `hasAria('disabled')` crash.

bug

It looks like the differences in the IDEs are larger than I thought (see https://github.com/Turbo87/intellij-emberjs/issues/4), so it would be great if we could also choose PyCharm, WebStorm, etc. instead of...

When there is no `package.json` (or `lerna.json`) we should try to infer the repository URL from git remote metadata. This would be useful for non-JS projects that still want to...

enhancement

Imagine that user `foo` opens a PR to `lerna/lerna-changelog` pointing to a branch in `bar/lerna-changelog` with `bar` being a GitHub organization. It might make sense to include the link to...

enhancement

It might make sense in some projects to also include all the PRs in the changelog that don't have matching labels on them. We should probably support some sort of...

enhancement

see http://ember-concurrency.com/docs/tutorial (scroll down to Version 4) **Bad:** ```js actions: { async handleClick() { // ... } } ``` ```js actions: { handleClick() { return something.then(() => { /* ......

enhancement
New Rule