Duncan Bayne

Results 32 issues of Duncan Bayne

#### repro steps 1. Clone `https://github.com/wiseman/cl-zeroconf` into `~/common-lisp/cl-zeroconf`. 2. Start SLIME. 3. Issue `(require :cl-zeroconf)`. #### expected behaviour I'd expect cl-zeroconf to load. #### actual behaviour Loading cl-zeroconf results in...

I have a number of projects in GitLab; it'd be nice to be able to run end_of_life against those projects as well. I imagine that introducing this would mostly be...

First of all, thanks for `von-grid` :) I'm planning to use it to make _an_ awesome hex game~~s~~ :) It seems that `von-grid` hasn't been updated in a while. `npm...

I've added capybara-screenshot to my application, but it's failing to take screenshots upon Cucumber failures with the following error: `rack-test requires a rack application, but none was given (ArgumentError)` Relevant...

Bug

Assuming that https://github.com/luminus-framework/luminus-template/pull/452 merges, we'll have at least some automated tests that could be used to pick up on regressions. I think we should integrate w/ Travis CI ([Travis +...

## Environment ``` ➜ ~ cat /etc/os-release NAME="Ubuntu" VERSION="19.10 (Eoan Ermine)" ... snip ... VERSION_CODENAME=eoan UBUNTU_CODENAME=eoan ➜ ~ uname -a Linux duncan-w540 5.3.0-46-generic #38-Ubuntu SMP Fri Mar 27 17:37:05 UTC...

**Describe the bug** When attempting to build spot on FreeBSD 13.1, I receive an error `AttributeError: 'NoneType' object has no attribute 'has_header'`. **To Reproduce** ``` git clone https://github.com/xou816/spot cd spot...

bug

**Describe the bug** When trying to run `spot` through `gdb` to debug https://github.com/xou816/spot/issues/118, `spot` crashes while selecting a playlist. **To Reproduce** Steps to reproduce the behavior: 1. Run using `gdb...

bug

After installing athendapdf with `docker pull arachnysdocker/athenapdf`, I tried to convert an HTML file called `review.html` to PDF. This fails as follows: ``` $ docker run --rm -v $(pwd):/converted/ arachnysdocker/athenapdf...

App: athenapdf
More Information Needed
Docker

I've cloned this repository on my FreeBSD dev machine, and am seeing the following failure when running tests: ``` $ npm install npm WARN You are using a pre-release version...