Judson Stevens
Judson Stevens
@kylemh @hollomancer - I'm missing some context here; Aaron and I think there has been some discussion around putting this into the initial form users fill out to even get...
Alright - if we have that information then I think we can work this one similar to the zip code one - we pull that information from the backend and...
The way I could see this working is to have the message information stored in Airtable - so process messages across the entire team/workspace, grab the usernames, and maybe have...
We've decided to go with a rewrite of the bot, so we're revisiting this one. We ended up going through the historical records of all the posts in `daily-programmer` and...
I've scoped this down to the following capabilities: - When a "manual" daily programmer is posted, as long as it has a line formatted as such: `== - Daily Programmer...
@aaron-suarez - how do you feel about switching to Github Actions? We'll need to discuss permissions to add secrets to the Github environment as I don't believe I have that...
I think a good first step here would be to have an inventory of the currently open regional channels. From a quick scan of public channels, this is what I...
@aaron-suarez - after working on this a bit for the rewrite, I think 3x requests per month is probably a little low. How about 3x requests per week? In the...
We'll be implementing this based on previous work into the new rewritten bot. This one is fairly low priority though so may take a bit.
I think this could be an interesting project to add into the rewrite. Looking at [this example for Discourse](https://meta.discourse.org/t/unformatted-code-detector-theme-component/112773) ([code here](https://github.com/discourse/unformatted-code-detector/)) I think we could translate this over to Python...