Godfrey Chan

Results 103 issues of Godfrey Chan

No interpolated values in template strings Similar to https://github.com/NullVoxPopuli/ember-eslint-parser/issues/75 Haven't checked if the code in #655 would have avoided this issue

**Requires https://github.com/krisselden/morph-range/pull/8** The current parseHTML implementation requires some DOM APIs not implemented in SimpleDOM. This commit adds a temporary workaround to support using SimpleDOM on the server. In the future,...

The [Heroku docs](https://devcenter.heroku.com/articles/language-runtime-metrics-ruby) seem to suggest yes, but the README of the gem seems to imply that it is only needed for non-Rails apps.

This seems consistent with the `assert_select` API... 👍 / 👎 ?

This would allow you to do something like... `assert_dom_equal rendered.at('.header'), "Rails Is Omakase"`

Given a page like so: ```html Users ... Total: 4781 ``` It's pretty reasonable to write something like this: ```ruby get "/users" assert_select "h1", "Users" assert_select ".total", User.count ``` However,...

Today I ran into a problem that I had a LoadError somewhere in my Rails app. When I ran `bin/rails server`, this is what happened: ``` % bin/rails s =>...

This is some pretty low-priority stuff. Currently, if you pass the following to htmlbars demo: ``` html ``` You will get an empty document fragment back: ``` javascript (function() {...

Probably should use GitHub Actions?

help wanted
good first issue