Mordi Sacks

Results 17 issues of Mordi Sacks

Currently smsQ transfers all messages, including from blocked contact, is it possible to add an option to ignore messages from blocked contacts? Thank you.

I Added Lorem and Text in Hebrew (he_IL). The text is The Little Prince By Antoine de Saint-Exupéry from wiki source

enhancement

the has function ```php Superbalist\Flysystem\GoogleStorage::has() ``` Does not return true for directories.

What is the shortened length?

question

I did not know where to post this, When Aerial TV is running on an RTL (right to left) device, the channel list is all messed up it displays a...

In my use case I have 3 different kinds of users each with their own guard Would it be possible to support this?

Hi, I wrote a few lines of code, that rechecks selected items Add the code in init.php after line 188 (search.$response.html(data);) ``` search.$response.find('input').each(function (k, v) { if (search.$idInput.val().split(',').indexOf(v.value) >= 0)...

webauthn no longer accepts padding in clientDataJSON this sould be corrected in `resources/js/webauthn.js` at `WebAuthn.prototype._bufferEncode` a quick temp fix on `project/resources/views/vendor/webauthn/authenticate.blade.php` add ```js data.response.clientDataJSON = data.response.clientDataJSON.replace('=', ''); ``` to the...

cannot login because axios is not loaded to register and authenticate views axios is set to dev url should be changed to a production url ```html ```