Tsuyoshi Hombashi

Results 42 comments of Tsuyoshi Hombashi

@atoaster Thank you for your PR. The method looks like useful for some use cases. What concerns me is that the method name deviates from what the method does. The...

@hegjon Thank you for your report. Does this need to be corrected in the most recent time? If not, I would like to wait for Python 3.11 RC.

@hegjon The problem has been fixed at pathvalidate 2.5.2

@piscvau You might convert the JSON value to convertible format with `jq` command. e.g. https://github.com/thombashi/sqlitebiter/issues/58#issuecomment-532936700

https://github.com/thombashi/sqlitebiter/discussions/89

Poll: https://github.com/thombashi/sqlitebiter/discussions/89

Hello, Thank you for your feedback. Unfortunately, there is no way to achieve that for now. However, I will consider implementing that feature for the future release. The initial idea...

As a first step, I had added `--type-hint-header` option at `sqlitebiter 0.24.0`. `sqlitebiter` will extract type hints from header suffix if the option specified. # Example ## CSV data: `issue59.csv`...

I had added `--convert-config` option to specify type hints for columns that related to #62. The option can be used only for `url` subcommand for now.

Hello, Unfortunately, neither can be done at the moment.