Allen Ho

Results 8 comments of Allen Ho

@a410202049 could you include code that can reproduce this issue? I would like to take a look at it

@tiangolo https://github.com/pypa/setuptools/issues/3452 there is an issue with importlib which is causing mkdocs fail to run because importlib-metadata is lower than 4.3.0. Currently the project has importlib-metadata stuck on 4.2.0 due...

@tiangolo I have merged 0.0.9 into the PR branch. All tests pass now :)

> First of all we have to import from sqlalchemy which I dont like. It is a bit confusing. Hence I would like to import it from sqlmodel itself. >...

> First of all we have to import from sqlalchemy which I dont like. It is a bit confusing. Hence I would like to import it from sqlmodel itself. >...

I think we can draw some inspiration to how `diff` behaves as part of GNU. Section 1.7 of this [manual](https://www.gnu.org/software/diffutils/manual/diffutils.pdf) states ``` diff determines whether a file is text or...

I updated the PR to accept a `behavior.force_text` or `INSTA_FORCE_TEXT` for clients to be able to opt in to text diffs on binary files. Also `cargo-insta` can take a `--text`...

> Also, a simple solution for #320 would be to just use `psycopg2` internally and use `driver` only to create a connection url, for example, by adding the `driver` parameter...