Michael Diamond

Results 61 issues of Michael Diamond

On the [args4j homepage](http://args4j.kohsuke.org/) the [download](http://maven.jenkins-ci.org/content/repositories/releases/args4j/) link has releases up to 2.0.21, which is more than 16 months old, but nothing newer than that. I see releases tagged up to...

Also: * Support disabling mapping to a GitHub user on the command line, for incorrectly-mapped BB users without a known GH account. * Clarify help text of --skip-attribution-for * Update...

https://docs.rs/crate/hostname/0.3.1 [failed to build](https://docs.rs/crate/hostname/0.3.1/builds/225597) as of bc9b4bb due to ``error[E0658]: `#[doc(cfg)]` is experimental``.

I've been noticing for a while now that if I leave OctoPrint open for too long it ends up displaying a "Please Reload" overlay dialog even though nothing should have...

I've been noticing for a while now that if I leave OctoPrint open for too long it ends up displaying a "Please Reload" overlay dialog even though nothing should have...

status: markedForAutoClose

According to [this post](https://unix.stackexchange.com/a/18679/19157) `ln -sfn` isn't actually atomic, despite the comment [here](https://github.com/dimo414/bash-cache/blob/59bcad6/bash-cache.sh#L165). Need to confirm this is actually broken and then fix, presumably to the `rename` approach described in...

**[Original report](https://bitbucket.org/dimo414/bash-cache/issue/16) by Michael Diamond (Bitbucket: [dimo414](https://bitbucket.org/dimo414)).** ---------------------------------------- @bedge asked for zsh support in #15. Supporting other shells would be nice, but would require user contributions as it's not a...

enhancement
minor

```shell $ foo() { echo 'Checking $1'; : "${1:?}"; } $ foo Checking $1 -bash: 1: parameter null or not set $ bc::cache foo $ foo $ echo $? 1...

`bc::warm::my_function` can be used to asynchronously warm a cached value, but there's no built-in support for triggering warming (e.g. on a schedule). It would be nice to be able to...

enhancement

**[Original report](https://bitbucket.org/dimo414/bash-cache/issue/11) by Michael Diamond (Bitbucket: [dimo414](https://bitbucket.org/dimo414)).** ---------------------------------------- bash-cache isn't very interesting or memorable. Notably, [bash cache] searches on Google uncover lots of discussion about the shell caching commands and...

major
proposal