Christopher Allford

Results 25 comments of Christopher Allford

I didn't realize you could call files in `./node_modules/.bin` after the double dash. I guess it probably adds it to the `PATH` for the execution, eh? Thanks for that, it's...

I wonder if this might be better suited for its own flag? This pull request adds `"full-no-prefix"` as a flag option, but, I could see this feature being useful for...

Thanks for the feedback @nathanhammond! > we're looking into what operating as a global installation would look like My _first_ thought was that `turbo` from the global installation should proxy...

> We're definitely not going to be JavaScript-only forever. If you look at our own repository we have a Go project in here. We currently wire it up via package.json,...

> We are too! But we definitely have ideas. Right now the order of operations is pnpm install > turbo > package.json. That first step is kind of a bit...

@nathanhammond I've updated the pull request based on your feedback. * I put the compatibility check in the `config` package. It feels like it belongs here right now because this...

> When I circle back around to that would it be okay for me to cherry-pick your commit into my PR? Sure, there's not much to cherry-pick though :smile: Thanks...

Thanks @imanish003, I'll have to add patterns to the list of things I test blocks code with. I was also able to replicate this in the Gutenberg PR so I've...

That's good to know @spencerfinnell, however, in this case the problem lies in the very nature of sync blocks. [I documented my findings in the Gutenberg PR](https://github.com/WordPress/gutenberg/pull/58804#issuecomment-1939358439). Unfortunately, I think...

Thanks for the review @kmanijak! > Every time merchant edits the page the query IDs may change or replace. The pagination is based on the query IDs and links with...