git-marijus

Results 5 issues of git-marijus

In version 2 it was possible to get those values by something like that: ``` $rsa = new RSA(); $rsa->loadKey('some_key'); $rsa->setPublicKey(); $e = $rsa->modulus->toBytes(); $m = $rsa->exponent->toBytes(); ``` in version...

I am using jquery version 3.5.1 and justifiedGallery version 3.8.1 When using `div:not(#some_id)` in the selector options, the div with said id will still be turned into an gallery item...

This happens regularily when parsing certain feeds. Here is the trace: ``` PHP Fatal error: Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, bool given in /vendor/simplepie/simplepie/src/Sanitize.php:319...

### What you want to be added It would be great to be able to mark certain args or params to require interaction (a prompt for its value) before uploading....

enhancement
low priority