Ram Rachum

Results 189 issues of Ram Rachum

Sometimes I have a file in-memory, not saved to disk, and I'd like to add it as an attachment. Currently `add_attachment` only works on files that are saved to the...

enhancement

They're the main arguments, they shouldn't have flags.

The "Loading images into the texture cache" section goes too in-depth about several different ways to load images. This is a tutorial, not documentation. That's before we learned to create...

I'm learning Pixi.js for the first time. This tutorial digresses _a lot_ . We haven't learned how to make things move yet, but there's an entire section on how to...

I'm building a solution for my team to run tests and debug them. Tests are run by pytest and PuDB is the debugger. I use `pytest-pudb` to launch pudb, but...

Hi, I want to use PuDB's remote debugging capability. I tried it, and it works (which is amazing!) but the fact that I have to determine the term size in...