Jakub Pastuszek

Results 8 issues of Jakub Pastuszek

I get a very high disk write and I/O write operations after enabling query history (even if using very high threshold so no queries are logged to the history table),...

enhancement

I had Delete option checked in User settings and empty Remote so I can set it up per Workspace. I run Rsync on unconfigured workspace (empty Remote) and got this...

Currently `affected_row_count` method is available for direct query (`Allocated`/`Executed`) and `Prepared` with `HasResult` but not for prepared query with `NoResult`. If you run INSERT via prepared query you can't get...

The registration is now failing as per announcement: https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430

When working with Jenkins or SSH colorization stops working due to standard output/error not being a terminal like output. Many terminal programs allow to force colorization of output in case...

I am using piz v0.3.1 and getting this panics while decompressing some e-mail attachments: ``` 7: core::panicking::panic_fmt::h12ac4570ea43d06f at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b/library/core/src/panicking.rs:92 8: core::option::expect_failed::h7e0f81ae38d4dc42 at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b/library/core/src/option.rs:1260 9: core::option::Option::expect::ha7330c96ed8c69f4 at /home/kazuya/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/option.rs:349 10: chrono::naive::date::NaiveDate::from_ymd::h16d7f41a3fe19334 at...

Not sure if this makes sense for this crate but I happen to need this. Current code: ```rust let mut foo: Foo = Foo::new(); foo.do_stuff_that_can_fail()?; let foo = foo; ```...

### Describe the bug On Firefox I get an error in JS console: ``` wasm streaming compile failed: TypeError: WebAssembly: Response has unsupported MIME type 'application/octet-stream' expected 'application/wasm' ``` This...