Savino Pio Liguori

Results 15 issues of Savino Pio Liguori

Hi, i want to ask if the suite supports also the Japanese NTSC Famicom :) Thank you!

Hello, i would love to use this as a component -> rgb converter, since i would like to use it on a European CRT. Is that possible? Thanks!

`const a = form.querySelector('input[name="email"]'); pristine.addError(a, 'asd');` It gives me: > Uncaught TypeError: Cannot read property 'push' of undefined at f.addError (pristine.min.js:1) How should i use addError()? Thanks!

I wanna ask if is possible to use the B to store stuff in a fluid way, like a very nice wrapper for localstorage that stringify everything and store it...

Hi, i keep getting this error while i try npm install on my project: `npm WARN tarball tarball data for svg-to-pdfkit@https://github.com/alafr/SVG-to-PDFKit/tarball/master (sha512-Prh/h9CB1jBCBIjSLD6kvIWhMV5S25Bwv7yK0fYJSOTIyg1CmU9OqNdRVCkdWyQY1Hkvm+1YdXJzh3xYupq1KA==) seems to be corrupted. Trying again.` Can you...

Hi, I literally can't figure out how to use v3 to set some exifs on a TIFF image. Can you provide me an example? Thank you!

Hi! In standard Go xml package is possible, thanks to reflection, to mix sax and struct encoding. Is there a way to do that here, or should i instantiate all...

Hello, here i am again. I'm trying to run some postcss plugins without luck. I'm parsing a sass file and then i use autoprefixer, and it works like a charm....

I added a position-sticky mixin, because this is needed by Safari. I also upgraded gulp-sass version, because previous wasn't working for me.