Callum Silcock

Results 10 issues of Callum Silcock

Am happy to submit a PR for this, just wanted to gauge interest Could be ``` gg bd Deletes local branch in repo ``` or ``` gg db Deletes local...

enhancement

RPM Builder is using [email protected] which includes minimatch which shipped with a [ReDoS Security issue](https://snyk.io/vuln/npm:minimatch:20160620?utm_source=bithound), updating to latest should fix this. There are breaking changes in newer globby versions [according...

**Describe the bug** Clean install using brew is throwing errors, I'm probably doing something silly as I don't have a full understanding of what's going on just following the readme...

Using the first example in the `readme.md` ``` import React from "react"; import {Helmet} from "react-helmet"; class Application extends React.Component { return ( My Title ... ); }; ``` I...

### Requirements - [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

bug

Have created a reusable Github action to dynamically label pull requests affecting packages in a monorepo / workspace that I think would work well for Babel's PR triaging process. This...

PR: Internal :house:

Unfortunately I have no idea how to do this, would be great if anyone could point me in the right direction

help wanted

Looking for a way to add string sets to seeds, when putting this in an array it just seeds a list Any ideas?

Fresh install from npm ``` $ node --version v8.2.1 $ npm --version 5.3.0 ```

(Strangely `vercel dev` does work though) How to reproduce: Setup new app ```sh $ bunx one Hello. Let's create a new ① app... ✔ Name … test-one-vercel ✔ Template ›...