cathino
cathino
## Description I have 2 struct: ```go //like gorm.Model type Model struct { Id uint `json:"id" gorm:"type: serial;"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` DeletedAt gorm.DeletedAt `json:"-"` } type DictionaryDetail...
### Describe the bug cannot build with tauri v2.0.0-beta.2 ### Reproduction _No response_ ### Expected behavior _No response_ ### Full `tauri info` output ```text [✔] Environment - OS: Debian 12...
```go package main import ( "fmt" jsoniter "github.com/json-iterator/go" ) func main() { m := map[string]interface{}{ "3": 3, "1": 1, "2": 2, } json := jsoniter.ConfigCompatibleWithStandardLibrary b, err := json.Marshal(m) fmt.Printf(">>>...
Sometimes users may encrypt/decrypt a large,is there any support for AES-CCM algo to do it? Thank you.
I paste the following table to quill in my project or https://quilljs.com/ , all the cells in thead will merged to one cell. | thead1 | thead2 | | ----...
**Jodit Version:** 4.2.10 **Browser:** firefox or libwebkit2gtk-4.0-dev in tauri 1.6 **OS:** debian12 **Is React App:** True **Code** ```tsx import React, { useEffect, useRef } from "react"; import { Jodit }...