Kim Jiun
Kim Jiun
Hello! It takes about 90s to install dependencies something like `firebase-tools`. Note, this image.  Could you support caching some dependencies with actions/cache? ( https://github.com/actions/cache ) Thanks!
Hello! Please check purpose here (#221) Procedure which I conducted, 1. Update `interpretChannelDeployResult` 2. Update `DeploySuccessComment` with Procedure 1 3. Update test codes and test with `npm run test` 4....
Hello! Thanks your terffic github action package! I used this `action-hosting-deploy` very useful, but I deploy to multiple target. https://github.com/FirebaseExtended/action-hosting-deploy/blob/ff6e7dde58a4f7f1db590927596bf683250c6cc8/src/postOrUpdateComment.ts#L30-L34 This `post or update comment` feature is very useful, despite...
Hello, I tried to run example in your repo Here are errors ``` C:\Users\ziun7\tmp\easy_web_view\example>flutter run -d chrome Launching lib\main.dart on Chrome in debug mode... Error: Cannot run with sound null...
Introduction ```dart Future execute(XFile imageFile) async { try { final Uint8List imageBytes = await imageFile.readAsBytes(); final Image? image = decodeNamedImage(imageBytes, imageFile.name); final Image compressedImage = copyResize( image!, width: params.value2 ??...
Hello, There is a bug with `github.ref_type`. Please see below. Have a good day! Thanks. https://docs.github.com/en/actions/learn-github-actions/contexts#example-contents-of-the-github-context
## Description Please check https://pub.dev/packages/js/changelog ## Related Issues ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This...
안녕하세요. ㄴ, ㅅ, ㅊ 와 같은 자음이 깨지는 문제를 겪고 있습니다. 다른 variable font 파일(Noto Serif Variable)에서는 발생하지 않아서 이슈 남겨봅니다. 감사합니다.
Hello!, I would like to request you to support the ```num``` type . (Don't stick to the double.) Model code ```dart class _ScreenBreakPoints { num desktop = 1024; num tablet...