scriptPilot
scriptPilot
This is a (multiple allowed): * [ ] bug * [ ] enhancement * [x] feature-discussion (RFC) As mentioned within slack already, it would be great to have some drag...
**Works**: sfc.vue ```css body { margin-top: 50px; } ``` **Does not work**: sfc.vue ```css @import './style.css'; ``` style.css ```css body { margin-top: 50px; } ```
Hi there! Is there a way to prevent the removal of a dom object? So - I would like to have the creation and the update, but not the removal....
First of all thank you for the great piece of code! Some trouble I have ... following the documentation I expect to get an object of items for a collection,...
It would be great to have a callback whenever there is a token update (at startup and later) in order to save the updated token to the application store :-)
Hi Vladimir, There are issues with older browsers / Android versions to display ligatures (see https://github.com/google/material-design-lite/issues/1375). For Material icons, there is a mapping file for code: https://github.com/google/material-design-icons/blob/master/iconfont/codepoints Is there anything...
I would appreciate to see allday events as they are today but not allday events "lighter". The way Google handle it is good in my opinion. With many small meetings...
What I did: - created a new tab-based app - build for production - uploaded to Firebase Hosting - run Lighthouse Test What I expected: - all green :-) What...