Brian Bugh

Results 55 issues of Brian Bugh

This pull request https://github.com/ddollar/foreman/pull/110 seems to break webpacker if you use `PORT` anywhere in the JavaScript envs. In addition, even if you specify PORT=3000 with `PORT=3000 ./bin/webpacker` or `PORT=3000 ./bin/webpacker-dev-server`,...

Hi, since a Rails 4 --mountable engine is a .gemspec, and since the recommended place to put gems is in the .gemspec, this is more bug-ish than a bug. I've...

`pnpm` can run both scripts and binaries like yarn `'pnpm eslint' == 'yarn eslint' && 'pnpm test' == 'yarn test'`. When running `narn eslint` in a pnpm folder, it runs...

Given some HTML in an erb file like this: ``` something ``` This extension incorrectly adds `#` for comments instead of `` 1. Select some text 2. Command Palette ->...

schemastore.org is tracking JSON schemas. RedHat's yaml-language-server supports JSON schema parsing for YAML files pulled from schemastore.org. Many systems are using it now: GitHub's actions and workflows, graphql-code-generator's codegen.yml, CircleCI's...