Daniel Hackney

Results 7 issues of Daniel Hackney

I am throwing an `HTTPStatus::BadRequest` exception in my controller when a request is invalid. The server correctly replies with a 400 status code and whatever template I give it, but...

Much of the existing functionality can be implemented in terms of `c-lang-defconst` calls at the top-level. These seem to have the advantage of handling both indentation and font-locking within the...

Stalled

I have a fixture defined like so: ``` one: long_name: Long Name short_name: LN bounds: !ruby/object:Polygon rings: - !ruby/object:LinearRing points: - !ruby/object:Point {x: 0, y: 0} - !ruby/object:Point {x: 20,...

The `-overrideCollectionClass` argument for the `-Ximmutable` plugin assumes that the chosen class can be constructed directly using `new OverrideCollectionClassName(args)`, but this is not the case for [Guava's `ImmutableList`](http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/collect/ImmutableList.html), which must...

By using `define-minor-mode` with an `autoload` cookie, smex can be loaded and initialized purely through Customize. The old `smex-initialize` function has been removed, as its functionality is handled entirely within...

Right now, smex needs to be initialized explicitly with `smex-initialize` in the user's `init.el` file. This could be eliminated by creating a global minor mode for `smex` which sets up...

With multiple different triggers and actions, the number of fields in the `ExternalNotificationConfig` was starting to grow large, and the interactions between the different fields was complicated. # Example For...