Dominic Evans

Results 53 issues of Dominic Evans

Attempting to add a new entry on [dr.loudness-war](http://dr.loudness-war.info/) is being rejected as an invalid log file. This has previously worked, so I'm assuming this is them having tightened up their...

a setup.py-based upgrade install hangs during the `install.sh` of the manpages as it is trying to prompt the user whether or not to overwrite the existing `.gz` file during the...

The `setup.py` seems to expect self.prefix (and self.root) to never be None. However, this fails on a `--user` or `--home` install. e.g., ``` sh $ pip3 install --upgrade --egg --user...

* **What are you trying to do?** Detect Go binaries built against a given toolchain version for known vulnerabities * **What feature or behavior is this required for?** For core...

Eclipse has the concept of a `plugin_customization.ini` that you can use to override the default values of workspace preferences when initializing a new workspace. This is normally used for branded...

File-structure wise, currently all features and plugins are placed together under `eclipse/features` and `eclipse/plugins` I wonder if it would make sense to keep those isolated to features+plugins retrieved from download.eclipse.org,...

This should probably be a major version bump as the API is changed - default to rcv-settle-mode "first" everywhere, we don't currently handle "second" correctly anyway - add link policy...

Currently the amqp10 module seems to have re-purposed AMQP's rcv-settle-mode on a receiver link to determine whether or not the client library itself should be doing automatic settlement when messages...

Experimenting with the bare-metal/tags branches I attempted to order a bare-metal thus: ``` resource "softlayer_bare_metal" "dnwe" { count = 1 tags = ["dnwe"] hostname = "dnwe${format("%02d", count.index+1)}" domain = "example.com"...

enhancement

👋🏻 _firstly, many thanks for publishing this gh cli extension, it was exactly what I wanted!_ One thing I noticed recently having checked out a PR from a fork and...