JongChan Choi (Rieul)
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...