Hyeseong Kim
Hyeseong Kim
명확히 공유를 위한 기능이라면 [Web Share API](https://web.dev/web-share/) 를 사용하면 어떨까요? 데스크탑 OS에서는 Mac Safari 를 제외하고 [아직 지원하지 않으므로](https://caniuse.com/#search=web%20share) fallback 기능으로써 link copy를 제공하면 좋을 것 같습니다.
Another option is to provide a utility that statically extracts only "Critical CSS" like linaria does. https://github.com/callstack/linaria/blob/master/docs/API.md#collecthtml-string-css-string--string gatsby-plugin-linaria uses this API to block rendering for critical style rules and defer...
원래 취지는 당근마켓 팀 내부에서 다양한 언어를 소개하고 맛볼 수 있는 자리를 마련하려고 했던건데요. 외부 참여자를 받을지 어쩔지 모르겠어요. 내부 참여자가 별로 없어서 룰은 이제 별로 상관없겠다 싶긴 한데 ㅋㅋ...
[Grain](https://grain-lang.org/) 추천합니다. Grain 은 WebAssembly 를 컴파일 타겟으로 하는 함수형 프로그래밍 언어입니다. 구문적으로는 ReasonML 영향을 많이 받아서 ML 계열로 보는것이 타당할 것 같아요. 강력한 힌들리 밀너 타입추론, 패턴매칭, 포인트 프리...
[Rust](https://www.rust-lang.org/) 는 뭐 설명이 더 필요한가요? 이 동네는 심지어 AoC 전용 [매크로](https://github.com/gobanos/cargo-aoc)나 [프레임워크](https://github.com/remi-dupre/aoc)도 만들어놨습니다.
https://blog.jetbrains.com/kotlin/2021/11/advent-of-code-2021-in-kotlin/ 코틀린으로 풀면 경품 추첨 한다네요 ㅋㅋㅋ
@pieh do you think is a unit test ok? or should it be e2e?
@pieh added a test, but it seems some unrelated unit test is failing in the CI
Fixed to handle file directory correctly in other cases @Boronare mentioned (No idea about test setup failure, I'll keep rebasing)
@pieh @LekoArts could you help me to merge this change?