Git Product home page Git Product logo

koalabot's People

Contributors

aweekj avatar harfangk avatar haruair avatar jack-valentine avatar lazygyu avatar marocchino avatar minieetea avatar originerd avatar riseshia avatar scarfunk avatar seojiwoong avatar shiren-wanderer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

koalabot's Issues

Hope to

  • precommit with standardjs
  • TEST
  • Remove all warning from dependency

Improve 출/퇴근

  • hubot 출근 [장소] 명령어 추가. 퇴근시에는 현재 체크인 되어있는 장소 기준으로.
  • hubot 기본 [장소] 명령어 추가. 출근시 장소 인자가 없는 경우에 사용할 장소를 지정.

Question to: @haruair

  • 혹시 레디스 말고 구글 스프레드를 쓴 특별한 이유가 있나요?
  • 저번에 나온 이야기는 대략 이정도 였던거 같은데, 이 사양 변경에 대해서 코멘트나 코드를 주시면 감사하겠습니다.

UX 개선안 후보

위치명을 여러개를 받게 한 다음 맘에 드는 걸 선택하게 하면 좋을 것 같다는 생각도 드네요 그래서 통계도 내고 from etermory
그 아이디로 찍었던 위치를 전부 리스트업해서 from haruair
흠.. 아니면 지난번 위치를 기억해뒀다가 지난번 위치가 여기였습니다 이번에도 여기인가요 해서 맞으면 y고 아니면 새로 찍ㄱ.. from arabove

Database & ORM Setup

지금 데이터베이스 대용으로 Google Spreadsheet를 사용하고 있습니다. 혼자 쓸 때야 키가 있으니 괜찮았는데 공개하고나니 개발, 테스트가 매우 불편하네요. 대체하기 위한 데이터베이스랑 ORM을 골라서 옮겨야 할 것 같습니다.

가장 만만한 몽고 조합도 있고... postgres나 여타 디비도 상관 없을 것 같구요, heroku 사용하고 있으니.

Firebase setup

디비 firebase 사용하기로.

  • 헤로쿠 월 9불 낼꺼면 인스턴스를 올리고 말지
  • 그런데 관리하긴 귀찮으므로 대용 서비스 검색
  • firebase 백엔드는 구리지만 넉넉한 용량

MAC sierra build fail

gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /Users/sukkyu/.node-gyp/6.6.0
gyp verb `which` succeeded for `make` /usr/bin/make
gyp info spawn make
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
  c++ '-DNODE_GYP_MODULE_NAME=node-icu-charset-detector' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/sukkyu/.node-gyp/6.6.0/include/node -I/Users/sukkyu/.node-gyp/6.6.0/src -I/Users/sukkyu/.node-gyp/6.6.0/deps/uv/include -I/Users/sukkyu/.node-gyp/6.6.0/deps/v8/include -I../../nan -I/opt/local/include -I/usr/local/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -fno-rtti -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o.d.raw   -c -o Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o ../node-icu-charset-detector.cpp
In file included from ../node-icu-charset-detector.cpp:2:
../../nan/nan.h:590:20: error: no type named 'GCEpilogueCallback' in 'v8::Isolate'
      v8::Isolate::GCEpilogueCallback callback
      ~~~~~~~~~~~~~^
../../nan/nan.h:596:20: error: no type named 'GCEpilogueCallback' in 'v8::Isolate'
      v8::Isolate::GCEpilogueCallback callback) {
      ~~~~~~~~~~~~~^
../../nan/nan.h:601:20: error: no type named 'GCPrologueCallback' in 'v8::Isolate'
      v8::Isolate::GCPrologueCallback callback
      ~~~~~~~~~~~~~^
../../nan/nan.h:607:20: error: no type named 'GCPrologueCallback' in 'v8::Isolate'
      v8::Isolate::GCPrologueCallback callback) {
      ~~~~~~~~~~~~~^
4 errors generated.
make: *** [Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/Users/sukkyu/.nvm/versions/node/v6.6.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:106:13)
gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
gyp ERR! System Darwin 16.0.0
gyp ERR! command "/Users/sukkyu/.nvm/versions/node/v6.6.0/bin/node" "/Users/sukkyu/.nvm/versions/node/v6.6.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/sukkyu/koalabot/node_modules/node-icu-charset-detector
gyp ERR! node -v v6.6.0
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
npm verb lifecycle [email protected]~install: unsafe-perm in lifecycle true
npm verb lifecycle [email protected]~install: PATH: /Users/sukkyu/.nvm/versions/node/v6.6.0/lib/node_modules/npm/bin/node-gyp-bin:/Users/sukkyu/koalabot/node_modules/node-icu-charset-detector/node_modules/.bin:/Users/sukkyu/koalabot/node_modules/.bin:/Users/sukkyu/.nvm/versions/node/v6.6.0/bin:/Users/sukkyu/.nvm/versions/node/v6.6.0/bin:/Library/Frameworks/Python.framework/Versions/3.5/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/Library/TeX/texbin:/Users/sukkyu/.yadr/bin:/Users/sukkyu/.yadr/bin/yadr
npm verb lifecycle [email protected]~install: CWD: /Users/sukkyu/koalabot/node_modules/node-icu-charset-detector
npm info lifecycle [email protected]~install: Failed to exec install script
npm WARN install:[email protected] [email protected] install: `node-gyp rebuild`
npm WARN install:[email protected] Exit status 1
npm verb install:[email protected] Error: [email protected] install: `node-gyp rebuild`
npm verb install:[email protected] Exit status 1
npm verb install:[email protected]     at EventEmitter.<anonymous> (/Users/sukkyu/.nvm/versions/node/v6.6.0/lib/node_modules/npm/lib/utils/lifecycle.js:242:16)
npm verb install:[email protected]     at emitTwo (events.js:106:13)
npm verb install:[email protected]     at EventEmitter.emit (events.js:191:7)
npm verb install:[email protected]     at ChildProcess.<anonymous> (/Users/sukkyu/.nvm/versions/node/v6.6.0/lib/node_modules/npm/lib/utils/spawn.js:40:14)
npm verb install:[email protected]     at emitTwo (events.js:106:13)
npm verb install:[email protected]     at ChildProcess.emit (events.js:191:7)
npm verb install:[email protected]     at maybeClose (internal/child_process.js:877:16)
npm verb install:[email protected]     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

nvm v6.6.0 이고

brew install icu4c
brew link icu4c --force
로 했는데도 해결이 안되는군영...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.