Results 27 issues of Thomas

It might be helpful to explain the needed images to train a new model. The partial example with some images in data/dogs/instance is more confusing than it helps. Would it...

Trying to port over some code from python, but getting an 403 while the same request with the same server etc works with the python code: ```javascript import {QdrantClient} from...

Not sure if this is more a problem with Gunicorn or Qdrant: This code works with Gunicorn (launched with `gunicorn -w 2 -b 0.0.0.0:3000 gunicorn-test:app --enable-stdio-inheritance --log-level debug`): ```python from...

In the file video_dataset.py, the __getitem__ not make sense to me: ```python def __getitem__(self, index): sample = self.samples[index] # Keep trying to load videos until you find a valid sample...

### Describe the bug Trying to get TTS to do a countdown, but it seems to run forever, when a similar prompt seems to run in a reasonable time Works...

bug
wontfix

### Version 6.0.1 ### Current Behavior A onMessage listener in the window context currently only reacts to messages from content-script. Messages from Background or Popup are never-resolving Promises. ### Expected...

🧐 Bug: Needs Confirmation

The In Operator seems to have been broken for a while... ```coffee if 'github.com' in "https://github.com/jashkenas/coffeescript/issues/5481" alert 'Found' ``` Does not work (using the version on https://coffeescript.org/) It renders to...