Stephen Karl Larroque
Stephen Karl Larroque
ahhh that's a shame because I wanted to use it but I need it to be under an opensource license, as this is one of the requirements in my project...
@andrienko Thank you very much for pointing out the headers, I think this could work out, but it would be great if the type of license could be clarified with...
Also thank you for linking to your repo, I will have a look for inspiration :-)
What about [brython](https://brython.info/) and [skulpt](http://www.skulpt.org/) as backends?
Please add this feature, this would greatly simplify the usage for lambda users, as the use would be symmetrical (instead of currently having one of the two users installing OnionShare...
First off, my congratulations to make a WebRTC file sharing app that finally works in my company's firewalled network! I have tried peermesh, peertransfer and file.pizza before, and they all...
I shared the same link across browsers and computers, so this was not the culprit of the issue in my case. Le lun. 8 juin 2020 à 22:28, embql a...
It happens also to me, in the console, didn't try jupyter. I am trying to make pdfminer works as a backup when the user does not have pdftotext installed on...
Indeed I can confirm the problem is that the path to "Scripts" folder is not in the Windows system path. The user must do that manually. I can't ask my...
Here is my wrapper when you copy pdf2txt.py as a local submodule: ```python class MyPdfMinerParser(ShellParser): """Extract text from pdf files using the native python PdfMiner library""" def extract(self, filename, **kwargs):...