Spencer Chubb

Results 7 issues of Spencer Chubb

class MyImageDownloader(ImageDownloader): def __init__(self, thread_num, signal, session, storage, log_file): super(MyDownloader, self).__init__(thread_num, signal, session, storage) self.log_file = open(log_file, 'w') def process_meta(self, task): if task['success']: with self.lock: self.log_file.write('{} {} {} {}\n'.format( task['filename'],...

question

I'm having a minor annoyance. If I'm trying to use the less than operator it autocompletes to make a pair of angle brackets, and then I have to delete the...

The scrollbar shows on the chrome mobile browser even if there is nowhere to scroll to, such as if there is only one line. It's not a huge issue but...

We need features like cloud deployment, access management, data compliance, etc Then we can easily markup the valuation to $100M

### System Info - `transformers` version: 4.41.2 - Platform: Windows-10-10.0.19045-SP0 - Python version: 3.11.1 - Huggingface_hub version: 0.23.3 - Safetensors version: 0.4.3 - Accelerate version: not installed - Accelerate config:...

Audio

### Version 2.3.0 ### Platforms Android ### Device Model Android emulator, VanillaIceCream ### flutter info ```sh [√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [Version 10.0.22631.4169], locale en-US) • Flutter...

## What is the current behavior? ``` def init_deepgram(): def on_message(self, result, **kwargs): print("on_message") sentence = result.channel.alternatives[0].transcript if len(sentence) == 0: return print(f"Deepgram transcription: {sentence}") def on_error(self, error, **kwargs): print(f"Deepgram...

bug
help wanted