Ivo Maixner

Results 6 issues of Ivo Maixner

Have you considered supporting different cache strategies? Now the cache is hard-coded in the library, but providing a cache interface (or using some standard, existing one) that people can implement...

enhancement

Vue 3 has been around for almost 2 years now. The Vue official site has switched to Vue 3 by default some time ago. It's time to merge branch `next`...

PR for https://github.com/Kong/swrv/issues/208 Comments: 1. Some cases of setting `isLoading` = `false` are not covered by tests. I haven't found any test cases that would cover that for `isValidating` which...

When used on a null value, logs warning into console: Could not build a valid `moment` object from input. I would assume that not all values are mandatory and would...

Cells merged in the template are split in the generated output. [template.xls](https://github.com/jxlsteam/jxls/files/12130174/template.xls) [generated-output.xls](https://github.com/jxlsteam/jxls/files/12130172/generated-output.xls) Versions: ``` org.jxls jxls 2.12.0 org.jxls jxls-poi 2.12.0 org.apache.poi poi 5.0.0 org.apache.poi poi-ooxml 5.0.0 ```

bug

PR for https://github.com/Kong/swrv/issues/208 Comments: 1. Some cases of setting `isLoading = false` are not covered by tests. They follow analogical lines for `isValidating`. I only found a test case for...