mikcl
mikcl
checked out this project and ran `swift build`, which gave me a collection of warnings, this PR addresses the warnings example warning: ```swift Sources/MolecularRenderer/MRAccelBuilder+Build.swift:102:15: warning: variable 'maxCoords' was never mutated;...
Addresses the issues discussed in https://github.com/philipturner/molecular-renderer/pull/8#issuecomment-1872286369 I made a few changes: 1.a) renamed `bypass_dependencies` to `vendor`. - condisered `dylibs` and `.dylibs`, but settled on `vendor`. Open to suggestions/changing it? 1.b)...
# array type insertion failing A table created with a column which is an Array type does not seem to work with insertions. This PR shows a simple example of...
## GORM Playground Link https://github.com/go-gorm/playground/pull/759 ## Description I want to have a table, where the colum can store an array, like `text[]`, The full datail is in linked go playground...