Max Bruckner

Results 82 comments of Max Bruckner

This takes longer than anticipated, especially because some unexpected tasks with higher priority came up. My current plan: * [x] Make pairs of `to_json`, `from_json` for every struct * [...

> We would also really just swap `async_trait` for `trait_variant` (or do it by hand anyway). I don't think `trait_variant` is required, because `sqlx` requires the futures to be `Send`...

Getting the macros to work again is really tricky as it turns out!

I believe I have addressed all review comments, so this is ready for another round of review.

From what I understand, this would need to be: ```rust pub trait Executor; // ... } ``` This would be required to get the `Send` bound in there, but when...

In other words: The limitation mentioned in the release blog post doesn't apply, because sqlx already requires the futures to be `Send` anyways.

I'm mainly using them with axum's `Extension` extractor: https://docs.rs/axum/latest/axum/struct.Extension.html In order for this to work (by using it as a tower layer), the value put into the extension needs to...

The windows pops up inside of `InitDDraw` [here](https://github.com/eXpl0it3r/Schiffbruch/blob/49ba1332b2b158799c32af6d51e7d4307bb35f8e/src/Application.cpp#L30). Not sure how to get access to the error code since it is a void function.

I'm currently setting up a native windows installation.

Oh, I mistakingly thought this was a Microsoft function. Sure, I'll look into it further.