- フロントエンド全般の設計・実装
- JSでのバックエンド設計・実装
- 特に Prisma に興味があります
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rules = [ | |
| Disable | |
| DisableSyntax | |
| ExplicitResultTypes | |
| LeakingImplicitClassVal | |
| NoAutoTupling | |
| NoValInForComprehension | |
| ProcedureSyntax | |
| RemoveUnused | |
| MissingFinal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *://ranking.goo.ne.jp/* | |
| *://my-best.com/* | |
| *://sakidori.co/* | |
| *://wowma.jp/* | |
| *://osusume.mynavi.jp/* | |
| *://pc.moppy.jp/* | |
| *://heim.jp/* | |
| *://www.esquire.com/* | |
| *://epark.jp/* | |
| *://iecolle.com/* |
Podman with QEMU virtualization on Mac comes with a big performance-penalty for bind-mounts, see podman-container-tools/podman#16994 .
As of 25.1.24, virtualization with Apple Hypervisor is available with the Podman Desktop pre-release 1.7.3
This Gist is supposed to keep track of how to install it and test it with Docker Compose and Testcontainers.
Beware that as of 26.1.24, podman-container-tools/podman#21288 means that a reboot of the host (e.g. laptop) will invalidate the applehv machine, and the only known workaround is to delete and recreate it! The fix is already merged into main, but hasn't made it into 4.9.0
OlderNewer