Todd
Todd
sorry for delay here - merged fix and will release new version today.
Would be helpful to see: ```To see why this extension failed to compile, please check the mkmf.log which can be found here: /home/glhcaml/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/extensions/x86_64-linux/3.2.0/curb-1.0.5/mkmf.log ```
Wonder if the double quote PR helps here?
yes it does appear to be fixed
maybe 👍 ``` handleMessage(event) { if (typeof event.data === "string") { try { const data = JSON.parse(event.data); this.handleTextMessage(data); } catch (error) { this.emit(LiveTTSEvents.Error, { event, message: "Unable to parse `data`...
Looks like you can do the following to work around the bug for now handling the error event by checking if event data is a Blob and then converting the...
@DecathectZero correct, but the library internally does not handle the type correctly... so until there is a new published npm package using error and adding the fixed logic to detect...
This would enable a lot of very useful applications that otherwise require a desktop application...
possibly they're missing the dependency in the gem file for lru_redux gem...
@nevans thanks and sorry i actually was trying to rebase this and pr into our repo - but if we can merge these upstream that'd be amazing and i'll push...