Ryan Schmukler

Results 22 issues of Ryan Schmukler

I'm currently experimenting with using ligatures and seeing some interesting behavior. I realize that ligatures are a bit of a fringe feature so please excuse the rarity of this bug....

Introduces options for `:read-handlers` and `:write-handlers` which can be used to extend a tube with support for new types.

Right now type schemas and predicate schemas are entirely different schemas and don't behave the same. This can create some surprising behaviors: 1. Writing a transformer for one doesn't target...

enhancement

**Describe the bug** When using `magit-section-toggle` on a header under the files changed section, behavior can be inconsistent. Sometimes nothing happens (but then works if you run `magit-section-toggle` again), other...

**Describe the bug** When browsing a commit using `code-review-commit-at-point` the diff loaded into the buffer includes the same diff as found in the PR. It also does not include the...

bug

This commit changes the `generate-defn` return value to be the symbol of the newly generated function name. This is inline with the behavior of `clojure.core/defn` and `clojure.core/defn-`. The reason this...

This commit introduces pluggable support for spec alternatives by introducing a configurable multi-method for `ig/assert-pre-init-spec`. The `:default` implementation is to still use `spec` - but an advanced user can configure...

Just thinking outloud here... Would @martindale be open to if I played around with refactoring the app a bit? `soundtrack.js` is starting to become a really long file. Would it...

Right now there are a bunch of branches (most of which have been merged into Master). Keeping things clean would make it easier for people getting started in the repo.

Thank you for your work on this library, it's fantastic! It would be nice if this library used the more feature rich and maintained [devinus/poison](https://github.com/devinus/poison]) for HTTP encoding. It also...

Feature