Edit from 2022: Consider checking the Forum user manual if you're not sure if something you're looking for might already be possible.
Hello, Forum!
This is Aaron and JP of the EA Forum team.
We spend a lot of time working on the Forum, and we’d like to hear your ideas for making it better. These can be new features or other kinds of requests.
Even if you don’t have suggestions of your own, consider upvoting ideas you like from the comments. That will have nonzero influence on the features we prioritize (though we also take many other factors into account).
If you’d rather make a suggestion privately, get in touch with us through this page.
Edit April 2022: This thread is still very live as you can see by the continual influx of suggestions. We have now synced our asana project with our public Github issues list, so you can see our recorded tasks there.[1] I'd still recommend suggesting features here so that other users can see and discuss them. — JP
- ^
Note: there's a delay between when we write tasks down and when they get triaged into a state that gets synced with Github.
The LessWrong API does not seem to work using HTTP requests from a remote host (my machine).
To be specific, the following Python code shows an HTTP request for the GraphQL API.
The code demonstrates that the request returns the information correctly for the EA forum, but the same code does not work for LessWrong (see the
response 403
versusresponse 200
).Note that the "visual" GraphQL API for LessWrong works fine, which suggests there is something wrong/unintended about the above behavior.