kryptan

Results 14 issues of kryptan

The [following formula is used](https://github.com/PistonDevelopers/image/blob/master/src/color.rs#L234): luma = 0.2126*R + 0.7152*G + 0.0722*B It is not clear what luma here is supposed to mean. I can see two explanations for this...

Linux kernel provides timestamps for each GPIO event but it is not available in RPPAL API. It is stored in the `gpio::ioctl::Event` struct but is discarded and not returned in...

enhancement
gpio

This code: ```Julia function p(type) println("$type") end ``` gives "An argument is included in a function signature but not used within its body". ![image](https://user-images.githubusercontent.com/11528855/153325695-d46e6f3a-dbe0-4447-ad79-8d48e5f327f1.png)

bug

I think it should be possible to set it to `None`. https://github.com/gfx-rs/wgpu-native/blob/73f2f26f9d3f98baedc7f63f13be5306f727d0d2/src/command.rs#L136

bug

This is probably similar to `cargo test` but running different executable

When I execute wargo rustc -- --emit=llvm-ir wargo doesn't add `--target`, I have to add it manually: wargo rustc --target=wasm32-unknown-emscripten -- --emit=llvm-ir

bug

Version of VSCode: 1.13.1 Version of the extension: 0.4.2 OS: Win10 Description: When RLS crashes window with its output appears. This is very annoying, is there a way to disable...

feedback wanted

### What happened? If you call JSON API right after using UDP realtime protocol then led strip gets stuck on the color set by the last UDP packet. Neither does...

bug
fixed in source
waiting for feedback

### Applies To - [ ] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? 1. Connect to the remote...

bug