Wandalen

Results 21 issues of Wandalen

Hello. Does not work for me. Is it possible to avoid the intrusion? ``` Identifier 'err' has already been declared (143193:14) 143193 : var err = _.err( err ); ^"...

Hi! Thanks, but does not work on my Firefox. ![image](https://user-images.githubusercontent.com/7414255/149493156-ef9c3ec3-f8a9-4a7e-a633-2b96720c164c.png)

help wanted

Hi! Have such error. ``` the package `template` depends on `winit`, with features: `web-sys` but `winit` does not have these features ``` That's wrong.

Thanks for the open source, but samples from the readme are broken.

Is it possible to run it as an console application without a window? If so how to? Thanks for the Open Source!

Sorry, I have not found it in documentation. How to select and print a specific field?

Does not run, even after manipulations.

Adding reprt(C) make definition of vectors of winit compatible with definition of vectors in math libs. Most math libs define vector with reprt(C). Enhancment #2270. - [x] Tested on all...

Hi. I have input data in a raw buffer. I am doing this: ``` let data : &Vec< u8 >; let data_big = BigUint::from_bytes_le( &data ); ``` I would like...

It is refactored version of the example `beep`. I bubbled up a callback to generate a sample. Also, I replaced `unwrap` with proper handling of errors. That does not add...