Sam Gleske

Results 107 issues of Sam Gleske

### Flameshot Version ``` $ flameshot --version Flameshot v12.1.0 () Compiled with Qt 5.15.3 ``` ### Installation Type Snap from Ubuntu software center ### Operating System type and version Ubuntu...

Unconfirmed Bug

Building go images within Docker on Mac (arm64) means I can't use this utility. In order for Mac to use arm64 docker images of Go, this utility needs to support...

The bug is in the following lines of code https://github.com/hub4j/github-api/blob/1cb9e66f7a762ad35f22a19ec854e2f8c4c6d45e/src/main/java/org/kohsuke/github/GitHubClient.java#L47-L52 It will only retry twice with 200ms in between retries. # Why this is a bug GitHub branch source Jenkins...

enhancement

Some init scripts such as those disabling Jenkins CLI should probably write a startup log informing the user what was done. ```groovy import java.util.logging.Logger Logger logger = Logger.getLogger('') logger.info('Some informative...

This issue is to track support for a full technology upgrade. of this Jenkins infrastructure support repository. - [ ] Upgrade vagrant to support Ubuntu 22.04 - [x] Upgrade all...

https://stackoverflow.com/questions/66416977/get-specific-file-inputstream-from-tararchiveinputstream There's already in-memory support for gzip so it makes sense to be capable of streaming tar. It is a common multi-file format which increases flexibility for how files can...

[`YamlOperator.getObjectValue`](https://sam.gleske.net/jervis-api/2.0/net/gleske/jervis/tools/YamlOperator.html#getObjectValue(java.util.Map,%20java.lang.String,%20java.lang.Object)) features are more robust. Most getObjectValue usage pre-dates the new features and there's a lot of processing code which can be removed because the new version of getObjectValue handles...

https://github.com/jenkins-infra/repository-permissions-updater/issues/3391#issuecomment-1614710793

https://github.com/diffplug/spotless/tree/main/plugin-gradle#groovy

Refer to [goenv as an example][1]. [1]: https://github.com/samrocketman/goenv