Ashraf Haress

Results 3 issues of Ashraf Haress

**Describe the bug** If I assign any "Tab" related key to "Accept Suggestion" HotKey, it doesn't get registered when the cursor is on a bullet point or a numbered list....

bug
Fixed

Is there a possibility to add line numbers parameter, like in st.code(line_numbers=True)?

I suggest making the following code adjustment: ((01)) https://github.com/m-bain/whisperX/blob/2d9ce44329ae73af2520196d31cd14b6192ace44/whisperx/vads/silero.py#L39 Add `**kwargs` here ☝️. --- ((02)) Then, in: https://github.com/m-bain/whisperX/blob/2d9ce44329ae73af2520196d31cd14b6192ace44/whisperx/asr.py#L220 Add `**vad_options` here as well ☝️ like so: `self.vad_model({...}, **vad_options)`. --- ((03))...