_{ development }_
-
vim-polyglot / coc.nvimdevelopment/general 2020. 3. 19. 06:49
vim-polyglot Adding plugins for new language support is always cumbersome. I had these among many other plugins: Plugin 'pangloss/vim-javascript' Plugin 'kchmck/vim-coffee-script' Plugin 'chemzqm/vim-jsx-improve' Plugin 'leafgarland/typescript-vim' Plugin 'peitalin/vim-jsx-typescript' Plugin 'cakebaker/scss-syntax.vim' Plugin 'gcorne/vim-sass-lint' Plugin 'rust-lang/rust.vim' Plugin 'racer-rust/..
-
It works on my local but CircleCI complains about weird JS errorsdevelopment/gotcha 2020. 2. 27. 17:39
Really bizarre error message poped up when the tests were running in CircleCI that I didn't see on my local machine. ReferenceError: __DEV__ is not defined I went so far as to declare it as a global variable in the Jest config, which should have applied already by other libraries, didn't work as well. Except for those errors happen to both local and CircleCI, usually it's the framework or librar..
-
React Native Android App Memory Investigationdevelopment/react-native 2016. 10. 26. 09:44
I wrote this post for my company's tech blog, Red Shift. Original post is here. React Native Android App Memory InvestigationImages not loading on my old Android phone?While working on a React Native app not long ago, I noticed something odd. I could not see any images on the next screens, only colors and text on Android. Whereas, there was no problem on iOS.I blamed my old Android phone which I..
-
Cloud Code with kue (Migrate from Parse.com to a hosted Parse server)development/general 2016. 8. 15. 20:28
This note was supposed to be posted months ago. I think I wrote this someday in January but since then totally forgot about that- and the file was in my backup directory. People who forget easily, like me, shouldn't put things off. (Aug 15. 2016) Parse.com will be retired As Parse.com announced, they’re closing their service next year which is a pretty bad news to the people who has been using i..