Nathan Broadbent

Results 96 issues of Nathan Broadbent

Hello, I use the `dotenv-rails` gem to define configuration vars in `.env`, `.env.test`, `.env.development`, etc. This doesn't seem to be working with `i18n-tasks`. I've set `GOOGLE_TRANSLATE_API_KEY` in my `.env.development` file,...

Would it be possible to stall responses, and trigger when I want the response to be sent? My situation is that I'm stubbing a "post" upload to AWS, which starts...

Enhancement
Waiting for input

I keep running `rbenv list`, because so many other version managers use `list`. e.g. `nvm list`, `rvm list`, `brew list`. I think most CLI tools have adopted `list` as a...

The native webkit `scrollIntoViewIfNeeded` supports this, and I need this for my app. If it's too hard to implement here, are there any alternatives?

enhancement

One thing that really frustrates me is not being able to paste multiple lines of code. I often have to make little blocks of code into a single line, add...

I've created a repo that can reproduce this issue: https://github.com/ndbroadbent/rubocop-bug From the README: --- Run `./script.sh`. ### With file ```bash git clone https://github.com/ndbroadbent/rubocop-bug.git /tmp/rubocop-bug cd /tmp/rubocop-bug rubocop Inspecting 1 file...

bug

I noticed you don't have a logo for the Chrome extension, so I thought it would be fun to try making one: Here's a zip with the Sketch file, SVG,...

Hello, I saw that the `stripe.event` callback is run at the very end: ``` def run_callbacks(evt, target) _run_callbacks evt.type, evt, target _run_callbacks 'stripe.event', evt, target end ``` It would be...

Hello, `display_manager` looks great! I'm on macOS Catalina. I was just wondering if there is an easy way to set the "scaled" resolution for slightly larger text, as shown in...

It would be really nice if this add-on could detect the following message that pops up on the screen: > The Lovelace UI configuration for this dashboard was updated. Refresh...