Tony Novak

Results 26 issues of Tony Novak

Given a Rails application with multiple databases, tables in two databases with the same table name, and corresponding models with different names, some files get annotated with the wrong table's...

Given a Rails application with multiple databases, tables in two databases with the same table name, and corresponding models with different names, some files get annotated with the wrong table's...

[This code](https://github.com/kimroen/ember-cli-coffeescript/blob/3d2d4091c45fe9622b4c7d38c085680c56757701/index.js#L16-L24) is invoked before `process.env.EMBER_ENV` has been set, so environment-specific configuration does not work properly. To reproduce: ``` ember new my-project cd my-project ember install ember-cli-coffeescript echo 'module.exports =...

When premailer is invoked with a `css_string`, the rules specified in that string are applied as `style` attributes (as expected) but the output also includes a `` element with the...

My understanding (correct me if I'm wrong) is that backups can be recovered using just a base backup, and the WAL segments are only needed to restore to an intermediate...

This code (added in #711) was throwing a RuntimeException, which I mistakenly believed would invoke the default uncaught exception handler. Instead, ThreadPoolExecutor swallows the RuntimeException and terminates the executor. Calling...

* Fixes to jmxtrans-systemd logback configuration: 1. Fix error in how `logDir` property was defined 2. Remove console appender. No need to log redundantly to both the system journal and...

Address one common cause of uncaught exceptions, and also register an uncaught exception handler to cause jmxtrans to exit with a non-zero status rather than getting stuck in an inconsistent...

The `restore` option is poorly documented; it's hard to understand what this means: ``` ## IMPORTANT: if you use multiple instance of s3, you should specify on one of them...

This allows conversion events to be sent with a different access token (e.g. the one generated via the the Events Manager following the instructions [here](https://www.facebook.com/business/help/232481544843294?id=818859032317965)) than the one used for...

CLA Signed