Robert Bamler
Robert Bamler
Thanks for the quick feedback! I've moved the new code into the `if self.is_package - else` block and added a test. Studying the existing code for "normal" submodule discovery, I...
One problem I encountered: the HTML documentation for a native extension module now places all files in the top level directory. The contents of the files shows the correct nested...
Just tested it: - `import pyext.submodule` doesn't work; - `from pyext.submodule import variable` doesn't work; - however, `from pyext import submodule` works. ``` $ python Python 3.8.2 (default, Mar 2...
Thank you for the explanation! Unfortunately, setting `.__package__` and `.__path__` in the extension module doesn't help. I respect your decision if you don't want to address this. I'd just like...
Hi jskvbinmv, unfortunately, I have very limited time to work on Dontprint right now and porting it to a Google Chrome extension has higher priority for me, since I think...
I know this is an old bug but do you still remember which page was displayed when you clicked on the "Dontprint" icon? The "no tab with ID" error is...
Hi Boris, This implementation works well on my machine. Please let me know if you find any bugs or would like to have anything refactored. Robert
I can see how vectorizing would reduce overhead from python callbacks. Unfortunately, vectorizing is only possible for encoding; when decoding a symbol, the decoder cannot know where to evaluate the...
Thanks for reporting! With "orders of magnitude more efficient", are you referring to bit rates or run times? Regarding bit rates: constriction requires its users to provide the entropy model,...
Friendly ping @aegroto, did you manage to come up with some test case where the bit rate of constriction seems surprisingly high? Even if it turns out to be due...