Yongwoo Yu (Yowu)
Yongwoo Yu (Yowu)
 using react-native-firbase-analytics `1.0.6` using react-native `0.32.0` ```javascript import React, { Component, PropTypes, } from 'react'; import { View, StyleSheet, ScrollView, Alert, AlertIOS, InteractionManager, } from 'react-native'; import Analytics from...
There are people who want to manage config files such as tsconfig, `pm2`, `webpack`, `eslint`, etc. as `*.js` rather than `*.json` files. And most packages support reading configuration files with...
git에 있는 것 만으로는 ng serve가 되지 않아서 테스트는 못해봤습니다 ㅜㅜ closes #11
 post detail 페이지에서 페이스북 공유 버튼을 누르면 query string으로 넘어가는 description parameter가 마크다운 그대로 표시됩니다. (`description=${encodeURIComponent(this.body)}`) ```typescript window.open(`https://www.facebook.com/v2.1/dialog/feed?&app_id=1404961129515494&caption=YOP: Year Of Programmers&description=${encodeURIComponent(this.body)}&display=popup&locale=ko_KR&name=${encodeURIComponent(this.title)}&link=${encodeURIComponent(url)}&picture=${image}&version=v2.1`, 'facebookShare', 'toolbar=0,status=0,width=625,height=435' ); ``` 그리고 server-side rendering이 구현되어...
## Overview This PR adds support for AMD graphics. ## Note - This is still in the ideation stage and requires testing. - Currently, I am unable to set up...
### Description Hello. I am a user from South Korea. When creating a task using Korean input and hitting enter, the task gets created multiple times. This issue might also...
### Description In the Safari web browser, I am unable to change the order of created tasks (works fine in Chrome). When attempting to reorder tasks, it results in block...
### Experiecne - `3년 0개월` 이 `3년` 으로 표시되도록 수정 - 같은 회사 내에서 조직 이동했을 때 하나의 블록에서 보일 수 있도록 수정 ### Introduce - package.json 직접 참조 제거...
1.3.0 적용 후 버그 기대 결과: 하위 positions 에 endedAt 이 없는 아이템이 있을 경우 `2021.02 ~` 로 표기되어야함 실제 결과: 하위 positions 에 endedAt 이 없는 아이템이 있어도 `2021.02...
### Description I primarily work in **Korean**, and most of my colleagues are also more comfortable with Korean than English. However, when using ProxyAI, I have been unable to change...