Thai Pangsakulyanont

Results 165 comments of Thai Pangsakulyanont

Sorry for English… You can reply/discuss in Japanese. - EventTable - I think we don’t need to keep track of 最終更新日時 or バージョン because IPFS is content-addressed. This means “same...

@xiaody It seems that `package.json`’s `engines` also applies to the consumers of the package, not just developers of the project. If you want to let users consume this package from...

Hi, I wrote [the article](https://dev.to/dtinth/caching-docker-builds-in-github-actions-which-approach-is-the-fastest-a-research-18ei) mentioned [above](https://github.com/actions/cache/issues/31#issuecomment-734398416) which has been outdated and [superseded by another Evil Martians’ article](https://evilmartians.com/chronicles/build-images-on-github-actions-with-docker-layer-caching). TL;DR — Docker has published an official action [docker/build-push-action](https://github.com/marketplace/actions/build-and-push-docker-images) which [has an...

@wvffle This sounds like a great idea! I’m not actively developing this, but would appreciate a PR.

Hello @wvffle! I’m not actively developing this right now. I understand that there will be a lot of needs for customization but could not anticipate all the ways this may...

@wvffle There's a lightweight version of this project here which is a bit different but pushes once https://github.com/dtinth/todo-actions-lite btw, I'm currently not maintaining this project, please feel free to fork...

@heytitle I agree with 1), but for 2) I think for zones whose candidate received almost no votes, I prefer to make it obvious. Otherwise, it becomes hard to distinguish...

From design: ![Artboard](https://user-images.githubusercontent.com/193136/54622812-daef9a00-4a9c-11e9-87c6-6f19a5b66ef9.png)

Sorry, I find it kind of strange for a event handler to return a non-boolean value. Here are some alternatives: - In `onload`, you can also assign the socket instance...