Oleksandr Smyrnov

Results 5 issues of Oleksandr Smyrnov

Hi, Using GraalVM native image build can speedup almost any Java application and use less memory. I try to build native image from project that use jnr-fuse and get errors...

## Environment * **IntelliJ Rust plugin version: 0.4.200.5421-232** * **Rust toolchain version: stable-aarch64-apple-darwin rustc 1.72.0 (5680fa18f 2023-08-23)** * **IDE name and version: IntelliJ IDEA 2023.2.1 (Ultimate Edition) Build #IU-232.9559.62, built...

Here is a simple example: https://gist.github.com/smiera/762c200059a2960f142bc44466ecbdf9 1. On page `Menu #1` open dropdown 2. Switch to page `Menu #2`. Opened dropdown list is still open. If I remove NoTransitionPage in...

Here is a test example ```rust #[tokio::test] async fn test_query() { let pool = Pool::from_url("mysql://root:@localhost:3306/for_test").unwrap(); let rows: Option = "SELECT * FROM for_test WHERE id = ?" .with((1,)) .first(&pool) .await...

### Description **Actual Behavior:** The code waits for the duration specified in `.acquire_timeout()` (10 seconds in this example) and then fails with `sqlx::Error::PoolTimedOut`. ``` Attempting to connect... Failed to create...

bug