Thomas O'Dowd

Results 13 issues of Thomas O'Dowd

NB: This PR includes PR202 (https://github.com/chzyer/readline/pull/202) which is not yet merged. PR202 addressed various redraw issues with wide characters, edge of screen, multiple lines, masking etc. The main feature of...

- Don't overwrite existing text on same line as the prompt - Don't refresh screen when simply appending characters to buffer - Don't refresh screen unnessarily when pressing enter key...

Boto calculated a incorrect signature for requests containing similar headers as it sorted the headers not by the header name but by the complete header. An example is the multipart...

s3
needs-review

Add configuration parameters for `cpu_model` and `cpu_feature` which control the setting of the following xml block. ``` core2duo ``` This allows a vagrant KVM guest to provide nested virtualization. NOTE:...

I'm trying to enable nested virtualization. If I use virsh edit to edit the xml file for the machine, I can add the following. ``` core2duo ``` Then if I...

When running the examples/readline-demo, you can enter the `sleep` command which causes the loop to sleep for 4 seconds before it calls Readline() again. If you press ctrl-d during the...

The following example code calls SetConfig() one more time after setting initializing readline instance with a different config. This is a contrived example, but this is useful when an application...

**What happened**: When I try to validate the spdx-2.2 json file using python-tools command `pyspdxtools`, it outputs a number of different issues one of them being for each File, it...

bug

When getting a key that doesn't exist, the AWS exception XML includes the key name. When the keyname used multibyte characters an unexpected UnicodeEncodeError is raised. Add a unit test...

needs-review

According to https://rpm-software-management.github.io/rpm/manual/tags.html , tag `1014` should called `license` and not `copyright`. Here is one example: https://github.com/srossross/rpmfile/blob/185ac915eb701d15bcb2338ad63ca81366f4ce16/rpmfile/headers.py#L41 https://github.com/srossross/rpmfile/blob/185ac915eb701d15bcb2338ad63ca81366f4ce16/rpmfile/rpmdefs.py#L59 https://github.com/srossross/rpmfile/blob/185ac915eb701d15bcb2338ad63ca81366f4ce16/rpmfile/rpmdefs.py#L69 In the main cli command you are already changing the header...