Kit PANG

Results 7 comments of Kit PANG

> I agree it would be better. It seems, though, that the AppImage mode may go away in the future. You can not use it, by the undocumented option `--onefile-tempdir`...

Hi @Keavon, may I have a take on this issue? I assume the followings should be implemented: 1. When constructing an Artboard, cap smallest dimensions to 1x1. 2. When updating...

@Keavon Just want to confirm about the properties panel behaviors. 1. Should we deny (auto correct) input of `0` in width and height? 2. If auto correct, is `1` the...

@Keavon Thank you, that's very clear. Let me rework the PR!

@szmarczak May I ask if there is any update on this issue? My team has come across the same problem and could not catch the error with `try catch`. To...

> We should support `pnpm` as well, looks pretty faster than `yarn` and `npm`. Looks like some additional changes will be needed to support `pnpm`, will have to check @ad1992...

I believe this bug was introduced by #484, specifically [this line](https://github.com/floydspace/serverless-esbuild/pull/484/files#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80R153) in `src/index.ts`. ```ts if (this.functionEntries?.length > 0) { //