Lenart Rudel

Results 23 comments of Lenart Rudel

While the above instructions worked with Preline 2.7 I'm having issues with setting up the imports with 3.0 and make them work. Specifically, the JS part needs to be setup...

I've updated the code in my comment above to reflect my current working solution. I've had to manually extract the fix for Clipboard.js (from `node_modules/preline/src/helpers/clipboard/index.ts`)

Like I've said, I've updated [the comment above](https://github.com/htmlstreamofficial/preline/issues/616#issuecomment-2753457080) with my workaround. For `clipboard-fix.js` I've copied the code from `node_modules/preline/src/helpers/clipboard/index.ts` and updated it slightly so that it doesn't bind to `load`...

I'm experiencing same problem on Mac M2 using Node v22.14.0 and Yarn 1.22.22. When running `npx @tailwindcss/cli -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css` the CPU (dockerized) goes to >100% and stays there....

I can confirm that locking version at `4.0.15` solves the issue for me. Uninstall any existing tailwind packages (locally and globally) and clear the cache `npm cache clean --force`. Then...

This should be easy to fix. As Michael mentioned, users are being confused by the switching in the VoiceInk UI. Instead, Voiceink should switch power modes/models/... behind the scenes, send...

(I think) I have a similar issue with updating values (v2.5.0). I wanted to use Combobox for autocomplete search where I want to display values (eg. product names) but I...

Not sure if I should open a new issue but it seems that calling `removeOption(value)` removes the value from `mySelect.value` but not from `mySelect.selectedValues`. I'd also expect the `removeOption` to...

What I would love is to be able to test different models and how they handle transcription without having to generate new power modes for each one of them. The...

Maybe we could have the full payload that is used in the **History** tab? This way you could double-check how the prompt was created and tweak the durations accordingly?