Collin Smallegan
Collin Smallegan
II recently setup a step-ca cert authority running a acme provisioner. The root ca is installed but yet win-acme fails near the end. The settings file has my provisioner url...
### Bug description When running the Prisma.model.findMany command one of my rows in sql causes Prisma to crash and output this error. Im not entirely sure if there's a malformed...
Hello, I was wondering if there was any support for apple metal or if golearn can utilize a GPU for training
I have a Mavic Air 2 with forward vision issues. I recently replaced the gimbal because it was involved in a crash. I am trying to see if i can...
I replaced the ptz and flex cable on a mini 2. I then was able to successfully issue the `Joint Coarse` and `Linear Hall` commands. The drone seems to be...
``` go type InventoryReceiptsLine struct { bun.BaseModel `bun:"table:inventory_receipts_line"` ReceiptNumber float64 `bun:"receipt_number,type:decimal(19,0),pk"` InvMastUid int32 `bun:"inv_mast_uid,type:int"` Ira []*InvTran `bun:"rel:has-many,join:receipt_number=sub_document_no,join:inv_mast_uid=inv_mast_uid,join:type=trans_type,polymorphic:IRA"` } type InvTran struct { bun.BaseModel `bun:"table:inv_tran"` TransType string `bun:"trans_type,type:varchar(5)"` SubDocumentNo sql.NullFloat64 `bun:"sub_document_no,type:decimal(19,0),nullzero"`...
I'm trying to build a query that goes two objects deep using ```go s.DB.NewSelect().Model(report). Relation("InventoryReceiptItems"). Relation("InventoryReceiptItems.OrderTransactions "). Where("receipt_number = ?", request.GetReceiptNumber()). Scan(ctx) ``` I am able to get the results...
I am trying to make my bun model based of an existing database schema. There is an existing table that has a column called TransType that contains the polymorphic key....
I want to change the authentication package to allow the token returned from Zitadel to the callback to be stored directly in the cookie rather than associating it with a...