Timbo White

Results 12 issues of Timbo White

Hi. Thanks for this module, it's come in handy. I just started trying out ```operation.reset()``` and I find it's usage a little weird. It requires that you wrap the entire...

Example: ``` var caminte = require('caminte'), Schema = caminte.Schema, schema = new Schema('sqlite3', {database: ':memory:'}), Foo = schema.define('foo', { bar: { type: schema.String} }); schema.on('connected', function(){ var f = new...

`upsert` should always call the adapter's `updateOrCreate` method (if it's available), regardless if the query has an `id` or not. I'll send a pull request shortly.

The `id` property always seems to be `undefined` for every instance returned in query results. But it is accessible in the result from a `save` or `create` call. Example: ```...

Hi, this isn't really an issue w/ bunyan, but more of an FYI hack I'm using to ensure writable streams are flushed/closed when unhandled exceptions occur in a process. For...

major
needstriage
Type-Improvement
Component-LibFlush

Looks like the s.authors is missing from the gemspec file. Gemfile: ``` gem 'spree_recently_viewed', :git => 'git://github.com/romul/spree-recently-viewed.git' ``` Then... bundle install spree_recently_viewed at /usr/local/lib/ruby/gems/1.9.1/bundler/gems/spree-recently-viewed-0013d4eb58ff did not have a valid gemspec....

The tooltip on charts isn't (usually) displayed when the mouse hovers onto the chart from the left side w/ the latest version of Crhome. Seems to happen on maybe 75%...

bug

Hi - I didn't see a dist directory containing the js build in the 1.2.0 release?