Palladinium

Results 13 issues of Palladinium

The current `build.rs` uses `cfg!()` statements to check the build platform, which fails when cross-compiling (e.g. by using [cross](https://github.com/rust-embedded/cross)), because in build scripts those checks return information about the host...

Closes #67 as per https://github.com/d-unseductable/ruru/issues/67#issuecomment-353020580

`VertexArrayAttrib` provides wrappers for `VertexAttribFormat`, `VertexAttribIFormat`, `VertexAttribLFormat`, but I couldn't find any wrapper for the following functions: - `BindVertexBuffer` - `VertexAttribBinding` - `VertexBindingDivisor` It seems to me like it would...

**Is your feature request related to a problem? Please describe.** There is currently no way to check whether an object exists in a bucket. The README has a link to...

enhancement

The card Spell of Mask from the set "Speed Duel: Battle City Box" seems to be present in the API data and on the website twice: - "Spell of Mask",...

I've noticed a handful of cards have overlapping `card_sets` entries where two different cards will be listed as having the same `set_code`, or otherwise duplicated entries. Cross-referencing with Yugipedia, I...

OS: Raspbian GNU/Linux 10 (buster) C/C++ compiler: gcc (Raspbian 8.3.0-6+rpi1) 8.3.0 rustc version: rustc 1.41.0 (5e1a79984 2020-01-27) cargo version: cargo 1.41.0 (626f0f40e 2019-12-03) When building an executable with `tflite-rs` as...

Fix several rustc warnings about using bare trait objects

I'm running the `Sift4Common` distance over results of OCR, which are often quite noisy. I've found some strings in the wild which cause a panic in debug mode, because of...