Sergiu Cazac

Results 22 issues of Sergiu Cazac

### 🆒 Your use case Sometimes we have this setup: ``` @font-face { font-family: 'Biennale'; font-weight: 400; font-style: normal; font-display: swap; src: url('~/assets/fonts/Biennale-Book.woff2') format('woff2'), url('~/assets/fonts/Biennale-Book.woff') format('woff'); } @font-face { font-family:...

enhancement

# Environment Knex version: 3.1.0 Database + version: MySQL 8.3.0 OS: Linux/MacOS It seems like knex still doesn't support limit when using `delete`. `.where(...).limit(100).delete()` I see there's an older issue...