Jonah Lawrence
Jonah Lawrence
The code currently uses the default PHP NumberFormatter to automatically format the numbers based on the locale passed in the `locale` parameter. So if `locale` is set to `ar`, it...
Translation of the Reddit UI into other languages should also be addressed https://www.reddit.com/r/reddit/comments/v3frc1/what_were_working_on_this_year/
From what I can tell, it doesn't appear that the XML feed or API have a way of distinguishing between "shorts" and regular videos. Maybe a filter on the maximum...
:+ is Kleene plus from Regular expressions meaning "appearing one or more times" :* is Kleene star meaning "appearing zero or more times"
Good observation. That does work for Button menus, but for reaction menus it works differently. ```py class NonInheriting(menus.MenuPages, inherit_buttons=False): @menus.button("\N{WHITE LEFT POINTING BACKHAND INDEX}") async def my_first(self, payload): await self.go_to_previous_page()...
It seems like a default settings change with new repositories. I think the read and write permissions configured at Settings > Actions > General at the bottom should allow it...
It may be because the workflow is being run in a different repository, default GitHub tokens created for workflows in forks may have limited permissions, though I'm not sure what...
Maybe not an ideal solution, but I suppose one way to test the workflow is by pushing it to the main/master branch of a fork.
> As you are using the action [JamesIves/github-pages-deploy-action/discussions](https://github.com/JamesIves/github-pages-deploy-action/discussions/), maybe I can ask there to see if they have more insight? Yeah, the action is a composite of 5 steps and...
This is also an issue for being able to open a Copilot Workspace from an issue (a feature currently in technical preview). The "Open in Workspace" button gets removed from...