Tom Brown
Tom Brown
I think subframes are expected to have the `name` attribute set. This isn't documented super well but is mentioned on https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.core.groupby.DataFrameGroupBy.filter.html and https://stackoverflow.com/a/32460860. Here is a running example: https://repl.it/@TomGoBravo/PandarallelGroupbyName#main.py
I have the same problem as the original post. I'm using cattrs to populate attrs classes from JSON. Some of the JSON keys have different names from the class attributes....
I think your second issue may be satisfied with https://github.com/msabramo/requests-unixsocket/pull/42/files (not released yet) and something like: ``` session = requests_unixsocket.Session() adapter = requests_unixsocket.UnixAdapter(**your_kwargs_here) session.mount('http+unix://', adapter) ```
Hey Benno, I see you made some progress at https://github.com/bennomeier/epcalc/commits/master Nice! Do you have a link that makes viewing your branch easy?
IIRC the process exited, py-spy wrote the expected output, then py-spy seemed to exit with an error. It wasn't the first time py-spy exited with an error in similar circumstances,...
I agree with dvershinin that setting up a non-phone client (in my case, laptop running linux) is significantly harder than setting up a phone client. The setup script for the...
@marcosschroh python-rocksdb links the rocksdb cpp code; they need to be installed in the same container. @PlatonB : Did you manage to install the rocksdb library and headers? @twmht Without...
Install on a virtual private machine with a public internet address then connecting from an android client worked very smoothly for me. On the server: ```sh $ cat /etc/debian_version 11.8...
I'm seeing the same error in debian 12.2
Maybe this is related to GTK 3 vs 4. I know very little about GNOME libraries but found https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009100 which could be related to this bug.