Rodrigo Batista de Moraes

Results 71 comments of Rodrigo Batista de Moraes

I have tested this on Windows and Linux (WSL). Unfortunately I don't have access to a macOS to test this. Can you tell me how exactly this is not working?...

@extrawurst I recorded it inside visual studio code for the keystrokes overlay. I notice that `Ctrl-Delete` don't work in vscode integrated terminal, but it does work in Windows Terminal. https://user-images.githubusercontent.com/51273772/188209077-e6a13fdf-4f86-493b-a7eb-7cef66daa2d6.mp4

@extrawurst the infinite loop is fixed.

> could you record a nice gif we can put in the changelog of the new functionality? I don't have a easy recording workflow setup.

@maurolacy I have run `cargo test -- --include-ignored` on master (commit 983ea98f5c904c5a3bdaea5a470ed00e7b316b16), with a equivalent patch, on Android, and I think everything that should be passing is passing. Info: ```...

@maurolacy I forgot to make it clear, but I had tested it on the master. I edited my last post to make this clear.

I am not the owner of this PR, want me to make a new one? Unless I am misunderstanding something.

I am also interested in this. My use case would be to include some non-rust-related licenses, like font licenses (which @repi already give as example) and android library licenses. My...

I was looking at Rodio for reference in how it handle device disconnection (to use on my code), but it does not handle it. The relevant code: https://github.com/RustAudio/rodio/blob/0356d810c9e7309c12f6e4c20f0add64420ecf57/src/stream.rs#L198-L230 The tricky...

Also looking forward to this! And if an opinion is welcome, I think it would be better if the icon has the same color as the Run button (`#aa4422`), it...