Lehoczky Zoltán

Results 16 issues of Lehoczky Zoltán

### TuSimple/naive-ui version (版本) 2.32.2 ### Vue version (Vue 版本) 3.2.37 ### Browser and its version (浏览器及其版本) Chrome latest ### System and its version (系统及其版本) Windows 10 ### Node version...

Closes #262 I've checked locally, the package still works without the source folder and the tsconfig file. Package size before: ![image](https://github.com/eslint-types/eslint-define-config/assets/31937175/44130df5-501f-4293-a6f5-f79356e8d032) After: ![image](https://github.com/eslint-types/eslint-define-config/assets/31937175/43aae882-8330-42f9-9d77-19996fa80ae4)

Hi Tim, I've recently run [into an issue](https://github.com/harlan-zw/nuxt-simple-sitemap/issues/17#issuecomment-1537119981) relating to the old `globby` version this package uses. I've cloned the repo, updated `globby` to `v11.1.0` and every test is passing...

Similar to the [GitHub Pages](https://nuxt.com/deploy/github-pages) guide, one for [Gitlab Pages](https://docs.gitlab.com/ee/user/project/pages/) would be nice for newcomers.

documentation
good first issue
3.x

When using `importPT` with `path.resolve` on Windows, the `\` characters are not escaped, leading to "failed to resolve import" errors. This PR addresses this issue. ![image](https://github.com/primefaces/primevue-nuxt-module/assets/31937175/6a9b906d-1dbd-4c6e-9792-f59a653c4496)

Hi there 👋 Ran into this one when trying out the action. Types shouldn't be imported from `@types/github-script` but from `github-script` directly. ![image](https://github.com/actions/github-script/assets/31937175/28d3512e-c48f-400f-8fc3-ff74cdaea393) ![image](https://github.com/actions/github-script/assets/31937175/89899634-9d63-4cc7-b4a2-8c1c0407a3da)

The [dropdown component](https://tailwind.primevue.org/dropdown/) has a `scroll-height` property, which sets the height of the item list directly on the element. This has higher specificity than setting it from a preset: ![image](https://github.com/primefaces/primevue-tailwind/assets/31937175/75fc52ba-40cc-4c83-8a5b-ae80457217d0)...

I've tried to contribute to the documentation, but when I run `npm run docs:watch`, I only get a blank page with the following error: ``` Uncaught TypeError: require is not...

Related to: https://github.com/vuejs/eslint-plugin-vue/issues/2448 📚 Description This PR adds an example on how to use this plugin with TypeScript, which is a common use case. 📜 Notes The getting started guide...