Jarek Jakubowski

Results 28 comments of Jarek Jakubowski

After adding `@` to fwrite I get: ``` Warning: fseek(): stream does not support seeking in vendor/twistor/flysystem-stream-wrapper/src/FlysystemStreamWrapper.php at line 421 ``` https://github.com/twistor/flysystem-stream-wrapper/blob/master/src/FlysystemStreamWrapper.php#L421

``` $snippet = (new WidgetBuilder(SnippetWidget::class)) ->setTemplate('*foo*') ->setTarget(Target::END_OF_BODY) ->getWidget(); ``` then widgets can stay immutable :)

Could you check if MariaDB 10.2 gives same result? See https://github.com/bolt/bolt/pull/7477 and https://github.com/doctrine/dbal/pull/3189

As a reference, posting here a solution made by @CarsonF @zomars ``` {% set thumb = app.filesystem.image('web://' ~ thumbnail(entry.image, 'rss')|trim('/')) %} {% if thumb.exists %} {{ dump(thumb.sizeFormatted) }} {{ dump(thumb.info)...

This bug still exists in 3.5.2 and 3.6. #7291 does not fix it.

Fixed on newest 3.6 :) EDIT: not really...

I personally think setting `searchweight: 0` should do the same trick.

I like this thread and would love to see it in Bolt 4 - PRs are welcome!

Which 2FA provider would you want to integrate with? Do you know examples of how it is done in eg. Wordpress or October?

@rossriley thanks, it works :) However, how can I get it from inverse side of relation? >If you call it from reverse side {{ dump(relatedrecord.related('maintype')) }} you get ArrayIterator