dbr/Ben
dbr/Ben
Accessing the actors API endpoint for a show with no actors added will throw a `tvdb_error` as if the show is missing. This is technically a bug with TVDB -...
tvdb_api 3.x will be last version to support Python 2 - from then only Python 3.5 onwards will be supported
Months ago, as mentioned in #272, I got somewhere with using CMake for the AE plugin (instead of needing the Xcode/VisualStudio projects), but got sidetracked.. In case it's of any...
Should verify the .crate file sent to crates.io can at least be built, which should catch things like the docs.rs build failure, as discussed in #645 and #631
(note: I've made this new branch, named `patch-v0.8`, which holds all the tags/patch commits from `v0.8.x`. Also this PR just exists for visiblity of the commits - would be a...
imgui 1.87 was released recently, which contains a large improvement in how IO events are handled (key presses, mouse events, etc) https://github.com/ocornut/imgui/releases/tag/v1.87 I think given there's a good amount of...
Stream of thoughts on the collapsing header API: - `ui.collapsing_header` takes TreeNodeFlags which is a bit cumbersome and not consistent with the other methods - generaly there is a "simple"...
Split from #619 - I suspect a lot of new users start, quite reasonably, by looking at `imgui-examples/`. This directs people towards copying `support/mod.rs` to their own projects - which...
Currently the imgui-example code uses the `clipboard` crate, which works fine, but hasn't been touched in about 3 years currently and lacks support for Wayland There is a fork actively...