Austin Bingham
Austin Bingham
Is there a hosted version of decktape anywhere? I'm picturing a simple webpage to which I can give a URL for a presentation and have it give me the PDF....
Is it possible to extract the title of a presentation and embed it in the exported PDF? I've tested a few of the generated PDFS using PyPDF2, and none of...
Is there any support for doing undo/redo for multi-project refactorings? If not, are there plans for this?
Right when a texture fails to load for some reason, we can't tell why it failed because we just get a `Nothing`. Could you change this API to use a...
Many of my projects have a `.dir-locals.el` that does something like this: ``` ((nil . ((eval . (unless (and (boundp 'pyvenv-virtual-env-name) (equal pyvenv-virtual-env-name "my-project")) (pyvenv-workon "my-project"))) ))) ``` I do...
I have a situation where I need to store the state of the terminal at some point and restore it later. For pyte's `Screen`, is it sufficient that I a)...
The core of this proposal is to introduce an intermediate form of parsed data between the stream and the screen. Rather than the screen feeding its parsed results directly to...
# Prereqs - [x] Are you using the latest released version? Using 2.2.0, latest release on PyPI. - [X] Provide the output of ``pip list`` from the virtual environment you...
In #515 is was pointed out that the 'excluded-modules' feature doesn't work right now. We should re-implement this as a filter.
This might make the marshalling code simpler. And it might be just neat to try.