jxrossel
Results
2
issues of
jxrossel
Unless I am mistaken, one cannot use `attrs.fields` on a attrs class object, unlike `attrs.has`. The workaround is simple, either `attrs.fields(type(obj))` or `obj.__attrs_attrs__`. It would be nice to be able...
Feature
Very small issue: when specifying the host in the call to `set_trace`, e.g. `web_pdb.set_trace(host="127.0.0.1")`, the displayed log remains: ``` 2024-12-24 08:28:13,758|CRITICAL|root.__init__:77|Web-PDB: starting web-server on http://:5555 ``` This is due to...