Ethan Setnik

Results 148 comments of Ethan Setnik

I just started having the same issue while editing php comments

I have the same issue using `serverless-webpack` with yarn workspaces. In my case it appears that only a warning is generated `WARNING: Could not check for peer dependencies of `

@gregdingle I found that a specific set of changes fail on netlify but a different patch to the same file does not fail on netlify. I believe it's the same...

@agarzola that does indeed sound like what is happening. Could `patch-package` be made to detect whether the patch has already been applied and skip itself if this is the case?...

We are having a similar issue `encodeURIComponent(...).replaceAll is not a function` in: ``` TypeError: encodeURIComponent(...).replaceAll is not a function at strictUriEncode(../node_modules/query-string/base.js:8:62) at encode(../node_modules/query-string/base.js:256:27) at map(../node_modules/query-string/base.js:450:10) at Array.map() at stringify(../node_modules/query-string/base.js:429:14) ```...

Any updates on this? It would significantly improve the ability to make accessible tests.

+1 i see the same thing with long strings. It doesn't appear to happen at a specific char or length.

> EDIT: After another attempt I managed to identify the modified line from the react-native-document-picker package provoking the failure. It's from its android/build.gradle file where I commented the line buildToolsVersion...

I faced the same issue. I haven't dug into it too much yet. It's unfortunate as Apple git is very old.

@davidetruffo can you provide some further configuration to help me get it going? I believe I have the same environment as you. I'm using oh-my-zsh with plugins `git-flow-avh` and `git-flow-completion`,...