zignis

Results 10 comments of zignis

Kindly provide the relevant snippet/code.

Checkout [@storiny/obelisk](https://github.com/storiny/obelisk) ([npm](https://npmjs.com/package/@storiny/obelisk)).

Import it dynamically with the `ssr` option set to false as navigator is not available on the server side. ```tsx import dynamic from 'next/dynamic'; const CM = dynamic(() => import('path-to-package'),...

> Any update on this? Our current project could use this feature. It's more than a year since the last commit on this repo, and I'm afraid if it is...

Style attributes on `select` or `option` won't because when the dropdown is clicked, instead of select with options, the package converts options into `span`s and `div`s to replicate a select...

You can define them in the plugin options: As listed in the docs: ```javascript $.Fastselect.defaults = { elementClass: 'fstElement', singleModeClass: 'fstSingleMode', noneSelectedClass: 'fstNoneSelected', multipleModeClass: 'fstMultipleMode', queryInputClass: 'fstQueryInput', queryInputExpandedClass: 'fstQueryInputExpanded', fakeInputClass:...

@RazrFalcon try this: https://www.dropbox.com/scl/fi/6wiosp1bwtkysx77foqhx/CabinetGrotesk-Regular.ttf?rlkey=pen3lkx3ers0sic03z2sxmhfn&dl=0

facing the same issue, using macos sonoma, libvips `8.15.2` installed via homebrew. Edit: Fixed by adding library path to profile: ``` echo 'export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/opt/vips/lib/' >> ~/.zshrc ```

You can fork this repo and modify the paste regex pattern: ### Default: ```js static get pasteConfig() { return { patterns: { image: /https?:\/\/\S+\.(gif|jpe?g|tiff|png|webp)$/i, }, tags: ['img'], files: { mimeTypes:...

@Horusiath This happened randomly with one of our users, and I cannot provide their document due to obvious reasons. I am trying to reproduce it from a new document, and...