JongChan Choi (Rieul)

Results 65 comments of JongChan Choi (Rieul)

I'm not maintaining this library nowadays. If you want the brush feature, fix [here][] and make pull request please. [here]: https://github.com/disjukr/croquis.js/blob/master/packages/croquis.js/src/brush/common.ts#L173-L219

sorry for making it confusing. `hwapan` is not a library, it's just a painting program using `croquis.js` and currently wip. if you want example code of croquis.js, it may be...

@amaurymartiny Agree. In my case, I also need the Res codec too. ```diff interface Rpc { - request(service: string, method: string, data: Uint8Array): Promise; + request( + service: string, +...

λ¬Έμ œκ°€ λ°œμƒν•˜λŠ” νŒŒμΌμ„ 같이 μ˜¬λ €μ£Όμ‹œλ©΄ κ°μ‚¬ν•˜κ² μŠ΅λ‹ˆλ‹€.

```sh git clone [email protected]:hahnlee/hwp.js.git cd hwp.js yarn yarn build # μ‹€ν–‰ν•˜κ³  λ‚˜λ©΄ build 폴더가 생긴 것을 확인할 수 μžˆμŠ΅λ‹ˆλ‹€. ```

μ„œλΉ„μŠ€λΌλ©΄ https://hanlee.io/hwp.js/ 이 μ›ΉνŽ˜μ΄μ§€λ₯Ό λ§μ”€ν•˜μ‹œλŠ” κ±΄κ°€μš”? μ•„κΉŒ λͺ…령을 μž…λ ₯ν•œ μƒνƒœμ—μ„œ ```sh cd website yarn yarn develop ``` ν•˜κ³  http://localhost:8000/ μ ‘μ†ν•˜μ‹œλ©΄ λ©λ‹ˆλ‹€.

κ·Έ 뢀뢄은 잘 λͺ¨λ₯΄κ² λ„€μš”. λΉŒλ“œ 방법에 λŒ€ν•΄μ„œλŠ” ν•΄κ²°λœ λ“― ν•˜λ‹ˆ μƒˆλ‘œμš΄ 이슈둜 μ˜¬λ €μ£Όμ‹œλ©΄ 쒋을 것 κ°™μŠ΅λ‹ˆλ‹€.

how about ``` seq(100) => |x| x % 15 == 0 then "FizzBuzz", x % 3 == 0 then "Fizz", x % 5 == 0 then "Buzz", x => STDOUT...

@mattn 'or' operator is `||` currently. https://github.com/matz/streem/blob/a63a29f2156d4fdd45ce65ca9a7f861e1c253675/src/lex.l#L27 and i think `(x)` expression may have no problem. for example, javascript's block scope syntax is `{}` although it's already have same syntax...