Henrik Holst
Henrik Holst
I encountered the same error today with xlsx2csv.py v0.7.3 on a .xlsx `root@sql-sth:~# xlsx2csv.py fi-blanka.xlsx > out Traceback (most recent call last): File "/usr/bin/xlsx2csv.py", line 986, in xlsx2csv.convert(outfile, sheetid) File...
[fi-blanka.xlsx](https://github.com/dilshod/xlsx2csv/files/1782353/fi-blanka.xlsx)
Works beautifully! Thanks.
Interesting that -p and -r doesn't work in GNOME because (but I guess they use a different API perhaps) other applications like Rhyhmbox and Firefox (when playing a video, Firefox...
I don't fully understand what went wrong with the man page check, if any one could point me in the correct direction I would be happy to fix it.
> I'm afraid ssv is not a common technical term for this format. I think it's one of a [DSV (Delimiter-separated values)](https://en.wikipedia.org/wiki/Delimiter-separated_values) (oh, I've never heard of this but this...
> Would it be feasible to support @dsv(delim), so that one could write, for example, @dsv(";") did a quick look at this and there are some issues, for one bash...
> Since `@SSV` is ambiguous (between space or semicolon) and `@DSV(delim)` presents implementation issues, the obvious choice is `@SCSV`. This is confirmed by ChatGPT's advice: > > ``` > The...
Looking at the code this logging is only called when there is a problem so the bug looks to be more that gamemode_error_string() returns nothing on what the error is...
I wonder if this is possible connected to #426 since this is related to dbus errors and inhibiting the screen lock is done via dbus aswell.