David Corbacho

Results 18 comments of David Corbacho

Thanks, The image was taken from http://stackoverflow.com/questions/6018611/smallest-data-uri-image-possible-for-a-transparent-image

Thanks a lot Matthias, I'm sorry that I didn't reply before, I left it for "tomorrow", and I forgot. I'm thinking to update the article, because those functions have changed...

Yes, I used the installation script Got a new M1 laptop, installing everything from scratch (latest versions), iterm2, homebrew, fish, fnm. I restarted, to see if helps, it didn't.

I upgraded from nextjs 8 to next.js 12 and I got this error. I upgraded svg-sprite-loader from 4.x to 6.x and the error went away I didn't have any custom...

It seems a similar bug, and similar fix (missing spread operator) happened before https://github.com/jameslnewell/styled-components-breakpoint/commit/9b0819c2b20b7d4278d547817f2bfcc34ace7fe0

For reference ,In page.js they ignore: > Links that are not of the same origin > Links with the download attribute > Links with the target attribute > Links with...

@LucasAndrad I think ONLY if the user consents with your cookies usage, you should initialize TagManager?

I found something in the doc/index.html of this repo: https://github.com/GeSHi/geshi-1.1/blob/master/docs/index.html ``` If you're reading this, thanks for helping test GeSHi 1.1! This is the brand-spanking new version of GeSHi set...

About `paint-order`: implemented in Firefox 31, Blink (since Chromium version 35), and WebKit (since March 2014) browsers. Internet Explorer and Edge use the default paint order. Based on this article...