xwiz
xwiz
For Laravel, you can replace faker image with `UploadedFile::fake()->create('random.extension');`.
I think when people abandon repos like this, others that have put effort like this should provide link to their fork for possible continuation
This would be a cool feature and will be negligible to the js size. Implementation works better than most I've seen but the on change values need updates. https://codepen.io/flostrasser/pen/NWxJXMY I...
Interesting. So if I already have a key pair, how do I encode them to be 'halite compatible'?
OK thank you.
I made a small helper as below and exported the new file to disk but it now says it's invalid _(must be CRYPTO_SIGN_PUBLICKEYBYTES long)_. I'm trying to load exported file...
OK thank you. I am not familiar with the key format generated by sodium. Assuming I want to use base64 form, is it safe to save rawkey file and encode...
@adrilo I noticed two tests are failing and it seems the test has an error... The two particular resource files involved are generated from a unix environment instead of the...
@rap2hpoutre if we can modify [exportOrDownload](https://github.com/rap2hpoutre/fast-excel/blob/master/src/Exportable.php#L92) function this way: ``` private function exportOrDownload($path, $function, callable $beforeCallback = null, callable $afterCallback = null, callable $callback = null) { $writer = WriterFactory::create($this->getType($path));...
@rap2hpoutre Do you need help with this? @Zigman13 maybe you can share the snippet you used?