Aashish Singhal

Results 10 comments of Aashish Singhal

> Playing off @pestbarn's comment, I was able to solve mine, by using `AOS.refresh()` after a small timeout to avoid adding any event listeners. > `setTimeout(() => {AOS.refresh();}, 500);` >...

> ```js > let scrollRef = 0; > > window.addEventListener('scroll', function() { > // increase value up to 10, then refresh AOS > scrollRef }); > ``` this did not...

> > I got the same problem currently with `` and the `loading="lazy"` attribute. > > This fix works fine for me after `AOS.init()`: > > ```js > > document.querySelectorAll('img')...

I have found that when we build the application the pdf generation starts to work. I saw that when I had not built the application, not even once, the resume...

are you facing this issue on local ?

I have found that when we build the application the pdf generation starts to work. I saw that when I had not built the application, not even once, the resume...

I have raised fix PR [here](https://github.com/AmruthPillai/Reactive-Resume/pull/1891)

this file has a basic guide for local running /Reactive-Resume/CONTRIBUTING.md

I have found that when we build the application the pdf generation starts to work. I saw that when I had not built the application, not even once, the resume...

I have found that when we build the application the pdf generation starts to work. I saw that when I had not built the application, not even once, the resume...