Scott Dutton

Results 125 comments of Scott Dutton

We self host hoppscotch currently, our build process is as follows ``` - git clone --depth 1 --branch v1.12.0 https://github.com/hoppscotch/hoppscotch.git - cd hoppscotch - sed -i 's/"~\/plugins\/vuex-persist", //' nuxt.config.js -...

This option is already supported ? git diff origin/master --name-only -- '*.php' | parallel-lint --stdin Will use git as your VCS to tell parallel-lint which files to look for Example...

The error in the last screenshot is from npm by the look of it. The files in vendor/bin are symlinks and should be callable even on windows

have you got a repeatable case ? Could you upload the docker file for example ?

Thats in the node one ? The docker compose file doesnt seen to have valid stuff in either, can you link the whole tutoral ? This doesnt seem to be...

Possibly, that error is about node_modules not composer. If its paid, I would ask the author whats going wrong. This is not a composer issue though

what does `echo $PWD` show ? Also not sure why you need the $@ there as there are no arguments to pass (I assume the snippet above is from a...

It has added it, there is a setting which removes the extension and the trailing null is removed

While a better fix is being worked on is it worth just adding .replace(/\0$/, '') to remove the null byte ?

Running ant jarbundle did fix this for me. Though now no errors show and nothing is discovered