Luca Sartori

Results 7 issues of Luca Sartori

Hello wonderful people! I just came into the need of excluding a folder from my general svgo optimization and apply a different config to icons that are in that folder,...

The `@next` version of https://github.com/cmorten/deno-rollup does not provide any package when creating a new Snel project, resulting in the error >error: Module not found "https://denopkg.com/buttercubz/deno-rollup@next/plugins/terser/mod.ts". > at https://deno.land/x/[email protected]/src/shared/internal_plugins.ts:13:24 This _should_...

I attempted a quick fix as I saw that circleci is complaining on the `go get -u` istruction ad thus failing to do its checks NB: I didn't notice #196,...

It would be nice to be able to re-send an email from the log, so that if a customer complaints he didn't get an email we can send again with...

I'm trying to call `artisan` and hitting tab inside a project that uses app as docker container name for the laravel instance, but I'm getting the error ``` service "php"...

The `min-height: -webkit-fill-available;` part of `min-h-screen-safe` makes the page be scrollable over the end, even if the content is occupying less than half of it. I'm using a calc instead...

I am using the directive on a div and have another component inside it, when I click on the nested component it executes the function I connected to the directive...