Wesley Zloza

Results 14 comments of Wesley Zloza

I noticed this issue as well. It would also be nice to set a destination for an external PDF/page. Right now it looks like you can only assign it to...

That is a good point, I am currently running Node.js v12.16.1 - that was the LTS version when I first started the project. I will update to version 14.15.4 and...

I am unfortunately still experiencing the issue. I created a new project where I only have sppull as a dependency. I then followed the suggested code listed in the README...

I'll see what I can do to contribute as well. I'm not too experienced with TypeScript but if I have time this weekend I'll take a shot at it.

The error handling seems to be functioning as expected but I'm still having issues downloading the remote content. I'm going to try another SharePoint site and see if its a...

This is a very late response 😬. I can't seem to pin point where the issue lies. I'm running isolated tests with version 2.7.0 with various SharePoint sites in my...

I believe I've pin pointed the issue to some change made between version 2.6.4 and 2.6.5. The recursive folder / file search breaks on my end with versions 2.6.5+.

I'm going to clone these two commits [Async/await refactoring](https://github.com/koltyakov/sppull/commit/e7921cc1b18d05baf298cc4aa5489b9cdf733b1e) and [Version bump](https://github.com/koltyakov/sppull/commit/a6969e740bf5a89f8dd9dc9121b4d8c55a5c31ba) to see what of the two commits between v2.6.4 and 2.6.5 could be causing my issue.

> > > I'm going to clone these two commits [Async/await refactoring](https://github.com/koltyakov/sppull/commit/e7921cc1b18d05baf298cc4aa5489b9cdf733b1e) and [Version bump](https://github.com/koltyakov/sppull/commit/a6969e740bf5a89f8dd9dc9121b4d8c55a5c31ba) to see what of the two commits between v2.6.4 and 2.6.5 could be causing my...

I believe I got it to work but I'm not exactly sure if its the right solution. Every time you need to query for a folder I made the following...