Ovadiah Myrgorod
Ovadiah Myrgorod
I am trying to use AOS with Storybook (https://storybook.js.org) and it does not work.
@alakcreature Nope but I did what I wanted via CSS animation.
@bsweeney any updates on this?
@bsweeney, Which properties you need to set in order to make relative paths work? Are you taking about following methods? ``` $dompdf ->setBasePath($root) ->setProtocol('file://'); ``` If so, relative paths still...
Any success? I having same problem when using Lit.
Actually adding ``` declare module 'photoswipe'; declare module 'photoswipe/lightbox'; ``` into `ptotoswipe.d.ts` file in the component root fixed the problem. Looks like it is using JS exports but not TS...
This happens in node v 16
There is a workaround I used to make it work in TS. 1. Add `"allowJs": true` into `tsconfig.json` 2. Add following declarations into `photoswipe-dynamic-caption-plugin.d.ts`: ``` declare module 'photoswipe-dynamic-caption-plugin'; ``` 3....
@georgesq this is pretty big request and it will require to rewrite lots of code. You can add a new function ValidateMultiple that would return multiple errors. You also need...
There is a way to clone the repo, so you can create a new branch within cloned repo with no permissions needed. Once you done with coding you can create...