Tsuyoshi Hombashi

Results 10 issues of Tsuyoshi Hombashi

I encountered the following error when I run `coveralls` with `coverage` settings written in a `pyproject.toml` file. This PR aims to fix the problem. ``` Submitting coverage to coveralls.io... Traceback...

_Originally posted by @wxng in https://github.com/thombashi/pytablewriter/discussions/40_

enhancement

Flatten JSON which has JSON schema format currently not supported before converting. Poll: https://github.com/thombashi/sqlitebiter/discussions/89

enhancement

For now, sanitizing functions will trim the trailing string when the byte length exceeds the `max_len`. This behavior may not be preferable in some cases. Make it possible to choose...

enhancement

Add an option to unescape HTML escape characters before conversion. Created from #92

enhancement

tcconfig `1.0.0` or newer includes several breaking changes: - [ ] Current `tcset`/`tcshow`/`tcdel` commands will become a single command - `tcxxx` commands will be sub-commands of the new command -...

enhancement

TODO

documentation

- [BatBadBut: You can't securely execute commands on Windows - Flatt Security Research]( https://flatt.tech/research/posts/batbadbut-you-cant-securely-execute-commands-on-windows/ ) - [VU#123335 - Multiple programming languages fail to escape arguments properly in Microsoft Windows]( https://kb.cert.org/vuls/id/123335...

Provides sanitizations/validations for characters that can be used in file names but have special meaning in the shell. Sanitization choices: - `NONE`: keep those special characters as it is -...

To anyone interested I'm currently using this tool less frequently, and I have limited time to maintain this project, so I did not have enough time to investigate and resolve...

help wanted