kirschkern

Results 8 issues of kirschkern

Instead of selecting the whole opening tag first, I would like to be able to use this with just the text cursor being anywhere within the opening tag.

I'm trying to show 3 buttons using the following example: ``` this.$fire({ title: 'Do you want to save the changes?', showDenyButton: true, showCancelButton: true, confirmButtonText: `Save`, denyButtonText: `Don't save`, });...

When visiting https://page-transitions.com/ and selecting a topic from the navigation I don't get a smooth animation. When hiding the sidebar with the tabs, everything works again. Tested with FF 60.0.1...

I would like to see a button to copy the current change AND go to the next diff. This would save me a button click for each copy.

enhancement

I have opened a diff and the changed lines are highlighted. However clicking any of the buttons ("Move to previous diff", "Move to next diff", "Copy to left" and "Copy...

Thanks a lot for the script and good explanation in your post. In line 194 the y value will be incremented. However, this will result in a wrong position in...

I use this library only for scanning QR codes on images in my vue.js project. For scanning these images it would be great to have a scanImage method as otherwise...

enhancement
ferature-request

When using the calc method from CSS3, the less compiler changes my format. ``` height: calc(100% - 18px); ``` will become ``` height: calc(82%); ``` which is not what I...