Results 66 comments of Janis Jansons

Looks like they were silently moving towards the pro version from 2017 without letting others know. Their previous free versions in the JetBrains repo contain some additional functionality that is...

@sorenmarkert, no, only some features seem to be missing. I started outlining those in the plugin description ( https://plugins.jetbrains.com/plugin/12639-integration-for-sap-commerce ). Seems like they did publish all of the bug repository...

@AlexanderBartash, ah, thanks for the explanation and your contribution to the open source community! I just want to correct you - the "sign-off" is not an agreement to give the...

@AlexanderBartash I will probably do the minimum to keep it working with upcoming IntelliJ IDEA versions for some time, but I don't plan on adding anything too cool to it...

@divyakumarjain not sure what would be the purpose of it since there is no organization. If some miracle happens and some active contributors appear, I'll give them write and merge...

I have plans to make it measure data usage for the whole network interface but there is no easy way to change how the data is being routed. (It should...

Good idea, I added v1.1 tag.

Yes, seems like Github didn't want to include it in the release automatically. :sob:

Thanks for quick response! Well, actually I did `npm install --arch=ia32 --msvs_version=2013` and then `nw-gyp rebuild --arch=ia32 --target=0.12.3 --msvs_version=2013` so it should have set the /MACHINE:X86 in pdfium.gyp but it...

You should look into Postscript format because probably all printers understand postscript. Right now you can convert to postscript using pdf2ps (comes with Ghostscript). I tried converting pdf file to...