Masashi Yoshikawa

Results 132 comments of Masashi Yoshikawa
trafficstars

Add vite-vuetify-ts-starter (Vuetify3 startar project) and vuetify-swatches (vuetify2 and 3 component).

Windows11 x64. [10.0.22000]

I get the following error: ``` Porperty 'animateFeature' does not exists in 'VectorLayer' ``` I can't find a method called animateFeature by looking at the documentation on the ol side,...

@Siedlerchr I've tried it, but it's a bit difficult to use because ts2345 is occurring frequently (eg autoPan and autoPanAnimation are not in the Popup options), probably because some properties...

The yaml parser for `import.meta.glob` behaves poorly. Specifically, the following YAML fails to parse (checked with [YAML Lint](http://www.yamllint.com/) and [eslint-plugin-yaml](https://github.com/ota-meshi/eslint-plugin-yml)): ```yml some-messages: - first message - second message ``` Therefore,...

The reason was that Vite does not include a yaml parser. https://github.com/vitejs/vite/issues/10318

I don't know because there is no type definition on the Vuetify side. For the time being, please add .mjs and import it after disabling the error as follows. ```...

Did you try type `yarn run clean` and reopen vscode?

Have you tried [Take over mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669)?

I don't know much about webstorm. > Need to add option: "skipLibCheck" If it works well, it might be the correct answer, but I can't say exactly because the [create-vue...