Vito De Tullio
Vito De Tullio
...hZ2CeLLIA/xmLvJ2V_PZoJ
as you can see in https://groups.google.com/d/msg/raphaeljs/DZhZ2CeLLIA/xmLvJ2V_PZoJ there's a bug in g.line.js for the calculation of the with of the elements
Most of the times the visualization of the json is good. Sometimes I need to deal with jsons with *very* long strings, and I would find very useful to disable...
Hi. first of all, I'm not sure it is the right place - as if I understood well - subclipse uses the collabnet merge tool; maybe you can help me...
snippet: ```python from typing import TypedDict class C(TypedDict): key: int c: C = {'key': 0} print(c['key']) ``` `vulture` says `unused variable 'key' (60% confidence)`, but shouldn't
I'm having `NotImplementedError` trying to run an `asyncio`-based library ([chess](https://github.com/niklasf/python-chess)) that run an external process with `trio-asyncio`. It seems that `subprocess_exec` is not working as intended. Minimal example that shows...
I am using https://github.com/theelous3/asks to make parallel rest requests. I would like to know if I can decorate async functions with circuitbreaker, or if you are thinking of supporting this...
I had some free time and tried to do the appropriate changes to have custom errorclass per decorator, as requested in #129
Hi. I just found your project, witch is cool, and could let me avoid a lot of manual checks (I have a lot of class autogenerated by .proto files, and...
**Pylightxl Version**: 1.59 **Python Version**: 3.9 **Summary of Bug/Feature**: at the moment pylightxl doesn't use types, nor it expose them. So tools like `mypy` cannot check the user interactions **Traceback**:...