Skye Shaw

Results 91 issues of Skye Shaw

A way to get a links from `git grep` output or a `*grep*` buffer.

enhancement
hacktoberfest

I think [this](https://github.com/sshaw/git-link/blob/v0.1.0/git-link.el#L182) was intended to do the check, but for a file that exists in a repo that is _not part_ of the repo, `branch` is `""` and `commit`...

bug

```rb expect(Sidekiq::Worker).to have_enqueued_sidekiq_job('Foo', 'BarX') ``` Will fail with ``` expected to have an enqueued Sidekiq::Worker job arguments: ["Foo", "BarX"] found arguments: [["Foo", "Bar"]] ``` Note that it presents an `Array`...

By default `Rails.logger` is wrapped. When migrating to logging-rails I usually end up doing this. Any reason not to do this [in the initializer](https://github.com/TwP/logging-rails/blob/logging-rails-0.5.0/lib/logging/rails/railtie.rb#L23)?

Hi, thanks for this great library. In my `.irbrc` [I add the `#r` ](https://github.com/sshaw/dotfiles/blob/a145d6984ebc2682e276831cab96525c6024ce11/irbrc#L21-L25) method which allows me to quickly `require`: ``` irb [2.4.0] (tmp)$ r:time => true irb [2.4.0]...

Hi, First off thanks for this great package. When in an Apropos Emoji buffer there are (usually) duplicate copies of each emoji: 1 for GitHub and 1 for the actual...

enhancement

``` ~/code/java/raml-test >jayschema json/request_address_correction.json schema/request_address_correction.schema.json /usr/local/lib/node_modules/jayschema/lib/schemaRegistry.js:59 if (!Object.prototype.hasOwnProperty.call(currentSchema, element)) { ^ TypeError: Cannot convert undefined or null to object at hasOwnProperty (native) at Function.SchemaRegistry._resolveJsonPointer (/usr/local/lib/node_modules/jayschema/lib/schemaRegistry.js:59:42) at SchemaRegistry.get (/usr/local/lib/node_modules/jayschema/lib/schemaRegistry.js:257:29) at run...

`gem install evm` results in version 0.9.1 but latest version is 0.22.0. I was befuddled for a moment as `evm list` did not show anything past 25.1 but it's because...

Since this can be called in a user-defined format function is should use the "public" convention, e.g. one less `"-"`: `org-clock-csv-escape`. If backwards compatibility is a concern you can do...

Currently a string is provided but this format may not be what those that define custom format functions want. Instead of having one parse the time string it's better to...