Matthew Wo

Results 18 comments of Matthew Wo

Since sources are compiled file by file now, I don't think there is a need to use HackerEarth asynchronously. In my opinion, the current method (using sync ajax calls without...

I ended up using a bash script to unregister all and register all. ``` #!/bin/env bash echo '--------------Delete all gears from redis' loaded=$(redis-cli -h redis --csv RG.DUMPREGISTRATIONS | grep -Po...

will be cool if this can be merged since i'm writing a patch file to address this atm.

It seems like this option is available in vip-go-ci, would be nice to be able to expose this as an option for this github action. https://github.com/Automattic/vip-go-ci#limiting-review-comments

Hello @Naturalclar, I've created a [demo release](https://github.com/prankymat/issue-action/releases/tag/label-options). It can be used with the following example GitHub Action config: ```yml name: "Set Issue Label and Assignee" on: pull_request: types: [opened, synchronize,...

would be nice indeed, but meanwhile as a workaround maybe you can consider adding a `phpcs.xml` or `.phpcs.xml` file at the project root?

agree, we're trying to use `#000000` as Primary color which makes the text color very dark as well and not able to see which field is editing. ![image](https://user-images.githubusercontent.com/2998111/111795961-a7051480-8902-11eb-83ee-170822a364ef.png)

`git-hook` seems reasonable for this use! What's your concern with using that? Additionally I think it's useful to exit non-zero in the `pre-commit` hook if the script detects a mistake...

lundman just released a new beta version Monterey for arm64, perhaps you can give it a shot? https://github.com/openzfsonosx/zfs/issues/798