Lemonyte

Results 27 comments of Lemonyte

It seems that the `threedsmax` and `reactrouter` icons in `devicon.json` are causing the check to fail. The `detaspace` icon is in the correct alphabetical position.

@Snailedlt is this good to merge? Please let me know if there is anything else to address in this PR :)

This issue should be in [deta/deta-python](https://github.com/deta/deta-python).

Please use [Discussions](https://github.com/orgs/deta/discussions) for questions and help. 🙂

The length trimming logic is in `listing.js`. https://github.com/python-discord/site/blob/f4f359c1b28163383246c07de0ea0c6742169f2f/pydis_site/static/js/content/listing.js#L4-L39 After spending some time debugging this in the browser, it seems it doesn't work properly in lines 20-23. Is it worth it...

I think this should be handled in the template as well. The "expand" idea is worth trying, but I also don't want to lose the direct links to tags.

Here's a simple unblurplifier (unformatter) that turns PEP 9001 code back into valid Python. Is it hacky? Yes, but at least it works well enough to qualify for "if it's...

Add a `run` field to your Spacefile with a command to run your server. This will bypass the deprecated detalib component. [Docs](https://deta.space/docs/en/build/reference/spacefile#run)

Google likely flags the EXE file built by PyInstaller. You can try to download the source code and package it with PyInstaller yourself. It should be as simple as running...

@Kirakilly thank you for your interest in my first Python project. I understand there are major performance issues tied to the fact that the screensaver is written in Python and...