jjangga0214

Results 97 issues of jjangga0214

Hi! Thank you for this great package! Sometimes, user-defined dart type and generated code result in naming conflict. I understand to use `naming_scheme: pathedWithTypes` for those cases. However, people can...

enhancement

This line would spend time a lot. https://github.com/pullreminders/slack-action/blob/da2ae3e1a32c9e629f5f6fa59a95f846366e85ff/Dockerfile#L13 I tested this action in my repository, and just building an docker image consumed 40s. ![Screenshot from 2019-09-30 21-24-52](https://user-images.githubusercontent.com/28584151/65878325-cafc2f80-e3c8-11e9-9a96-f82ad1547a81.png) Generally speaking, pulling...

The example below should not return exit code 0, as `SLACK_BOT_TOKEN` was invalid. However, it actually doesn't throw an error, which caused github's cogniting the result successful. https://github.com/jjangga0214/hasura-cli/runs/240981007#step:6:13 Is this...

help wanted

## How it behaves Processor is not defined. ## How it should behave Processor should be defined. ## Reproduction ### Configuration ```yaml config: receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:4317 processors:...

bug
chart:collector
Stale

안녕하세요? PKCE 를 위해 앱에서 Authorization Code 를 얻는 방식 구현을 제안드리고 싶습니다. 내용은 아래 네이버 라이브러리에 남긴 이슈와 같습니다. https://github.com/naver/naveridlogin-sdk-android/issues/17 (네이버가 maintaining 을 하지 않아 해당 라이브러리는 사실상 방치된...

good first issue

### pnpm version: 7.5.1 ### Code to reproduce the issue: ```sh $ git clone [email protected]:jjangga0214/haetae.git $ cd haetae $ git reset --hard 5e8e501 $ pnpm install $ cd .. $...

type: bug

### pnpm version: 6.24.3 ### Code to reproduce the issue: Reproduction steps are here. The repo I mentioned is very simple. ```sh $ git clone [email protected]:jjangga0214/node-configs.git $ git reset --hard...

type: bug

The original code would work from pure node.js. However, typescript's `lib.es2015.promise.d.ts` requires explicitly passing one non-optional argument for `resolve`. Actually passing `undefined` has the same effect as the original code.

:memo: documentation

Hi! I faced this issue. ``` Could not find a declaration file for module 'ms'. '/Users/ocean/main/haetae/node_modules/.pnpm/[email protected]/node_modules/ms/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/ms` if it exists or...

🐛 **Describe the bug** With `dart-code.dart-code` and `dart-code.flutter` extensions, a file named `globalStorage|dart-code.dart-code|package_cache.json` is uploaded and config files, like settings and user snippets, are not uploaded. 🌴 **Visual Studio Code...