RiN

Results 50 comments of RiN

@randyviandaputra thank you, if you want to add this function fork this repo, write code on here https://github.com/ri7nz/common.js/blob/feature/Array/src/Array.js with comment, comment use for generating the documentation in `README.md` like this...

@108kb want to assign for that ? or just propose ?

yes . this is error on python 3.7 on my environment - MacOS mojave version 10.14 - python3.7 (virtualenv) - Vibora 0.0.6 ``` Traceback (most recent call last): File "app.py",...

@Schniz ```shell ❯ echo $PATH /Users/r17/perl5/bin:/Users/r17/.yarn/bin:/Users/r17/.config/yarn/global/node_modules/.bin:/var/folders/p8/p4d4n5l91t5g4cjrv4kp9t1h0000gp/T/fnm_multishells/7940_1617982869850/bin:/Users/r17/.zinit/polaris/bin:/Users/r17/.fnm:/usr/local/bin:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/bin/core_perl/:/Users/r17/.local/bin:/Users/r17/scripts/bin:/usr/local/opt/fzf/bin:/Users/r17/go/bin:/usr/local/opt/go/libexec/bin ❯ env G FNM_ FNM_HOME=/Users/r17/.fnm FNM_MULTISHELL_PATH=/var/folders/p8/p4d4n5l91t5g4cjrv4kp9t1h0000gp/T/fnm_multishells/7940_1617982869850 FNM_DIR=/Users/r17/.fnm FNM_LOGLEVEL=info FNM_NODE_DIST_MIRROR=https://nodejs.org/dist FNM_ARCH=x64 ❯ node -v zsh: command not found: node ```

@Schniz maybe this is will help how to solve this issue ```zsh ❯ fnm list * v12.22.0 * v14.16.0 * v14.16.1 * system ❯ for version in $(fnm list); do...

@Schniz this is ``` ❯ ls $FNM_MULTISHELL_PATH /var/folders/p8/p4d4n5l91t5g4cjrv4kp9t1h0000gp/T/fnm_multishells/25658_1618258813600 ❯ ls -l $FNM_MULTISHELL_PATH/bin ls: /var/folders/p8/p4d4n5l91t5g4cjrv4kp9t1h0000gp/T/fnm_multishells/25658_1618258813600/bin: No such file or directory ````

@Schniz I was uninstall all of version node cause i need to run node.js. so I install again ``` ❯ ls -lah $FNM_MULTISHELL_PATH lrwxr-xr-x 1 r17 staff 31B Apr 13...

@Schniz I have been try to use in another machine, I found some clues. `bin` directory of node version is missing, my assume is deleted by (i dunno who deleted)...

Thank you for work @fncolon but we need discussion for another component like `TagLeftIcon`, in `TagLeftIcon` have a props called `as` with value component. Original example ```javascript {["sm", "md", "lg"].map((size)...

@fncolon please make it up to date and run script for fix eventtype thank you