Paolo Dina

Results 32 comments of Paolo Dina

@tuliogoiania I don't know what you mean by "not works". Don't you think it's a bit vague? Anyway, try this fork https://github.com/markeeftb/cordova-bring-to-front. It adds a `package.json` file (missing from the...

I'd appreciate your opinion on this. I feel like I'm overlooking something, but if we create a new `release.sh` script in `build/` which: - use `poetry version` to update version...

Thanks for the explanation! :pray: I already configured a bump command for make very similar to yours and it works well. I'd like to contribute with some sort of PR,...

``` $ postcss --version postcss version 5.0.4 $ nodejs --version v0.10.25 ```

Hi Yuri, thanks for your reply. I have added promise support installing es6-promise patch with `npm install -g es6-promise --save-dev` Then, /usr/local/bin/postcss contains: ``` #!/usr/bin/env node require('../'); require('es6-promise').polyfill(); var postcss...

well, just to point it out after spending hours... the third argument changes everything: doesn't work ``` formData.append('mediaFile', blob) ``` works ``` formData.append('mediaFile', blob, 'mediafile.png') ``` @zhanziyang would it worth...

Old issue but I think it's still relevant, this won't work: ``` fd.append('image', blob) ``` Even without using Formidable, if you add a third argument it will/should work. ``` fd.append('image',...

@gbartolini I see your perspective/bias about postgres, but even fitst I wonder why a noqsl db has been chosen.