James Herdman

Results 47 issues of James Herdman

Given some project that DOES NOT use Prettier, coc-prettier, when using the following configuration, will run on save: ```json { "coc.preferences.formatOnSaveFiletypes": ["css", "markdown"] } ``` This is actually as documented!...

bug

When using Nokogiri 1.9.1 and Nokogumbo 2.0.1, the following error comes out of some of our templates: ``` NoMethodError: undefined method `create_element' for # Did you mean? create_external_subset ``` Looking...

FYI to contributors: I'm intending on renaming the primary branch to "main" once a few active PRs are merged. Please let me know if this will cause you unnecessary grief.

Each adapter inherits for EmberObject. Is it possible for us to just write native classes?

Status: Proposal

In development my application is served from a specific port (e.g. 4200), but appears to come from a URL without a port. Example: "http://localhost.dev/my-app" but Ember Serve is really running...

My development environment runs inside of a Nix powered shell. My instance of Solargraph is available via this command `nix-shell --run 'bundle exec solargraph'`. I tried using the `solargraph.commandPath` config...

Ideally I could do something like: ```javascript await selectFiles('.my-selector', [ new Blob(...), ], { eventType: 'drop' }); ```

Having code for a Tape adapter is just one step away from actually shipping one. Why not just ship it too?

idea :bulb:

To aid with tooling like AlpineJS the following would be nice: ```erb ``` Ideally _any_ HTML attribute ought to be supported. Let's look at the options table: key | description...

enhancement