Trippnology

Results 10 comments of Trippnology

I get the same results on Win7/Firefox. When resizing the window, the menu changes to a dropdown as expected but the dropdown button does not reveal the menu. EDIT: Same...

Does this happen for everybody? I need to find out if it is wp-bootstrap or some other code causing this issue.

I found that script minification was causing this issue (for me anyway). When I disabled JS minification in W3TotalCache the menu works as expected. Just to be clear, the problem...

I'm sorry, I don't have the knowledge to help much. I guess it could be implemented as `mv` either as a vorpal command (like `ls`) or as a vcommand as...

Yes, moving cards up and down the current list would be useful too, especially with the added keywords of `top` and `bottom`. Good idea!

No problem. As per the error message, this also works: ```js import SDK from '@lmstudio/sdk'; const { LMStudioClient } = SDK; ```

This may help with offering both CJS and ESM options: [Create npm package with CommonJS and ESM support in TypeScript](https://blog.mastykarz.nl/create-npm-package-commonjs-esm-typescript/)

This is now fixed since v0.3.0 - thanks team! 👍

Hi @grigorii-horos - any progress on this please?