Petr Kotek

Results 10 issues of Petr Kotek

Stacktrace ``` Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:871) at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:818) at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:801) at com.intellij.psi.stubs.StubIndexImpl.a(StubIndexImpl.java:242) at com.intellij.psi.stubs.StubIndexImpl.processElements(StubIndexImpl.java:223) at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:145) at...

Bug

Currently `mediainfo` gets executed multiple-times, which is unnecessary. It can be called just once and parse all necessary details.

enhancement

Currently `.VOB` files are ignored, but ideally there should be way how to process them too.

enhancement

**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...

bug

I tried to countdown e.g. 300 minutes and after trying to save values, it reverts back to previous value. Maximum possible value is currently 240 minutes.

Fixes https://github.com/alafr/SVG-to-PDFKit/issues/187. Note that I verified the functionality by temporarily moving the `parseColor` function out and running a jest test: ``` test("rgb()", () => { const result = parseColor("rgb(10,20,30)", null);...

Would be nice to add a support for HSL and HSLA: ``` hsl(hue, saturation, lightness) hsla(hue, saturation, lightness, alpha) ``` Examples: ``` hsl(120, 50%, 50%) hsla(120, 50%, 50%, 0.5) ```...

I'm using an svg marker that has `orient` attribute set to `auto-start-reverse`: ``` ... ``` This library understands `orient="auto"`, but not the `auto-start-reverse` value. I've implemented a fix - see...