Results 10 comments of LiuLiu

have the same issue with `[email protected]`, `[email protected]` and `"sourceMap": true,`, overwrite `sourceMap` in `tsconfig.json` in `cypress` folder does not work for me.

@nicktobey Seems this is not about the sequence of commands? I might be wrong since I'm not familiar with dolt implementation... A modified row is displayed as deleted and added...

i had the same issue, clear cache after the app is ready solves the problem. ```ts await app.whenReady(); const session = require("electron").session; session.defaultSession.clearCache(); ```

It seems this behavior is not specific to the Dolt Workbench. When start a dolt server using `dolt sql-server` and connect to it with a mysql client (`mysql -h localhost...

Thanks for the feature request :) I'm currently testing a Linux build configuration and will keep you updated on the progress.

Hi @pdenapo . An experimental ARM64 Linux build is now available in the [latest release](https://github.com/dolthub/dolt-workbench/releases/download/v0.3.20/Dolt-Workbench-linux-arm64.AppImage). Installation/running instructions: [Linux Experimental Build Guide](https://github.com/dolthub/dolt-workbench?tab=readme-ov-file#linux-experimental-build) Let me know how it works for you, thanks!

@pdenapo Great to hear it works on Arch Linux (x86_64)! Keep me posted on Debian, thank you!

### Trending 🟣 done ### Summary Fixed focus behavior for date/time inputs on Safari and fixed the playground story for controlled date/time inputs. ### Update **Before:** - When clicking on...

turning `no-conditional-expect` off for `vitest` like what we did for `playwright`