Hugo Duncan

Results 30 issues of Hugo Duncan

The extra-data can be set while a vm is running, so `set-extra-data` should require a :shared lock, rather than the current :write lock.

BUG

vmfest.manager/wait-for-lockable-session-state requests a :read lock, but vmfest.virtualbox.session/lock-type-constant does not contain a :read entry.

BUG

Any plans for making route-one usable in clojurescript? It would be nice to have one definition of routes that could be used on both server and client.

The `lambda_package` task ignores any errors from `npm.comands.install`, which results in incorrect zip files with no indication that they are not complete.

Please consider making pystache installable as a wheel.

Next version 0.5.x of criterium. This is a major rewrite.

When working with checkouts that are symlinks, it is very easy to checkout out a branch in your sub-project's canonical directory, or otherwise modify it, and forget that the sub-project...

Enhancement
Newbie

When reading USB packets with `USBHost::intransfer`, packet sizes of 512 bytes would read 0 bytes. In `UHD_Pipe_Read`, `nb_byte_received` is declared `uint8_t`, whereas it needs to be at least `uint16_t`. Recompiling...

Some programs take option like arguments (i.e. options starting with --) as data. In other option processing libraries, `--` can be used to explicitly mark the end of options to...

forwarded-to-js-devs

When the UnionMatcher throws due to ambiguous match, the possible matches are not added to the exception, which makes it harder than necessary to debug parsers for this case.