Bernd Wechner
Bernd Wechner
I actually found it thanks to: https://github.com/lettier/gifcurry/issues/23 But this issue stands. it would be a smoother experience if it was bundled in the appimage.
Ah, I was just going to report similar. I am using: ``` $ java --version openjdk 17.0.2 2022-01-18 OpenJDK Runtime Environment (build 17.0.2+8-Ubuntu-120.04) OpenJDK 64-Bit Server VM (build 17.0.2+8-Ubuntu-120.04, mixed...
I'd think it good enough to return the request as a well formatted text in a legal response (akin indeed to logging it to a text file and the serving...
My first night making any time for this project in many months. Sorry I haven't been back sooner. But Tonight I gave this a spin, and imagine my surprise to...
This is a great idea and it would rock if someone PRed it.
> @bernd-wechner what is the credentials to log Sorry, but I'm not sure what you're asking. Can you clarify?
@shacker, I run into file encoding issues with CSV files a lot. I have written a couple of small routines I use routinely to fix this. I will post them...
Here's the function I wrote: ``` import magic def file_encoding(filepath): ''' Text encoding is a bit of a schmozzle in Python and csv data files. Alas. A quick summary: 1....
Alas no, not I. No need for CSV import yet. I do have some PRs open for you though fixing stuff that I did need ;-)
One vote here to see this merged! It's been around long enough and seems to be part of the MarkDown Extra spec: https://michelf.ca/projects/php-markdown/extra/#spe-attr and be wildly useful out in the...