Thomas Broyer

Results 34 issues of Thomas Broyer

### Suggestion The security advisories RSS (https://www.jenkins.io/security/advisories/rss.xml) does not contain `guid` which makes it harder than necessary for automated feed readers to follow what's new. Specifically, we use [Huginn](https://github.com/huginn/huginn/) to...

enhancement

It's been brought to my attention that Svelte removes attributes on elements [when it "claims" them](https://github.com/sveltejs/svelte/blob/967e9f51ff649f776fa034db8aba23a5a1546294/src/runtime/internal/dom.ts#L450-L456), so a custom element that adds itself some attributes will have them removed by...

…since they switched to Chromium apparently. See https://learn.microsoft.com/en-us/microsoft-edge/progressive-web-apps-chromium/how-to/background-syncs and https://caniuse.com/background-sync

See http://oauth.net/articles/authentication/ for the full rationale. Basically, this plugin should support [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0.html). Google authentication actually [is OpenID Connect](https://developers.google.com/identity/protocols/OpenIDConnect); this plugin should do the additional work of validating the ID...

Compose has a `docker compose exec` command that's equivalent to `docker exec -ti` and frees you from having to know/guess/find the name of the container: you just use the name...

### Expected Behavior When configuring a toolchain at project level (`java { toolchain { … } }`), all JavaExec tasks in that project default to using that toolchain. ### Current...

a:feature
in:toolchains

Working on adding proper multi version testing (#7), two tests fail in all versions of Gradle starting with 6.7-rc-1 (I might have not tested all of them, but most I...

Currently, the plugin declares component metadata rules in the project, making it impossible to declare other rules in the settings. I think the plugin should be split to have the...

Slf4j 2 is a major breaking change (uses ServiceLoader rather than "static binder mechanism"), and Logback migrated to Slf4j 2 in version 1.3. When working on tests for a PR...

a:rule
in:logging