Valentin Buck

Results 12 comments of Valentin Buck

I'm not sure it's a driver related problem. On Ubuntu 20.04 LTS (Intel HD 4400 and Mesa 21.2.6) I get the following image: ![grafik](https://user-images.githubusercontent.com/3950769/188422285-4d6fac6c-4a1f-435b-b80f-189329533dba.png) I also tried a Windows 10...

I think I found the problem. If I modify the `paint`-function to bind `None` to the vertex array at the very beginning of the unsafe block like this: ``` fn...

Ah, that makes more sense than what I did! Thank you for the explanation! I've rewritten cropping and upsampling. In cropping, for the reverse path, we need to pad the...

Thanks so much for your help! If you'd like I can prepare a pull request with the two methods and an example using it for image colorization as in https://github.com/apexys/descent_unet_example/blob/main/examples/colorizing/main.rs...

There was still one problem with the gradient: I didn't look into whether the existing padding was same padding and that caused problems when the gradient got small. I wrote...

I think the issue is with warp::compression::deflate() as I'm already building my response with the response builder. Say I have the following code: ```rust #[tokio::main] async fn main() { let...

I think this might be kind of a hard problem to solve. When the Response body is large, compression offers the most benefit, but that’s also the situation in which...

It would also be interesting to be able to open a context menu with a left click or through some other action programmatically.

Almost forgot: Both variants compile fine through CPython.

I think its a different problem. On the current main branch, if I run the working version (dict-comp-last), and log the symbol table stack before the code object gets popped...