Andrew Kirkovski

Results 9 comments of Andrew Kirkovski

same for `"react-native": "0.68.2"`

Was there any regression recently? I'm having this issue in PhpStorm in fresh project Happens inconsistently, some places work ok, some not

So I tracked down root of this issue: https://github.com/projectstorm/react-diagrams/blob/master/packages/react-diagrams-defaults/src/link/DefaultLinkWidget.tsx#L112 `this.refPaths = [];` in render method resets every time `DefaultLinkWidget` re-renders Link segments, however, do not re-render as many times as...

Observing same, so far detected `no-multiple-empty-lines` rule auto-fix steadily breaks code Also something is also breaking object constants, looking what's root

Update. Actually it is **isConversionAvailable** that is working wrong. You are comparing LSB to zero to verify there is something there. And LSB === 0 for 16*N celsius

(scratchPad[TEMP_MSB] | scratchPad[TEMP_LSB]) will still report wrong value for 0C

Initial description is wrong, second comment is precise Temperature getting works ok, isConnected too. isConversionAvailable has wrong check. Should check bytes that can't be zero. Both TEMP_MSB and TEMP_LSB are...

On Windows seems regular fast whisper works better for me medium model with SimulStreaming ![Image](https://github.com/user-attachments/assets/77e107b6-c6fe-421c-8b57-016430904b9e) and without ![Image](https://github.com/user-attachments/assets/e7d91c31-ec08-4255-82cf-f35c2d6e113d) Should I look into something?

> On long-form audio, SimulStreaming is much faster and better. Okay, so if I want to use it for live chat agent i might just stick with original API, that's...