Sergey Zarovskiy

Results 47 comments of Sergey Zarovskiy

I think that setSettings should only set settings and not call `reloadSlider` or `redrawSlider`. Developers can always do it themselves. I also don't think there should be a boolean argument.

@ppowalowski I think we should encourage developers to use api properly. For less experienced developers there is always a `reloadSlider` method.

@Tidal-Wave, events instead of callbacks will be an awesome feature too. Not sure that I'll have time to help with it though...

evernote2md supports tag template, using `--tagTemplate="#{{tag}}"` worked for me

One issue with evernote2md is that file references are stored like this `[Notepad1\-2022\-01\-18\_11\_28.pdf](./file/Notepad1-2022-01-18_11_28.pdf)` When I use copy link I see following path `file:///Users/username/Applications/FSNotes.app/Contents/Resources/MPreview.bundle/file/Notepad1-2022-01-18_11_28.pdf`, but I expected `/Users/username/Library/Mobile\ Documents/com~apple~CloudDocs/Documents/FSNotes/Shared/evernote/file/Notepad1-2022-01-18_11_28.pdf`, so relative...

With https://wiki.keyboardmaestro.com/manual/Window_Switcher (part of keyboard maestro), which does not have a screen recording permission, I checked that it captures titles and icons in the same way as alttab in "hide...

+1, please add ability to disable completions, I'm using Emmet and don't want to see more completions from scss package

For a hacky fix so I can proceed for now I updated following line in pet.js, but I'm sure we can use a better format for dates ```js const newPet...

So this is still an issue in copy-to-clipboard dependency (still happens to me in Chrome): https://github.com/sudodoki/copy-to-clipboard/issues/46, but there is a workaround. My implementation of the workaround: ```js //your-component.js Copy text...

@nkbt I'm thinking that this might be added inside react-copy-to-clipboard, either behind the boolean property or even as a default behavior.