Filip

Results 36 comments of Filip

+1, wasnt sure this was the right place but as i see this i know it is, i wanted to open an issue, 4.6.3 that the steam-runtime sdk currently has...

It's been a long time but this works for now if anyone's interested and checking this out: ``` from os.path import splitext from textract import process switcher = { "pdf":...

The output from the console is that it needs to be a String, Bytes, ... but this is a generic message, so the underlying tools support Bytes/Streams I was hoping...

Just came across needing this for pdfminer How unreadable would it be to be able to specify args right in the method if the methods are all one word anyway?...

What about other methods, e.g does pdfminer or tesseract always return utf-8? Should we attempt to use chardet from the textract package or ``` from textract import process from chardet...

I made an opsie when opening an issue... nonetheless a bit late but... ``` for file in javascripts/*.js; do if [ ${file: -6} != "min.js" ]; then babel-minify $file -o...

A shame if this is really dead, the last publish was 5 months ago

I believe u can solve this by installing the linux kernel headers...

ummm after making these changes I'm getting this output... any ideas? ``` make ARCH=arm CROSS_COMPILE= -C /lib/modules/6.1.21-v8+/build M=/home/pi/temp/rtl8188eus modules make[1]: Entering directory '/usr/src/linux-headers-6.1.21-v8+' warning: the compiler differs from the one...