Nicolas Kopp

Results 14 comments of Nicolas Kopp

Hey @bakerkretzmar, I am on Mac OS Catalina, Using PHP 7.3.29 (cli) (built: Aug 15 2021 23:10:16) ( NTS ) here is the output of my build folder: sample code...

`dump` is a GameChanger!!! Makes life so much easier! Okay, I will investigate and see if I can work around this bug and implement my Minifier in a more convenient...

one more thing, dump() does not output logs to the build outout for me, but maybe I am mistaken where to look - can you please point me into the...

using something along the lines of this now and hope it does not break :) ```PHP $build_files = $jigsaw->getOutputPaths(); $build_files->each(function ($item) use ($jigsaw) { if (gettype($item) == "string") { if...

>It should just show up in your terminal, wherever you're running the build. it does not :-/ again, Mac OS, also recently upgraded to PHP 7.4, using zsh terminal. I...

nope, fresh install. If you want, we can set up a quick call next week and you can investigate my setup remotely :) If there is any other branch or...

Like this using [sal](https://github.com/mciastek/sal): ``` import sal from 'sal.js' if (document.querySelector('.progress-circle') != null) { sal({ selector: '.progress-circle' }); document.addEventListener('sal:in', ({ detail }) => { let circle = new ProgressBar.Circle(detail.target, {...

@tmechen > > If I'm not mistaken a preimage attack was done [here](https://news.ycombinator.com/item?id=28106867) > > hmmm > "This is so fake it's not even funny. These are just images generated...