jchristgit
jchristgit
See for example https://github.com/python-discord/site/blob/main/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md. Consider writing a script to grep through and find these cases.
We should make https://www.pythondiscord.com/pages/guides/pydis-guides/how-to-contribute-a-page/ more discoverable, from the Site contribution guide
This is a very cool idea, Mark. Thank you for creating it. > I realise this has to be done in Django, but I would like to enforce more constraints...
This is a great idea, Lemon. But should we extend the base off topic name model? I think creating a new "linked otnames" table with three foreign key fields may...
> Just to make sure I understand your proposal, you'd like to simply write actual files to disk rather than faking the filesystem in tests? Yes > Should the tests...
Hi @deadtrickster, thanks for the recommendation with using `platform_define`. I've set up some code locally that accomplishes adding this metric to the result on newer OTP versions but I currently...
Thank you!
Thanks for the reply. Adding a custom start for `stamp_key` definitely sounds like a possibility but I'm not sure if we might be able to do something better based on...
I might be a bit late, but can you try installing the `python2.7-dev` package? (from [this answer on SO](https://stackoverflow.com/questions/11041299/python-h-no-such-file-or-directory)) ```sh sudo apt-get install python2.7-dev ``` Hope that helps.
Hi @SebastiaanZ, did you have some time to check out this issue or do you mind if I snag it from you?