Amiel Martin

Results 11 issues of Amiel Martin

As mentioned in #20, I love how scriptable `pomo` is. It would be useful to be able to start a timer without having the ncurses UI. Instead, I would just...

enhancement

In #7384, I mentioned wanting to also add support for turbo. I just spent the last 2 days trying to get cucumber tests using turbo in order to have a...

Intended to be deployed at www.ember-data-url-templates.com

**Describe the bug** Ruby 3.2 removes `File.exists?`. `File.exist?` should be used instead. **To Reproduce** Run `sord defs.rbs` with ruby 3.2. **Expected behavior** I expected no exception. **Actual behavior** I get...

bug

Reading through the readme at: https://github.com/miketaylr/jQuery-html5-placeholder makes me wonder how html5support handles those things.

So that users don't need to call `$.html5suport();` again after changes in the dom.

Hi, I'd love for `ember-api-actions` and [`ember-data-url-templates`](https://github.com/amiel/ember-data-url-templates) to work well together. TLDR; I'm using this change https://github.com/ActionSprout/ember-api-actions/commit/4ac52a37de031236da07d172eeb268eb3dcaf3bd, and am wondering if you'd like to support this use case. # Motivation...

enhancement

Hi, `make test` didn't work for me, and these steps did. I'm not sure if you'd prefer `yarn install` in the example, but since there is no `yarn.lock` file, I...

I had a couple of requests 500 when Heroku recently had some API unavailability. Because of this, I want resque-heroku-autoscaler to ignore exceptions when attempting to connect to the API,...

Hi, I'm trying to use watir-rails with Rails 7.0.6, watir 7.2.2, watir-rails 2.3.0, and watir-rspec 5.0.0. I was getting this error every time: ``` Rails Rack application timed out during...