Ruslan Stelmachenko
Ruslan Stelmachenko
If I already generated project with older version of generator-ng-poly and then update generator itself then my gulp/*.js files in project are still older version. How to update them? Now...
### Description See the Step 11 of "Steps to Reproduce" section for the description of the bug. I don't know how to describe it in isolation of the steps to...
### Module Core ### Testcontainers version 1.19.8 ### Using the latest Testcontainers version? Yes ### Host OS Windows 11 ### Host Arch x86 ### Docker version ```shell Client: Cloud integration:...
## Expected Behavior All timestamp columns should have type `DATETIME` for [MySQL reference definition](https://github.com/kagkarlsson/db-scheduler/blob/679332b2bfc6408bf6dc5213843f8cc345ab2dcd/db-scheduler/src/test/resources/mysql_tables.sql). ## Current Behavior Currently in the [MySQL reference definition](https://github.com/kagkarlsson/db-scheduler/blob/679332b2bfc6408bf6dc5213843f8cc345ab2dcd/db-scheduler/src/test/resources/mysql_tables.sql) all timestamp columns have [`TIMESTAMP`](https://dev.mysql.com/doc/refman/5.7/en/datetime.html) type. Related...
When I use `WebSocketStompClient`, then `StompSession.subscribe` method returns `Subscription` which extends `Receiptable`. The `StompSession.send` is also returns `Receiptable`. This allows to call `Receiptable.getReceiptId()`, `Receiptable.addReceiptTask(Runnable runnable)` and `Receiptable.addReceiptLostTask(Runnable runnable)`. These methods...
### Environment Node Version: v18.20.3 Nitro Version: 2.9.7 ### Reproduction In [this example](https://stackblitz.com/edit/nitro-route-rules-dev?file=nitro.config.ts) `/hello.txt` route should return `Content-type: application/json` header, and it does work in the PROD mode, but doesn't...
### Description Currently the clickable area of the disclosure widget in the Database Navigator view is too small and it starts not even from the left edge of the disclosure...
I'm not sure if this is a bug or just an ambiguously documented feature, but I always thought (and I believe it worked like this in the past, but I...