Spencer Pogorzelski
Spencer Pogorzelski
## Update Pwntools First When reporting an issue, be sure that you are running the latest released version of pwntools (`pip install --upgrade pwntools`). ## Debug Output ``` +>>> from...
### Summary When I run `await vc.connect()` it hangs and doesn't return, despite debug logging saying the handshake was successful. Turns out that UDP connections where being blocked, but discord.py...
Closes #18
In discord markdown, you can use the syntax `` where TS is a unix timestamp. This will display the time to users in their local timezone for added convenience. Here...
Make getPageletiable accept custom JS and remove JSON requirement.
Would be useful to be able to suggest edits in a note/help message similar to how rust does it. Need to be able to provide a new version of the...
To get their recipes in search engine's rich recipe search results, many recipe sites describe their recipes with a JSON schema in a special HTML tag. Some recipe apps can...
Hey, super cool project. Take a look at [pest_derive](https://github.com/Nadrieril/pest_consume), its a very cool framework for writing pest parsers. It really cuts down on boilerplate and helps organize the code nicer.