Eric Satterwhite
Eric Satterwhite
It doesn't look like anything ever passes the xapian flags into the query. which is odd as they have defaults, over rides and get assigned to the backend instance. is...
Yes, I would like to see this as well
@nicknezis Did it work with an older version? which version?
I think the link you posted to the helm chart is wrong?
Ok, I'm a little confused by this thread. There isn't a way to assign a foreign key with out saving out new records? Like `Model A` has a FK to...
Oh, So you had to do Object Relation mapping... @syzer Doesn't attach only work with collections / hasMany / many-to-many I don't think this works if related returns a model
what? That doesn't mean anything to me. A Blog w/ comments is still a has many. If you were going the other way and trying to retrieve the `blog` associated...
I think the problem is the reliance on the local repository and how it is assumed to have been created. If it isn't a full clone, this will generally happen....
Semantic release uses tags, that's how it understands the previous version. If it can't resolve the last version via repo tags, which it creates, it will assume no previous version...
ya, it looks to default to commit in code, but my config is pretty basic ```toml [tool.semantic_release] version_toml = "pyproject.toml:tool.poetry.version" version_variable = "benchmark/__init__.py:__version__" branch = "main" build_command = "poetry build"...