Craigory Coppola

Results 130 comments of Craigory Coppola

Sagg, you have to fork the repo and push your branch to your fork. After that you should be able to create a PR from your fork to this repo.

@Ishaan28malik if you are just wanting a front end that pulls from the md files I could do something in Hugo or Angular, your choice?

@Ishaan28malik I did it in hugo, but will change it if you'd like. Hugo made it really easy to work with, just some oddities with the current file structure. #50

@mrmlnc When checking this out in a bit more detail, it seems like when matching list segments the `globstar (**)` can't evaluate to zero directories at the **_beginning of the...

Followed up on this a bit more, the issue might be in micromatch or picomatch rather then the fast-glob package. It looks like for the above glob pattern, `makeRe` is...

There are definitely some changes that should be made to loosen up targetDependencies, in case a target doesn't exist on a dependency or params are invalid on the dep.

Hey @dteif, we have tests for this, and I use the local plugin resolution on one of my plugin repos, is there a chance you can post a link to...

Interesting, yeah this looks like a bug caused by yarn / npm workspaces. I wasn't aware that they linked node modules like that. I'll have to look into fixing this,...

@Hotell this is an interesting solution... we had debated in the past simply reversing the order of the checks (i.e. it would become is there a local plugin? no ->...

Can you post more of your github actions workflow? There are some details regarding it that could affect this.