Robert Churchill

Results 36 comments of Robert Churchill

I think that release was published in February. I have 6.9.1 which says there should be a query object in the action payload (according to the TS defs), but it...

Presumably this is an easy fix if we have a decision on what the correct resolution is. I suppose removing query from the action would be the simplest resolution. `Omit`...

I assumed netlify-cli was installed locally (and thus up-to-date) but turns out it was a global installation through homebrew. After upgrading (6.9.30 -> 7.1.0) it looks like it's working as...

I have this issue again with all Netlify cli versions I've tried: ``` # homebrew global install netlify-cli/8.13.0 darwin-x64 node-v16.10.0 # devDep (before upgrade) netlify-cli/8.17.3 darwin-x64 node-v16.10.0 # devDep (after...

In case it helps, the use case is an npm module where I export a bottle container. Other modules can then consume these services but in some cases may either...

I was also looking for some description or spec for the ignore format. You often find subtle differences in ignore file behaviour (`*`, `**`, negation etc) so would be good...

@hdoro I think this was your publication? Is it possible to sync with the main branch and republish a new version?

I don't know if this needs a separate issue but I get the following error with "@netlify/plugin-functions-install-core" (yarn 3.0.2): ``` Error while installing dependencies in /opt/build/repo/functions Unknown Syntax Error: Unsupported...

This sounds a little like https://github.com/jscs-dev/gulp-jscs/issues/42