Mark Vital
Mark Vital
I'm trying to test user creation and reset password workflow. It seems that email verification link in the email and reset password link don't work. When I create user via...
Hi, I'm running the GCS emulator following the instructions in README. I created the following directory structure: ``` storage |-->client-assets |-->some_file.txt ``` I run the emulator using the following command:...
Is there a good way to reference self-hosted fonts in my SVG file: ``` @font-face { font-family: "Roboto Mono"; src: url(#Some_URL_To_Roboto_Mono); } ``` Right now it generates URLs like this:...
Hi, Is it possible to drag multiple draggable instances at once? I’m using _draggable_ to manipulate geometric shapes. The objects are in different positions in DOM model, so I can...
If you create new image post, the images has fixed width in blog roll. It would be great to make width 100% by default. This will allow to read infographics...
It would be great to extend the library to support *srcset* `` parameter for responsive images. ``` ```
Hi there, I was wondering if it’s possible to inline blur placeholders as Base64 data URLs to reduce load time? In my current project, I display 50 images in a...