Julian Pustkuchen

Results 46 issues of Julian Pustkuchen

Thank you for this wonderful lightweight alternative to jQuery. Now that [Google et al dropped IE11 support](https://www.searchenginejournal.com/google-search-ends-support-for-internet-explorer-11/421726/), I'm wondering how much smaller this library could get with dropping support too....

enhancement

https://photoswipe.com/ has this example on the frontpage: ``` import Lightbox from './photoswipe-lightbox.esm.js'; const lightbox = new Lightbox({ gallery: '#my-gallery', children: 'a', pswpModule: () => import('./photoswipe.esm.js') }); lightbox.init(); ``` and I'd...

Suggestion

Hi and thank you very much for this wonderful VSCode extension and the great Slidev in general! One problem I'm running into with VSCode and Slidev again and again is...

enhancement

The response size already seems to be handled by the plugin, as it shows > The response size exceeds 20 KB. Syntax highlighting has been disabled for performance reasons. This...

See question in https://www.drupal.org/project/cookies/issues/3301976#comment-14644957 cookiesjsr-preloader.min.js vs. cookiesjsr.min.js is unclear with only the minified source code. Could you add some documentation in the README.md about the two files and when to...

Using cookiesjsr (by the Drupal Cookies module), Google Pagespeed complains the following: https://pagespeed.web.dev/ Verhindern, dass in modernen Browsern veraltetes JavaScript bereitgestellt wird 0,15 s Dank Polyfills und "transform" können veraltete...

See drupal issue and discussion: https://www.drupal.org/i/3293376 Commit: https://git.drupalcode.org/project/cookies/-/commit/15cb8ea The change should be adopted here for: - Documentation - Example Code - Implementation

Same as https://www.drupal.org/project/cookies/issues/3303020 but for the cookiesjsr library. See the issue for details.

Hi Joachim, it would be cool to have this as npm package. Besides general benefits it would also be helpful to simply download the library with composer through asset-packagist: `composer...

Thank you very much for this great project! In one of our projects we experienced an issue where a connection to a clients server wasn't possible due to the hosting...