Ches Martin

Results 48 issues of Ches Martin

Hi, thanks for the plugin! I use [vim-session](https://github.com/xolox/vim-session), and unfortunately Braceless's folding seems to result in some undesirable interaction with it. vim-session persists manual folds in its session files, so...

Hi, When a custom install location is given to `install.py`, it [modifies `autojump.sh` erroneously][1]: it appends a new `if` block at the end of the file, when it should instead...

Just logging a feature request here from observed use, will try to contribute, time allowing: ``` ruby subscribers = @some_resource.followers Bustle::Subscriptions.add(publisher, subscribers) ``` Seems like a natural API and a...

enhancement

It's pretty icky to rely on unique indexes IMO, and a manifest symptom is a Rails log littered with transaction rollbacks. I know `orm_adapter` doesn't explicitly provide `find_or_create` (it would...

question

Hey there, Why don't we deal with these issues of wrong ActiveSupport versions being loaded by just updating the app to use AS 3? :-) Also, keep gembox from asploding...

Play includes SBT Native Packager, but it won't work without at least some minimal metadata filled in the build configuration. This adds enough to produce a working Debian package with...

It is common for real-world applications to have several versions of scala-logging in their dependency graphs, which leads to sbt giving eviction warnings. I couldn't find a documented versioning policy,...

enhancement

(Triage: can be labelled `area/cross_building`) Another stateful cross-building issue, everyone's favorite kind by now? 😅 This is somewhat like #5497 except a Configuration is tried that should not be, rather...

Bug
area/cross_building

With `pep8`/`pycodestyle`, it isn't necessary to specify a file target or `-r somedirectories`. It basically looks recursively for `*.py` automatically. This is nice, because I can set my `exclude` option...

I'll send a PR for the README if I have a few more minutes, but thought I'd share how to get the plugin working in the v2 CLI for others...