-
At the risk of discussing early over-optimization... I want to discuss the possible speed and optimization issues with having too many optional arguments.
I can't remember which class I took, but I…
-
Hi, we have still a lot of fun (and Success)... :), but
we had made experiments using tone_stream with endPoint.play()
```
endPoint.play('tone_stream://%(100,15000,800);loops=-1');
```
It w…
-
When calling capture_file in a long loop sometimes thread gets stuck on call.
`
class Camera:
_running = False
last_image_time = None
def __init__(self):
self.p…
-
Firstly, this project is super cool, thanks for tackling this!
Looking through your tests and code, I don't see much in regards to threading support, or implications of using signals for thread co…
-
### Is your feature request related to a problem? Please describe.
Introducing Rust and Golang implementations for Microsoft Autogen can significantly enhance its asynchronous capabilities and data i…
-
Here is what to include in your request to make sure we implement a solution as quickly as possible.
## 1. Description
Parsing html emails (which are often not well formed), I got a stack overflo…
-
Feature gate: `#![feature(float_next_up_down)]`
This is a tracking issue for two argumentless methods to f32/f64, next_up and next_down. These functions are specified in the IEEE 754 standard, …
yaahc updated
6 months ago
-
While trying to retrain a sentence tokenizer model with `PunktTokenizer`, the NLTK code took up >200GB of RAM and a lot of swap and doesn't seem to end after 2 days of training.
```python
import …
-
`(-3*t + y**3 + sin(2*t + y)).subs({t: Rational(7,125), y: -1.23516983720720999822e+472802}, simultaneous=True)` hangs or takes too long.
Same thing with `(3*2**Rational(66666666667,200000000000)*3…
-
I'd like to make this module maximally flexible for how people want to provide the library -- right now it bundles the library and has a hard requirement on XAutoload. On a few other modules I've begu…
laryn updated
1 month ago