hengchu

Results 5 issues of hengchu

The `dedicated_connection()` function returns `M::Connection`. For `bb8-postgres`, this type maps to the `tokio_postgres::Client` type. However, for receiving `LISTEN` notifications from `postgres`, we need the `tokio_postgres::Connection` value. Is there some way...

the 2 methods disableLeftFoldDragging and disableRightFoldDragging don't seem to be working

For this semester's independent studies, I have worked on profiling and implementing a new backend of the unbound library. My work consists of 3 parts: - profiling the current performance...

In the connect method, I don't see where I can pass in the option of user and password that corresponds to the pwdfile on the remote rserve server. How would...

Thank you for this wonderful package :) In my application, I'm using `OrdMap` to keep track of data structures that has many small updates. `OrdMap` helps me save memory, and...