Evan Doyle

Results 34 comments of Evan Doyle

Closing since the commits landed through #259 !

Hi @Bongomannn , thanks for raising the issue. Could you try copying the exact contents of your `tach.yml` file here again, but put it in a code block with \`\`\`...

> OK, changes have been made. > > I haven't been able to run tach on it, however. Seems to be an issue with pydantic? I don't have time right...

Hey, thanks for raising this. In this example, Tach would determine that `import strawberry` refers only to the `"strawberry"` dependency, not the `"strawberry-graphql"` dependency, which would mean that the graphql...

@gwdekker This is correct. Right now, Tach expects that it will be checking imports in Python source files only, and this assumption exists throughout our other commands. The core use...

Great, thanks! Some pretty significant changes merged recently, so make sure you are branched off of the latest `main`.

@tiluckdave I am not an Apple Silicon so I won't be able to reproduce your situation, but my guess is that you are likely missing some system libraries. Unfortunately I...

@mvines This also occurs when using `getBalance`, and if I understand correctly it's because the value is coerced by superstruct into a `number`. Took me a long time to realize...

Appreciate the patience on this issue! If I understand correctly, you are saying that `tach check-external` emits errors when you use packages which are only declared in your compiled `requirements.txt`,...