Patryk Janik

Results 9 comments of Patryk Janik

`npm install -S three.interaction --force` Fixes it, but could have potential issues.

I don't get it. It was working a week ago and now it stopped due to this error. So strange, but I've got it too and would like to solve...

As a temporary solution I have removed plugin at all and used nodemailer (https://nodemailer.com/smtp/#tls-options) node plugin for this. There is almost identical configuration so small effort was needed to accomplish...

Eslint errors show it wants 4 spaces instead of 2. This rule says I want 2 spaces: `'@typescript-eslint/indent': ['error', 2],` And I have got them. Eslint error says "Expected indentation...

@jacopocolo 1. Any points that are not straight-line looks like above 2. I am using setPoints 3. my second parameter looks like this: `line.setPoints(new Float32Array(points), p => 1);` So it...

> adding more points in your geometry could solve the problem I thought about this too, but I am not sure about the performance + I would need to calculate...

Got the same error. If you have e.g. such sign: ❓ in your code you cannot add it to aider and the app throws an error.> `UnicodeDecodeError: 'charmap' codec can't...

From this : http://blog.getpostman.com/2017/03/14/going-native/ > Previously, users of the Postman Chrome app had to download the Postman Interceptor Chrome extension in order to manage cookies and capture requests in the...