Kris Harper
Kris Harper
If a model has a property that is a complex type, [this line](https://github.com/moozzyk/CodeFirstFunctions/blob/master/CodeFirstStoreFunctions/StoreFunctionBuilder.cs#L155) throws an invalid cast exception. I tried to modify the code to flatten out the first layer...
We just installed this and it's working great on some of our repos, but on others, after merging a PR, we get a draft release that just says, "No Changes."...
Apologies for opening another issue so soon. Is there a property at the change tracker level that will indicate if *any* changes have been made on any of the objects...
I'm trying to use pathogen with a vimfiles directory on a network share accessible via a UNC path (e.g., \\networkdrive\profileDir\vimfiles). Pathogen does not seem to like this very much. I've...
I am working with some SQLAlchemy models that represent database tables that have double underscores in the column names. ```python class SomeModel(Base): column_a: Mapped[int] column__b: Mapped[str] ``` and I have...
### Python version Python 3.12.9 (main, Feb 4 2025, 14:38:38) [Clang 16.0.0 (clang-1600.0.26.6)] ### Operating system and processor architecture macOS-14.7.7-arm64-arm-64bit ### Installed packages ```python annotated-types==0.7.0 anyio==4.11.0 asgiref==3.10.0 asn1crypto==1.5.1 astroid==3.3.11 backoff==2.2.1...
1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes #2638. 2. Fill out the following pre-review checklist: - [...