Alex

Results 9 comments of Alex

I'm getting this same error when trying to use HTMLSession() from requests_html. The application works fine as a simple python program, but adding in `import streamlit as st` is enough...

I'm getting a similar issue, minimal code to reproduce is hard - but the behaviour is this: even with `pn.extension(notifications=True)` at the top of the code any call to `pn.state.notifications`...

I also have the field "myenergi Zappi ct internal load today" showing as 0 kwh all the time. Can this be looked into? Happy to send logs as needed.

In addition - is there a "charge added - total (kwh)", this would play nicely with the Home Assistant Energy Dashboard

Or, delete `Proto.toml` and do `buffrs init` then `buffrs add`. In fact, running `buffrs add` BEFORE `buffrs init` doesn't return a nice error - I'll raise another issue

Hey. I found some benchmarks for `bon`: https://bon-rs.com/guide/benchmarks/compilation. Looks like for sensible number of fields it's quite reasonable. `typed-builder` does not support partial build, so would avoid that. Other benefits...

Looks like a number of changes will be needed, including `PyNativeType` being behind the py03 feature `gil-refs`, as well as changes to calls like `as_borrowed()`. Will try to spend some...

Closing in favour of #431

Where should we place feature requests, here or on #251 ? We'd like to override bon's getter name default away from `get_()` to adhere to https://rust-lang.github.io/api-guidelines/naming.html#getter-names-follow-rust-convention-c-getter - however currently this...