Jeremy Audet

Results 22 comments of Jeremy Audet

I think the goal of "make this documentation usable to both the average newcomer and an experienced dev" has been accomplished. Also, the documentation is nicely maintainable these days, as...

Python provides the ability to do this through its threading libraries. This isn't a NailGun issue, IMO.

+1 The gem currently available through RubyGems.org, v2.0.1, produces this error: ``` undefined method `class_inheritable_accessor' for ActiveRecord::Base:Class ```

The same issue applies to `generate_url`.

Satellite never sees the classes we use. Satellite only sees the IDs we send to it. Consequently, we can enforce type safety locally _and_ send bogus values to Satellite in...

> I would think that with the substitution of characters it wouldn't really be required on each machine's database... would it not be possible to just check files incoming/outgoing against...

> Android I'm not so worried about - specifically, I don't think users there generate files with weird names too often? I don't know what the larger Android population does....

> Some character sets span multiple, non contiguous blocks. From [`gen_utf8`](https://github.com/omaciel/fauxfactory/blob/master/fauxfactory/__init__.py#L675-L679): > Generate codepoints. The valid range of UTF-8 codepoints is > 0x0-0x10FFFF, minus the following: 0xC0-0xC1, 0xF5-0xFF and >...

> So really, we should be able to pass all desired blocks into a python list, and then either make a single range to rule them all, or simply the...