Dan Rumney

Results 24 issues of Dan Rumney

Regarding composite components Is it intended that composite components are simply components that contain Networks? Is this the right approach?

Right now, this role only updates the `.bashrc` It would be great to support other shells. This could be done in a couple of ways. One way would be to...

So, it looks like there was an unexpected interaction between the new `process` handling code and the `denoifyImportExportStatement` code. I denoified some code and got this line of code: ```...

This looks like a regression of #32 My config is: ``` - name: Generate Lint Report if: "!cancelled()" uses: ataylorme/[email protected] with: report-json: ${{ inputs.workspace-name }}-eslint_report.json repo-token: "${{ inputs.github_token }}" check-name:...

As the title says. The `$` is not necessary and actually undermines the "copy" feature that GitHub offers for code snippets.

**Describe the bug** `direnv` is not loading `.env` files, event though it is configured to do so. **To Reproduce** Steps to reproduce the behavior: - Install `direnv` - Create `cat...

Bug

During a standard Code Climate run, I noticed some errors from the duplication error being reported by `https://codeclimate.com/repos//builds/99`: ``` 12 Parser process id: 12 codeclimate-parser socket not present waiting 1s......

# Bug Template The "stable" channel is currently pointing to ESLint v3 which is 5 years old now. In addition, ESLint of v8 is still not supported. Could we do...

The method `Commit.prototype.show` calls `this.repo.git.show` if the commit has no parents. However, `git.show` does not exist, so this results in a `TypeError`

The current implementation forces the Content-Type header to be "application/x-www-form-urlencoded", when using `consumer.get`. Some services do not support this Content-Type header on a GET. Whether they are right or wrong...