Tim Tomes

Results 100 comments of Tim Tomes

All Recon-ng does is make simple web requests. If it is unable to reach the various resources it is trying to reach out to, then you will receive connection errors...

All module related issues, including dependencies, should be raised in the [module repository](https://github.com/lanmaster53/recon-ng-marketplace/issues). A fix for this problem has been merged.

After a lot of testing and reviewing the code for this component, I think I found out what's causing my issues. The `$state.complete` method doesn't calculate the `scrollTop` like the...

Here's my temporary fix, which proves out the issue. The first line in my infinite handler stores the target element's previous height in the local state. Just like your component...

> I'v tried to reproduce this issue but it works just fine for me If you can manage to provide a fully functional example, it would help a lot. You...

Use the following App.vue in your stackblitz to replicate the issue. Notice how the final load causes a jump to the top. ``` import { ref } from 'vue'; import...

> Oh okay, now i see the issue. Thanks. Do you plan to fix it?

Any progress on this issue?

> > i have the same problem. Did you solve this? > > I have a PR for this, if possible you can try and test it. Thank you! Yes....

I think that's a great idea. It would need to be designed with cross-compatibility in mind though. Yes, I accept PRs.