Mo Kweon

Results 10 issues of Mo Kweon

There is a "copy-to-clipboard" button hidden at the upper right corner of code block ![image](https://user-images.githubusercontent.com/2981167/29692724-5e63b594-88e6-11e7-9ebf-78daf40f2d12.png) It can be fixed by setting z-index for the class of `snippet-copy-to-clipboard` but it looks...

## Steps to reproduce 1. Create any org file `temp.org` 2. Create a source code block ```org #+BEGIN_SRC js const a = { data: [], nextOffset: 1 } #+END_SRC ```...

## Setup * Ubuntu 16.04 * MXNet (ver 0.10.0) * Minpy (ver 0.3.4) ## What I was trying to do * Run MNIST but with `y_onehot` * X.shape = (n,...

1. Install black & isort ```shell pip install black isort ``` 2. Run ```shell isort -y black . ``` 3. Set up a lint

```shell ❯ pipenv run mypy . Courtesy Notice: Pipenv found itself running within a virtual environment, so it will automatically use that environment, instead of creating its own for any...

I'm also seeing the same error message as in #14, but the thing is that error message doesn't help. It simply says > failed to deploy pipeline: failed to deploy...

모바일에서 업로드 어떻게 하지 픽스는 패딩 필요할듯 기기: 안드로이드 웹 https://media.discordapp.net/attachments/846524269298974760/855658600311423026/Screenshot_20210618-205845.png

bug

![PR12 로고-001](https://user-images.githubusercontent.com/2981167/122092982-6b71cd80-cdbf-11eb-9a3c-ba579226a20e.png)

## 요약 `postype.go` 파일의 POS 태그 정의를 C++ 원본 저장소([bab2min/Kiwi](https://github.com/bab2min/Kiwi))와 자동으로 동기화하는 프로세스 도입을 제안합니다. 🤖 ## 배경 현재 Go의 POS 태그 정의(`codingpot/kiwigo/postype.go`)는 C++의 enum 및 태그 문자열 배열([Types.h](https://github.com/bab2min/Kiwi/blob/main/include/kiwi/Types.h) /...

documentation