${Mr.DJA}
${Mr.DJA}
@oozcitak Hello! Any update on this? We can't trust that object keys are going to remain in the same order, children need to be contained inside arrays.
I found out that the received buffer actually contains a real DNS packet, but I noticed that the first 10 bytes are not a part of it: ```js console.log(Buffer.from('00000001080808080035', 'hex').toString())...
I ended up using the actual UDP associate feature of SOCKS v5 (https://github.com/ambrop72/badvpn/pull/71) to forward the DNS traffic. While this has worked fine, I couldn't find out how to re-implement...
> oh gosh ... all definition files [are automatically generated per each CI build step or locally](https://github.com/WebReflection/linkedom/blob/main/package.json#L19) before pushing to npm. Apologies I should've mentioned this as this PR is...
> did you solve this problem? I think that would work by simply adding "position:fixed" @siwon9898 No, I hadn't, I just reported the issue and stopped trying with it.
@OminousAnemone Thank you for pointing this out! [ReplyableContent#remove](https://github.com/not-an-aardvark/snoowrap/blob/master/src/objects/ReplyableContent.js#L20) only accept `options` object with one property (`spam`), others are not supported yet since the library haven't been updated in a while.
@OminousAnemone I checked the official Reddit API [docs](https://www.reddit.com/dev/api/#POST_api_remove) and I found no reference to `removal_reason`, but as far as I know, the docs page is outdated. However, PRAW [supports it](https://praw.readthedocs.io/en/stable/code_overview/other/commentmoderation.html#praw.models.reddit.comment.CommentModeration.remove),...
I think I fixed this bug, check this commit: https://github.com/not-an-aardvark/snoowrap/pull/338/commits/ebd3ab1c0d0a4b321657d0b0b90a61b56cbffe4e > - 🐛 Fixed a bug with `snoowrap#fromAuthCode` and `snoowrap#fromApplicationOnlyAuth` when they don't set the values of `requester.tokenExpiration` and `requester.scope`...
Update: Application Only OAuth is broken! 
@oakleyaidan21 `permanent` is not supported anymore. What's the current behavior of snoowrap when setting `permanent` to `false`?