azu
azu
yarn workspace has not no-hoist option. electron-webpack is not working in yarn workspace https://github.com/electron-userland/electron-webpack/issues/56 https://github.com/yarnpkg/rfcs/pull/86/files?short_path=d698129#diff-d698129bba617860a05accc65cf82fb7 https://github.com/yarnpkg/yarn/issues/3882
Thanks for report. The document and action.yml are wrong. The Implementation requires `git_commit_sha`. https://github.com/pkgdeps/git-tag-action/blob/9aaf6c4b9adac3084f17e3a16cc8d7f7e86d98ed/action.yml#L11-L13 https://github.com/pkgdeps/git-tag-action/blob/9aaf6c4b9adac3084f17e3a16cc8d7f7e86d98ed/src/main.ts#L15-L17
refs renovatebot/renovate#11414
I met same problem in production code. This eslint plugin is crashed when `receiveMessageOnPort(mainPort)` is `undefined`. (I've checked by adding log into node_modules) https://github.com/un-ts/synckit/blob/22387b45c64245e750e894197cce70714fc36e12/src/index.ts#L534 This problem occurs randomly. However, I'm...
@anubra266 I've created reproduce repository using chakra-ui/panda repo. - Reproduce: https://github.com/azu/eslint-plugin-panda-issues-64 ## How to reproduce 1. Clone this repository ```graphql git clone https://github.com/azu/eslint-plugin-panda-issues-64 cd eslint-plugin-panda-issues-64 ``` 2. Install dependencies ```...
@anubra266 Thanks for quick response. I have updated to `"@pandacss/eslint-plugin":"^0.1.6"` and tried it, but still get the same error. In the reproduction repository, I believe the frequency of this error...
@anubra266 Thanks! - https://github.com/chakra-ui/eslint-plugin-panda/releases/tag/%40pandacss%2Feslint-plugin%400.1.7 I've tested it and it does not crash anymore! (Tested 100 times on [repro repo](https://github.com/azu/eslint-plugin-panda-issues-64) and production code) Thanks for the hard work!
From my research, it seems that the only workaround is to use “not-found.ts” or "not-found.tsx". Briefly, the workaround is to use the file `not-found.ts` instead of `not-found` even when using...
Hi, This document will helps you to contribute. https://github.com/secretlint/secretlint/blob/master/CONTRIBUTING.md#add-new-rule
https://github.com/honkit/honkit/blob/fa0068c0e8014adf15bdda6c425b0a26913ecbf2/docker/Dockerfile#L28-L30 As for HonKit, I see no problem installing HonKit in a local directory without `-g`. On the other hand, I am not sure of the proper approach for a...