Sam Lord
Sam Lord
Closely related; if the data structure for the data of a http request is missing the `name`, `data` or `type` property the script crashes with no error to the console....
That's working great. Thanks!
I think it was already released. In 1.3.1 looking at the release notes. My last use of it looks like: ``` const sendData = (data) => { data.client = "Phone";...
Oh nice, it hadn't even occurred to me they weren't supported so glad it's helpful!
Ah, I see this was only added recently (00503ea, https://github.com/jetelain/ArmaRealMap/pull/174) and so probably hasn't yet been released?
No problem, thanks. Feel free to close the issue if it's not useful :)
Hi, I'm on mobile so apologies in advance for dodgy formatting. GetAllComments look like: ``` C# private static List GetAllComments(Post post, CommentSort sorting) { Task getCommentsTask = post.GetCommentsWithMoresAsync(0, sorting); getCommentsTask.Wait();...
Ok, think I've tracked down the issue. The initial issue I raised I think was a problem in my code, not the lib. However, there is a closely related issue...
@czf your changes didn't fix it, but a fresh look at your version and looking at Praw and SnooWrap meant I figured it out - thanks! @CrustyJew I forked cfz's...