Jake

Results 26 issues of Jake

for uploading large files to GCS, it's recommended to use resumable uploads. If there's interest I'd be down to contribute this upstream to this crate. More details about how to...

enhancement

Make atom interning a built-in feature.

Need a packer for larger numbers. Would have to handle in a slower path though, as I'm not sure how we'd handle it in C world.

Need to implement packing and unpacking of these types.

Current iteration of decoder is mainly a cython compile/port of the erlastic decoder. I've optimized it to meet our needs of decoding lots of unsigned 64 bit integers, but I...

rust-analyzer already provides highlighting in these code snippets in documentation: ![image](https://user-images.githubusercontent.com/5489149/170612897-fd77898a-6a88-48b2-80fd-91cca7a1ed13.png) I think that it would be really awesome if we could also provide some IDE features in these snippets,...

S-actionable
C-feature
A-ide

Adds 2 utility functions ontop of the Entry API. - `OccupiedEntry.get_entry_mut` - for when you want a reference to the key, and a mutable reference to the value. - `VacantEntry.insert_entry`...

waiting-for-std

`mysql_backend__write` was resetting the prepared statement for `st_read_header` instead of `st_write`.

We encountered a bug with this driver, where an altered UDT would cause `cass_statement_bind_user_type_by_name_n` to fail on a prepared statement that was prepared prior to the db altered. I think...