Aj
Aj
Hey @agauniyal! Firstly, shouldn't custom tags be named like ` ` and so on? Also, by using these tags would just changing the code in css from using classes to...
Wouldn't something like `wf-` be a good idea? Also what do have in mind when you say composable? I'm pretty new to Vue.js @agauniyal
@imcorentin Hey! With Gatsby though, I'd tried a timeout on component mount/useEffect as well as a helper `onInitialClientRender` which is triggered after the site is loaded, they didn't seem to...
Unfortunately, with the Gatsby case, it still seems like I have to call `update()` on intervals to ensure that the scroll works correctly for all kinds of pages. ``` setInterval(()...
Verified fix! Thanks a bunch guys!
Considering the exact intention the package was built for, I'd agree that it's outside the scope. But this feature could turn out extremely useful for users. I'm considering the case...
Hey! I could add PyMongo and make it a template for Flask-MongoDB but wouldn't that be unsuitable for this repo? Cause this is a general Flask boilerplate?
I've decided to go on with making the pull request. Check out #20
Thank you @de-sh ! Awaiting the merging of #3 before we look into other PRs.
Sorry about the delay reviewing this - previewer isn't actively maintained. Thank you for the PR. Although, 2 questions to note: 1. A way simpler form of .gitignore would do...