Clemens Krack
Clemens Krack
The reason is, that webpack-encore-bundle's `EntrypointLookup` already has the css file in the returnedFiles in this line: https://github.com/symfony/webpack-encore-bundle/blob/a3382c840f74db83c3df42cd811e06934c422bd9/src/Asset/EntrypointLookup.php#L65
```diff // webpack-encore-bundle/src/Asset/EntrypointLookup.php public function getCssFiles(string $entryName): array { + dump('returned files:', $this->returnedFiles); return $this->getEntryFiles($entryName, 'css'); } // ... private function getEntryFiles(string $entryName, string $key): array { $this->validateEntryName($entryName); $entriesData =...
> You guys nailed it. I’m also not sure what the best fix is. We could reset in an e caption listener... but more abstractly, if you make a sub-request...
I have fixed this and other issues in [ckrack/scrollsnap-polyfill](https://github.com/ckrack/scrollsnap-polyfill). I'm using a different approach there, which parses CSS values, supports more of the spec and includes smooth scrolling.
The Guesser should be usable from outside and should have a method to get the guessed name instead of an anonymous Closure. I'm working on a code-generator for tests, that...
Thanks for reporting this. This will be part of a new release. I don't have a milestone yet, as i am on vacation in Sri Lanka - it's literally too...
Currently short on time, but i'd be happy to merge pull requests if anyone wants to step ahead. I'd completely ditch the old spec, to keep things tidy.
While I agree with the behaviour, there is a bug that prevents one from scrolling back to the previous element, when using snap-coords. Reproduce: See demo/coordinates.html Scroll to element 2...
Range selection (click first checkbox, press shift, click second checkbox, all inbetween selected) would be good. And select all on current page, too. Just as in gmail.
@cdevroe i can only guess what the cronjobs for oembed do (they don't seem to work in the oss version?). But would that be a possible approach to get the...