Brett Taylor
Brett Taylor
github wiki? readthedocs? a Docs repo that is all markdown files that get deployed with a static site generator (like nextjs, hugo, jekyll)?
It's been a while since I've seen this discussed but I think this project should get some attention soon. I think a good solution may be to use Github Pages...
reading over the documentation of gitbook makes it sound like it will solve a lot of problems. the git sync and change requests feature seem like a great way to...
we have github actions. https://github.com/Superalgos/Superalgos/actions
In other web application spaces, Environment Variables are used to provide secrets to the application instead of hard coding them into a plain text configuration file that is available directly...
Currently, it is not possible to configure the directories for Data, Logs, and Workspace storage. However, there are a couple of options available to you. You could: 1. use linked...
I can see value in an option to set a custom log location. However, I think there might be more features that have higher priority and might be completely missing...
I confirmed with postman that my credentials do work, and the end point is correct. So there must be something in this module. From what I can see, the auth...
I changed to twitter-api-v2 and that works perfectly
https://twittercommunity.com/t/oauth-1-0-with-postman-to-get-single-tweet-and-following-a-user-by-id-with-twitter-api-v2-0-essential/163033/6 This is how I got the auth to work. Then I just used the sample code from the repo