James Grant

Results 2 comments of James Grant

The example @c410-f3r posted now works if you use `#[cfg_eval]` on your impl! 🙌 ```rust #![feature(cfg_eval)] #[cfg(feature = "with_pyo3")] use pyo3::prelude::*; #[cfg_attr(feature = "with_pyo3", pyclass)] #[derive(Debug)] pub struct Foo {...

`session.likes_remaining` and `session._api.meta()['rating']['super_likes']['remaining']` is what you're looking for. It seems it would make sense to have a `session.super_likes_remaining` property though, so I have opened #148.