Óscar Otero

Results 324 comments of Óscar Otero

Not sure, is a cron process that handle hundred of icons. These errors are in the log file. I'm going to investigate.

Ok, seems like some favicons are not ico or png files, but jpg or gif and this library does not handle these formats. I fixed it using this library only...

I'm working in a PSR-15 middleware for this here: https://github.com/oscarotero/matomo-tracker and ported the library to PHP7, supporting PSR-1, PSR-2, PSR-4 and PSR-7 (currently in a very early stage). I'd prefer...

Great. I have a fork with inital changes here: https://github.com/oscarotero/matomo-php-tracker/tree/psr-7 - Compliance with PSR-1/2 code style - Removed the superglobals ($_GET, $_COOKIES, etc) and use a PSR-7 server request -...

Because the current package is registered as `piwik/piwik-php-tracker` in packagist, so it's a good chance to change the package name to "matomo". In any case, I think we can use...

My use case is this plugin for Lume (a static site generator for Deno): https://github.com/lumeland/lume/blob/master/plugins/parcel_css.ts The plugin gets the content of the css files, process the code and update the...

Ah, I didn't know that. I'm not familiarized with Rust + WASM, but for SASS, I'm using [denosass](https://github.com/hironichu/denosass) that is WASM and has access to the file system, I don't...

Oh, that's awesome! I'm looking forward to the next version. Thank you

Yep, the link in github-pages does not work, but in the README.md does. The correct link is https://github.com/oscarotero/node-sketch/tree/master/demos/scheme-explorer

This can be done, but requires a bit of work. To use this library, you need to know the data structure of the sketch files, in order to manipulate it...