Alex

Results 49 comments of Alex

@gelsas there is a "How To" section in [README.md](https://github.com/aFarkas/lazysizes/blob/gh-pages/README.md)

Seems like a really small and straight forward change, perhaps this could be merged? cc @FiloSottile

Based on @nelson6e65 's code, here is more DRY albeit somewhat verbose alternative: ```bash #!/usr/bin/env bash phpcbf "$@" exit=$? if [[ $exit -eq 0 || $exit -eq 1 ]]; then...

I think it is due to use of `window.requestAnimationFrame` under the hood. I could be wrong but I think it is due to better animations with `window.requestAnimationFrame`, e.g. [SO example](https://stackoverflow.com/a/38709924/4343719).

I am also looking to add autocomplete for prophecy but it seems it is not as easy as other libraries/frameworks. It looks like prophecy is using a lot of "magic"...

While not available out of the box, I believe it _might_ be possible to polyfill the missing functionality by [adding custom selectors](https://playwright.dev/docs/extensibility#custom-selector-engines). I do agree it would be nice to...

I see. It makes sense. In that case, how come, there is InheritedFrom field? Is it because of the used class for that cmdlet?

I wouldn't say it is extremely misleading. From what I understand in terms of UI, output fields which are empty can cause confusion. I suppose if you could hide InheritedFrom...

This is a little embarrassing but in my case (was experiencing the same issue) I have mixed up the local and remote paths! Double check to make sure your first...

I know this is an old issue but I had encountered myself the same problem so I am sharing my solution here in case someone finds this: Broken code with...