chriswyatt

Results 10 issues of chriswyatt

#### The problem No documented way to share an existing faker generator with Factory Boy. Sometimes you might not always want to use the faker library from Factory Boy's Faker...

Feature
NeedInfo

##### Expected Behavior When using the context menu (right-click) of nobleNote in the status notifier widget, it is expected that the menu items will fold out for each listed notebook...

bug
question

I dock FluffyChat as follows: ```shell /usr/bin/kdocker -ot -i /usr/share/pixmaps/fluffychat.png /usr/bin/fluffychat ``` `-t` option seems to have no effect; FluffyChat still appears in taskbar when the window is visible. This...

##### Expected Behavior Move mouse over MEM graph (just below the menu bar) A tooltip appears with total, used cached and buffered memory Displayed units are expected to be B,...

##### Current Behavior Currently, you only have a choice between there always being a prompt, and never a prompt. If the prompt is disabled, irregardless of whether there are multiple...

enhancement

Would it be possible for 'loads' to allow objects that support the buffer interface? https://docs.python.org/2/library/functions.html#buffer

I previously made the feature request #209 (and I was very grateful for the feature being accepted so quickly). I had been using the same revision from this branch for...

**Is your feature request related to a problem? Please describe.** Some databases (e.g. Mongo) store date/time to millisecond precision. Being able to truncate to this would be useful, and a...

**Describe the bug** If two instances are used in a comparison, where: - one is a subclass of the other - Mangled attribute is used in `__slots__` - Both classes...

#### Description When defining a transformer within a trait, then overriding that value, the transform is not applied. #### To Reproduce See code example below ##### Model / Factory code...