Josh Nichols

Results 99 issues of Josh Nichols
trafficstars

### :wrench: Summary The [documentation on tags](https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#tags) says: > You can specify tags for commands and scripts. This is useful for [excluding](https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#exclude_tags). You can specify more than one tag using...

bug

We've been using this gem for awhile, and at some point noticed that in development, the first request to need an authetnicated session would always fail with `Warden::NotAuthenticated (:default user...

Fixes https://github.com/Shopify/smart_todo/issues/75 cc @wildmaples

I was pairing with @wildmaples to add this to our CI, and it was failing with: ``` read:0x00007f579f41cb18 /usr/local/bundle/ruby/3.2.0/gems/smart_todo-1.7.0/lib/smart_todo/cli.rb:121 run> terminated with exception (report_on_exception is true): --   | /usr/local/bundle/ruby/3.2.0/gems/smart_todo-1.7.0/lib/smart_todo/slack_client.rb:97:in `slack_response!':...

**Describe the bug** We're trying to diagnose some hung processes. We're able to use signal handling to get ruby backtraces (ie sidekiq's TTIN handler), but the problem seems to be...

bug

I got this when first running: ``` module.js:549 throw err; ^ Error: Cannot find module 'debug' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object....

I ran into this while getting started. Given the example: ``` Rails.application.config.middleware.use OmniAuth::Builder do provider :slack, "API_KEY", "API_SECRET", scope: "identify,read,post", team: 'XXXXXXXX' end ``` `XXXXXXXX` needs to be a team...

I've been working on some scripts, so I've been keeping an eye on the developer console. I've been noticing this output: ``` Inline Scripts Shortcut-file "settings" has no shortcuts. (Shortcut-files...

In addition to the custom media type to specify API version, some methods support a (raw, full, etc): https://developer.github.com/v3/media/ It'd be useful to be able to specify these per-request. I'm...

I'm not sure yet how Slack represents file uploads, compared to attachments or plain text, but we're not rendering them quite right yet. Official slack client: ![](http://cl.ly/image/0R3y3A432I40/Image%202015-07-04%20at%2010.52.49%20AM.png) Electrogram: ![](http://cl.ly/image/3C293K2d3J02/Image%202015-07-04%20at%2010.53.14%20AM.png)