Results 367 comments of Niccolò Belli

> Anyway, let's verify the root cause first. Once we know what it is, I am sure there will be a lot more solutions you can devise. I have the...

Weirdly `"jest.jestCommandLine": "source ~/.bashrc && yarn jest"` doesn't work either, in fact here is the output of `"jest.jestCommandLine": "source ~/.bashrc && echo $PATH"`: ``` /usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/16/bin:/usr/lib/llvm/15/bin:/usr/lib64/opencascade/bin --testLocationInResults --json --useStderr --outputFile /tmp/jest_runner_mikro_orm_1000.json...

> you need to put them into the same bash session, try "jest.jestCommandLine": "bash -c 'source ~/.bashrc && yarn test'" Nope, it's the same unfortunately. > Not sure what you...

Works fine on little endian. What am I supposed to pass as `CMAKE_LIBRARY_ARCHITECTURE` for ppc64le? Just `ppc64le` or something like `powerpc64le-unknown-linux-gnu`? I know anything but an empty string will do...

The issue is only when we have merge conflicts. For example let's say that I run `tortilla step edit 9.1 9.2`: ``` $ git status interactive rebase in progress; onto...

See https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp/issues/121#issuecomment-328520916

I'm sorry but I cannot reproduce your issue. Can you please checkout [this repository](https://github.com/darkbasic/Ionic2CLI-Meteor-WhatsApp/) and then run the following: Shell 1: $ git clone https://github.com/darkbasic/Ionic2CLI-Meteor-WhatsApp.git $ cd Ionic2CLI-Meteor-WhatsApp/ $ npm...

Hi, unfortunately Windows can be a terrible environment for doing web development. I did develop on Windows for a while and it was a nightmare.

I use Arch Linux. Everything could be a factor, but nonetheless it should work on any OS with the right workarounds. Never got such error, but it means there is...

If you don't want to use `meteor-client-bundler` you should follow the MeteorCLI tutorial, unfortunately it is quite outdated and it will probably not work.