Alasdair McLeay
Alasdair McLeay
- `BUDDY_PROJECT_NAME` (e.g. 'my-project') => `BUDDY_REPO_SLUG` (e.g. 'me/my-project') - `BUDDY_EXECUTION_REVISION_URL` (url to commit) = `BUDDY_EXECUTION_URL` (url to job)
If I have a file: `packages/my-module/src/index.js` I would like to be able to configure eslint-plugin-filenames so that `MyModule` is a valid export from `packages/my-module/src/index.js`. This is useful in monorepos, e.g....
Please revert https://github.com/jashkenas/docco/pull/251 as it has broken LESS support added in https://github.com/jashkenas/docco/pull/136 As far as I can tell, the 'typo' mentioned in https://github.com/jashkenas/docco/pull/251 is not a typo. Hightlight.js does not...
Similar to issue #34, In my GitHub PR, I get the message: > had a problem deploying to PR staging This links to a page that says > 404: The...
Any chance of sourcing and supporting some 6k content? I have seen people mention the Apple TV aerial videos were shot in 6k, though I haven't been able to find...
**Describe the feature or problem you'd like to solve** If you try to run `glab mr create` on a branch that only exists locally, a merge request is created from...
I have a monorepo using npm workspaces. This action worked with lerna + yarn workspaces, but is failing after switching to npm workspaces. It seems that `restoreCachedNpm` is trying to...
Bug report - version 1.11.0 - platform Mac OS X # expected behavior With the following: ```json "scripts": { "start-server": "yarn start", "test": "mocha e2e-spec.js", "ci": "start-server-and-test start-server http://localhost:8080 test"...
You have an inline comment in the code that suggest you can use node-config as follows: `const { myConfig } = require('config')` https://github.com/lorenwest/node-config/blob/78f88fbd9855131dea0aea23258abb9f992716cb/lib/config.js#L110-L118 Is this correct? Wouldn't that conflict if...
(firstly, great product ❤️) Say I have the following checkboxes for widths: If I want to hide 1024 and show 1180, I would expect to be able to: - click...