wackbyte
wackbyte
> Where can the password be set? The top of the account settings page has the password change form (above the account deletion one) so I thought the message wouldn't...
I think I'll try to add this :)
Hmm, I don't think it would be possible to implement this in a way to have the allocator shared between threads since the collection must keep a reference to the...
I checked, and `Bump`'s implementation of `deallocate` checks if the pointer was the last allocation in the arena and reuses the memory if it was.
It does seem to exist? (implemented [here](https://github.com/rust-rocksdb/rust-rocksdb/blob/f8906c39ac26d51b4f5873370c8e214ff86fa02c/src/transactions/transaction_db.rs#L965) and [here](https://github.com/rust-rocksdb/rust-rocksdb/blob/f8906c39ac26d51b4f5873370c8e214ff86fa02c/src/transactions/transaction_db.rs#L998))
`Db::contains_tree` (doesn't seem to be on crates.io yet)
[Hare](https://harelang.org)
Thank you!
Fixed upstream :)