Teddy Katz
Teddy Katz
Is this still something we want to do?
I don't think this issue has been fixed. If I'm understanding correctly, #33 fixed https://github.com/estools/escope/issues/130, which is a separate issue.
I found JSX easy to learn after knowing JS because "A JSXElement is just an expression" is a very simple mental model to understand. To me, it seems like introducing...
Thanks for the report. I agree that the code example you pointed out could be written better -- feel free to make a PR if you'd like.
Sorry, I lost track of this issue. Actually, I think there are methods for the first two: * [Subreddit#getNewComments](https://not-an-aardvark.github.io/snoowrap/Subreddit.html#getNewComments__anchor) * [RedditUser#getComments](https://not-an-aardvark.github.io/snoowrap/RedditUser.html#getComments__anchor) But you're right that the API for multireddit comments...
I don't object to adding this/saying it's okay to implement. There are a few complexities that we might need to deal with or make a decision on: * What configuration...
Snoowrap seems to be missing a dedicated method for it, but you can do `r.oauthRequest({ uri: 'r/theSubreddit/about/traffic' })` to get the traffic page.
Hi, Could you share the code that you're using? It's hard to tell what's going on without any code. My best guess is that you are trying to get information...
This seems like it might be a good idea. I have a few potential concerns: * It's only possible to disable warnings after constructing a snoowrap instance, and the user...
My guess is that your OAuth token did not have sufficient scope to modify the subreddit stylesheet, or you weren't a mod on that subreddit.