Daniel Watkins

Results 33 issues of Daniel Watkins

``` $ git bzr push --overwrite 09:17:16 Starting import ... 09:17:17 Updating branch information ... branch cpc now has 1062 revisions and 0 tags 09:17:17 Imported 32 revisions, updating 1...

This adds some basic Debian packaging. It will require a bit of time spent to work out how to build it outside of my environment (and if we are going...

## Description `apt-cache` treats arguments which don't correspond to package names as patterns: this means that Chef can end up attempting to install a different set of packages to the...

Status: Waiting on Contributor

## Description If the `lua5.3` package is not available from the configured archives then this stanza will cause Chef to attempt to install every apt package which substring-matches "lua5.3" as...

Status: Incomplete
Status: Adopted
Triage: Confirmed

exa seems like a really great candidate for packaging and publishing as a snap package: https://snapcraft.io/ Combined with https://build.snapcraft.io/, it provides a really easy way of publishing a binary package...

Having fleshed-out type definitions for the objects that boto3 generates at runtime would make writing bug-free code against boto3 a lot easier. (The documentation generation code must already do the...

feature-request
p2
needs-major-version

## MCVE ```py from copy import deepcopy from jinja2 import Template deepcopy(Template('')) ``` ## Expected Behavior A deep copy of the Template object is returned. ## Actual Behavior A TypeError...

bug

`osc_set` in `osc.c` doesn't send output on a channel if the value is unchanged: https://github.com/cbdevnet/midimonster/blob/1f31bc7d027e996e749093bc1bc2c4f70ab7fe48/backends/osc.c#L735-L746 This is a problem when integrating with REAPER's OSC implementation: they define a `t` trigger...

enhancement
backend

I'm currently working on an integration with REAPER which has some global configuration options that can be set via OSC. I would like to emit these commands once immediately after...

question
backend

I'm driving my `CliRunner` testing from pytest. pytest will capture stdout/stderr by default, and display them when an assertion fails. As `CliRunner` captures all of the output itself, I don't...

f:test runner