Arik

Results 6 issues of Arik

## Types of changes - [x] Bug fix (a non-breaking change which fixes an issue) - [ ] New feature (a non-breaking change which adds functionality) - [ ] Breaking...

Hello, I'm executing 2 queries as follows: ```js const mysql = require('mysql2/promise'); const pool = mysql.createPool(poolConfig = { // ... multipleStatements: true }); await pool.query(/*sql*/` START TRANSACTION; -- something that...

I want to start a command in a specific workspace folder. VSCode configuration files support [variables](https://code.visualstudio.com/docs/editor/variables-reference) and, for example, you can start a terminal in a workspace folder called "proj2"...

enhancement

When building a third-party component library, how would you deal with static assets needed for its components? For example: background images, fonts, etc.

Hi, the build stage fails on `RUN apk add...` with: ``` #0 74.20 capybara-3.39.0 requires ruby version >= 3.0.0, which is incompatible with the #0 74.20 current version, 2.7.6 ```