Results 43 issues of Misty De Méo

DROID uses commas to separate file paths from file IDs, but doesn't perform any escaping of the filename in the case that it contains a comma. For example: ``` $...

bug
LOW
easy-task

If droid runs on a symlink whose target doesn't exist, a `-Nr` scan of a directory will exit immediately and print a backtrace for the exception. For example, my home...

bug

Based on what I found in https://github.com/studio-lucia/sss_fontbuild/pull/2, it looks like it's not possible to use the `failure`/`failure_derive` reexports from the prelude; it seems to be necessary to independently import those...

The `Result` type exposed by `quicli::prelude` conflicts with the `Result` type that's in the default Rust namespace, since it has a different type signature. This makes it inconvenient to drop...

good first issue

## Dev Effort TBCD ## Description fmt/899 (Windows Portable Executable 32-bit) and fmt/900 (Windows Portable Executable 64-bit) contain regexes that trip the `__INCOMPATIBLE_SIG__` case in `prepare.convert_to_regex`. Their byte sequences look...

bug
P1

As of recent versions of Rails, they've begun discouraging the use of `ActionController::TestCase` for new tests and encouraging the use of integration tests based around `ActionDispatch::IntegrationTest`. The helpers in this...

This fixes a bug we'd noticed where [certain upstream errors](https://github.com/joyent/node-ldapjs/blob/bb2d018b2c6e9cdfba7102091b8a2008f37d4f2c/lib/client/client.js#L1433-L1436) are handled by returning only a single result, instead of two. We were seeing unexpectedly-handled promises as a result of...

This adds support for Azure blob storage. Like with S3 and other backends, it uses Paperclip; since Paperclip doesn't have builtin Azure storage, this uses the `paperclip-azure` plugin gem. This...

I read a set of Mac 800KB SCP images using the official Greaseweazle client, and tried decoding them using Fluxengine. It claims that it can't handle them, with the full...

The Darwin binaries provided are dynamically linked against `/usr/local/opt/llvm/lib/c++/libc++.1.dylib`. Since that's not included with the binary, by default it's bringing in the system libc++ instead of the Homebrew LLVM one...