ltbyun

Results 10 issues of ltbyun

it seems no vacuum setter in SQLiteConfig, how can i set auto_vacuum = INCREMENTAL or auto_vacuum = FULL?

enhancement:SQLite
good first issue

### pnpm version: 7.9.5 ### Code to reproduce the issue: 1. **corepack enable** 2. **corepack prepare [email protected] --activate** 3. **corepack setup**, it set PNPM_HOME to user's env, and add %PNPM_HOME%...

type: bug

### Steps to reproduce ``` public class ProducingOrder { ... [Column(TypeName = "json")] public List MergeLens { get; set; } = new(); } ``` ``` builder.Services.AddDbContext(option => { var connectionString...

**build.gradle配置:** ```gradle buildscript { ext { springBootVersion = '1.5.13.RELEASE' } repositories { mavenCentral() } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") } } apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'org.springframework.boot' apply plugin:...

找了半天没找到相关文档, 就首页一个示例helperDialect=mysql, 那其他的呢? 源码里也没找到, 要不要藏的这么深啊, 为什么不在项目首页里把各个参数的意义和可选值说明一下呢

sometimes there's no need to add an extra json lib while there exists one.

万一你这边因为各种原因挂掉了, 大家还能自建

when i use hangfire in asp .net core min aot api, it says: 3>Hangfire.NetCore.dll: Warning IL2104 : Assembly 'Hangfire.NetCore' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries

t: feature-request