Jigarius
Jigarius
Doesn't work well. I spent 2 hours trying to adjust the `duration` / `speed`, but it just doesn't work well :( I think the plugin should detect screen size and...
Sure. Let me take a look and get back to you. Thanks a ton.
Looks like field extensions only work on output fields. One cannot do something like: use a field extension `PreventHtml`, to prevent the client from sending HTML in that field's value.
I'm fairly new to using this library, however, looking at the comments above, my vote goes for the possible use of `FieldExtensions`.
I've seen this one before. I think this happens when the library that reads a URL as HTML cannot determine the encoding for the page. That's when the `Result` class...
I'm not sure if it's the same issue, but I think I'm facing a similar CSS-related problem. On [my website](https://jerryradwick.com/videos/invisible-death-covid-19-lyric-video#content), the sidebar is sticky and for some reason, it resizes...
I am facing a [similar issue](https://github.com/amphp/parallel/issues/151) and I'll try out this Iterator approach. One of my goals is to be able to process, say, **8 items in parallel**. With an...
I am facing a similar issue. * I have a base theme, say `theme_base` – Base theme with UI pattern named `hero`. * I have a child theme, say `theme_child`...
I investigated the issue and ultimately it boiled down to something similar to PR 159. [My solution](https://github.com/nuvoleweb/ui_patterns/pull/266) ensures that the overrides get priority as follows (the one at the top...
Any luck with this one? I've used this on 3-4 prod projects. It'll be good if you could review and merge it.