Mikołaj Powierża

Results 10 comments of Mikołaj Powierża

Thanks for the quick response. Don't worry, perhaps there's a problem on my side. Happy vacation, don't waste it on GitHub!

This was a fresh build.

Are you talking about *literally* every function in the whole crate? I find your project very interesting so I could get to know the project better through this task. Do...

Same thing here. @darrenldl is right, you load the samples dynamically and you could just include them using [`include_bytes!`](https://doc.rust-lang.org/stable/std/macro.include_bytes.html). This way your samples will be hard-coded during compilation (and therefore...

i tried to model the transitions in geogebra but they don't behave exactly like i expected them to: [https://www.geogebra.org/3d/wws3s4yh](https://www.geogebra.org/3d/wws3s4yh)

thanks! here's a cool effect i managed to recreate (-ish). i think this was the `one-over` version, it creates these sharp edges when you move the slider to the right...

WOW! it's so cool. do you have any idea how it works? i can't find anything about their algorithm but i saw that photoshop has a similar tool. EDIT: someone...

In case anyone has the same issue in plain HTML in VS Code, I changed `HTML > Completion: Attribute Default Value` from `doublequotes` to `empty`. Here's the setting copied as...

Thanks for the info. Is this the intended behavior? If yes, I think it would be useful to include a note in the docs.

I'm using Firefox 78.0.1 (64-bit) on macOS. Top: ![image](https://user-images.githubusercontent.com/20628866/87449661-c1f9e900-c5fd-11ea-96e1-f64c452399ab.png) Bottom: ![image](https://user-images.githubusercontent.com/20628866/87449690-c9b98d80-c5fd-11ea-87db-b8f9f0ec7fce.png) I've just checked if there are any errors in JS console but that's not the case.