Results 10 issues of Przemysław Kukulski

# Environment Knex version: 0.21.1 Database + version: postgres 12 OS: Linux # Bug 1. Description When the knexfile has `js` extension, typescript migrations and seeds can't be run. The...

Resolves #54. Alternative solution to #68. My implementation differs in the following ways: - fetch does not override signal's abort handler (one controller can cancel many actions) - abort results...

Here is code that reproduces the issue: `main.rs` ```rust struct A {} impl actix::Actor for A { type Context = actix::Context; fn started(&mut self, ctx: &mut Self::Context) { use actix::AsyncContext;...

C-bug
help wanted
A-actix

Hi! I have trouble inserting DateTime64 values into a table that looks like this: ```sql CREATE TABLE default ( `id` UInt32, `date` DateTime64(9, 'UTC') ) ENGINE = MergeTree() PRIMARY KEY...

Hi! It looks like clickhouse-rs does not percent-decode username and password strings extracted from DSNs. https://github.com/suharev7/clickhouse-rs/blob/1be33ab41dba1c99204c848c0a60bbd587a1eb02/src/types/options.rs#L527-L529 Because of that, it's not possible to pass a password containing `/` or other...

This PR is far from being ready for merge. Its purpose it to show how we might make the library more flexible and add support for Sentinel. Check out [issue...

Hi! We're using Sentinel to achieve high availability of Redis databases. It looks like the most popular Redis clients for Rust don't support it. I started digging into this topic...

example input for reproducing this bug: html number: 2014 delay: 10 time: 3000 this bug is caused by parsing numbers to int instead of rounding them. just replace parseInt with...

I wrote a type declaration file for jot, because I needed it for my collaboration framework project. I have not tested all operations and only those described in the documentation...

I would like to report an issue in page https://cpp-driver.docs.scylladb.com/master/topics/basics/batches/index ### Problem The document contains a link (url: http://www.datastax.com/documentation/cql/3.1/cql/cql_using/useBatch.html) that leads to datastax homepage. Also, "edit this page" button redirects...