bendem

Results 45 issues of bendem

**Description** Prior to #4149, the build url could target a specific tag in a repository. This is because before that PR, the repository was cloned with `git clone -b `,...

stale-issue

It looks like the code will ignore any new parameter that's not included in this module, which means you need to be very fast when vault provides new versions with...

``` /Users/benjamin/.ansible/tmp/ansible-tmp-1539239250.317117-87862374970487/AnsiballZ_elasticbeanstalk_version.py:17: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp Traceback (most recent call last): File "/Users/benjamin/.ansible/tmp/ansible-tmp-1539239250.317117-87862374970487/AnsiballZ_elasticbeanstalk_version.py", line 113,...

Might I suggest to repurpose this PR for your component? For a bit less than half the world, the week starts on another day than sunday. https://github.com/julienr114/vue-calendar-heatmap/pull/14 https://www.timeanddate.com/calendar/days/first-day-of-the-week.html

- [x] Javadoc all the things - [x] Getting started - [ ] Explain how mapping works - [ ] Explain how datasources work (setup) - [ ] Explain how...

enhancement

Keep track of all resources that get opened by the library to make it easier on the user to close them all. That'll reduce the amount of try with resources...

enhancement

Parse the query looking for `:([a-z0-9_]+)\b` not in quotes, replace them with `?` and build a `Map`. Then have ``` java public P set(String name, T value) { map.getOrDefault(param, Collections.emptyList())...

enhancement

On windows, running daemonize crashes on exit. It might be related to the fact that I haven't setup a pin yet (still have to setup a pinentry program). ``` >...

bug

Using `vault pin set`, I'm getting ```console > "$gw" vault pin set Pin updating failed: No pinentry found, checked a bunch of different places ``` Pinentry is very commonly available...