CrustyJew
CrustyJew
> Use Unpkg: https://unpkg.com/vue-draggable-next Current: https://unpkg.com/[email protected]/dist/vue-draggable-next.global.js This is actually a different package, this is the url you'll want https://www.unpkg.com/[email protected]/dist/vuedraggable.umd.js
> You can always use Unpkg cdn: https://unpkg.com/vue-draggable-next Wich turns into the current one: https://unpkg.com/[email protected]/dist/vue-draggable-next.global.js This is actually a different package, this is the url you'll want https://www.unpkg.com/[email protected]/dist/vuedraggable.umd.js
Unfortunately this branch isn't maintained any more. Feel free to submit a pull request over on my branch (https://github.com/CrustyJew/RedditSharp) which is what the current NuGet package is based on.
This branch is unmaintained, feel free to submit a pull request to my branch that is being maintained https://github.com/CrustyJew/RedditSharp
Whats the implementation of `GetAllComments`? If you call `EnumerateCommentTreeAsync` on the `Post` this will give you an enumerator that does all the "more" parsing for you if that solves your...
@czf thanks for the help on this one.
Can you post a code sample?
What version of RedditSharp is this? I recommend upgrading to the 2.0 pre-release versions and trying that.
What version are you using? And what exactly is throwing that exception. Nothing's catching my eye that's wrong.
That 2.0 version looks correct, I haven't done nuget in VSCode (at least that what your IDE looks like). Try using that instead first. I need to just push it...