c650

Results 19 comments of c650

`next->data` is moved though, right? How can we then destruct it?

You should make a PR then.

that sounds cool. how can we solve the problem of our `struct` definitions changing? We could just do it all in `bson` but that feels messy, error-prone

```rs #[derive(Model)] struct User { pub x: Vec } ``` now say i want to change user to ``` #[derive(Model)] struct User { pub x: Vec } ``` i need...

> it seems logical that the StreamingMigration type (or whatever we call it) should deal with raw BSON documents, instead of attempting to serialize and deserialize data for the user,...

Bump. I am having this issue right now.

https://github.com/googlecartographer/cartographer/issues/1498 could it be some issue like this?

I experienced a power surge and the file in the current tab (a config file, yay!) was corrupted. I could not recover the file. The recovery folder was empty. Ubuntu...

@as-cii In my case, the only corrupted file was the one in the open tab. The other tabs I had open were fine. It may be something with this auto-save...