Aaron Patterson

Results 51 issues of Aaron Patterson

Hi, I ported the C implementation to pure Ruby (the code is not pretty since it's pretty much a straight port from the C code). I don't know how fast...

**What version of protobuf and what language are you using?** I'm using proto3, `libprotoc 25.3`. Language: Ruby, Python **What operating system (Linux, Windows, ...) and version?** macOS **What I did**...

untriaged

I'm trying to use Gel with [Mastodon](https://github.com/mastodon/mastodon), but `gel install` fails: ``` $ gel install Installing microformats (4.4.1) Installed 0 of 1 gems Errors encountered with 1 gems: microformats already...

Hi, I'm trying to find what version shipped with d98d94c413a815d1bcf14fab7ccb6f526e3c4111, but I found that none of the v3.X tags have been pushed to GitHub. Could someone push the tags please?...

feature-request
p3

Otherwise we get a copy, and the copy seems to clobber the data we want Before this commit, calling `getValue()` would return a copy of the underlying `NimBLEAttValue` object. It...

This commit writes the HTML to a temporary file before sending it to `textutil`. This is a workaround for a bug in `textutil` in issue #10 This is just the...

This isn't a bug in this plugin, but I thought I'd make a ticket here in case anyone else runs across the problem. Apparently `textutil` ignores fonts specified in HTML...

This should pass but just hangs. :heart:

I've moved the C files under ext/usb. I added a Rakefile so that you can do: ``` $ rake compile ``` Or for installation directly from git: ``` $ rake...

Minitest will automatically scan all installed gems and load plugins from those gems. We should detect whether or not we're being run within the context of a Rails app and...

railties