Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Coc.nvim

Make your vim smart as VSCode
Collective - Host: opensource - https://opencollective.com/cocnvim - Code: https://github.com/chemzqm

Remove `createBaseType`, Neovim Type classes should not be dynamically generated

github.com/chemzqm/node-client - 5ee6676ec92881dbf5f06172fa3cf8689f657583 authored over 7 years ago
Add plugin class decorator test for initializing with Neovim API

github.com/chemzqm/node-client - a83d76b1ba03d5396d28dc306ce5d23013d3a3ed authored over 7 years ago
Add tests for Plugin wrapper class API

github.com/chemzqm/node-client - 6835849dcc525fd3fbff35a986a7b69cdb735ab8 authored over 7 years ago
Change the way decorators are applied in tests to be similar to babel

github.com/chemzqm/node-client - ad457de89546cd71bd62a2f1d180413c3c9fbf18 authored over 7 years ago
Add tests for plugin decorators

github.com/chemzqm/node-client - 2060ce8bd7590850c04a19714a0c5d0836c7136c authored over 7 years ago
Add support for plugin decorators to decorate functions as well as methods

github.com/chemzqm/node-client - b84a4b8c2654c4ee27fdd8263d371776f8342436 authored over 7 years ago
Add "__tests__" dir to exclude from tsc

github.com/chemzqm/node-client - 04400b1fad862ce16f5fef78d979861d0f014a5a authored over 7 years ago
Suppress tsc errors when running npm task

github.com/chemzqm/node-client - 6e51827b924491858aae6bf59faf5fb75deb3ee7 authored over 7 years ago
WIP: Types for plugin decorators

github.com/chemzqm/node-client - 896e018ced4bc0b836b4119d51d3107ffbb629e8 authored over 7 years ago
TS build before running tests

github.com/chemzqm/node-client - d0d39e08f3036b107f655a3959bedfb86c507f2b authored over 7 years ago
Add return types to Window

github.com/chemzqm/node-client - 85bda5eb716826af9b6184cb13b3ac43b2203186 authored over 7 years ago
Fix imports that would create a circular dep using node require

github.com/chemzqm/node-client - fc77503f862ce21c81f624a24aebc7e317f65640 authored over 7 years ago
Fix some eslint import rules

github.com/chemzqm/node-client - b50e8731e6a4a8e669799b63068020f63ca0e2c7 authored over 7 years ago
Fix broken logger import

github.com/chemzqm/node-client - 01ea57521214f5f65b5c824a1b5ace6c93c8ce58 authored over 7 years ago
WIP: Fix integration test, fix eslint for typescript

github.com/chemzqm/node-client - f0bf3eaad9e73a7e81cc4fbfe38abff2bcf1d6ee authored over 7 years ago
Fix tests

* Fix wrong lodash imports
* Remove lodash, opt for individual packages

github.com/chemzqm/node-client - 008624c7cddef5712b8067e3f6112bc4a9d080de authored over 7 years ago
Add prettier for ts files

github.com/chemzqm/node-client - 7d52047da1282769cde89d4ef4d73024d145bcd8 authored over 7 years ago
Fix lodash import

github.com/chemzqm/node-client - 2c0ae4a64aa25b6ed193085e56a519f59b2797bd authored over 7 years ago
Issues with npm5 lockfile and jest

github.com/chemzqm/node-client - bf5bb06581a70b27a5f56a4bc2e7af10144ba751 authored over 7 years ago
Update yarn lockfile

github.com/chemzqm/node-client - fc8d9feda7ba40d35035a0390d747b3b8f4dc515 authored over 7 years ago
chore(): start ts-convert

github.com/chemzqm/node-client - fd5b58dc86ce77b6ce018bfbb1e995375c6a1e1e authored over 7 years ago
Delete Makefile

github.com/chemzqm/node-client - fe4bbd1cf410bf4abbf5ba77e2f0a95990004c8b authored over 7 years ago
improve denite

github.com/chemzqm/vimrc - caedb8ba5af03bfef9864a82ef26b34d451bcb6e authored over 7 years ago
Fix tests so they run on linux (issues with killing child process, not sure exactly what)

github.com/chemzqm/node-client - 54ea2a20e81ad28a2d26a6c6af5ce200e0231e07 authored over 7 years ago
Refactor Neovim class into 2 separate classes

* Neovim is now more similar to other ExtType classes (Buffer, Window,
Tabpage) - is now strictl...

github.com/chemzqm/node-client - d9ccba832fd6264fd8f535f247bd50b0fedd1e1e authored over 7 years ago
Rename Neovim file

github.com/chemzqm/node-client - b3d79aa848e878878e4e65822751544102ac2021 authored over 7 years ago
Refactor createBaseType to re-use Base

github.com/chemzqm/node-client - ed0ed07c3c11858b9765ec09d57c409c33c84a7f authored over 7 years ago
Refactor `createChainableApi` into module, change `tabpage.window` to proxy window requests

github.com/chemzqm/node-client - 2788705c7352c6ab85cd6aa931cd3bbe59ff15ba authored over 7 years ago
Remove "only" in Tabpage test suite

github.com/chemzqm/node-client - fc54b5bff4f17e4e4453ea473dfbcaeb1344cfb1 authored over 7 years ago
Add API + tests for Tabpage

github.com/chemzqm/node-client - a603de5c870e525b156ea5a8dc0d062583205fc6 authored over 7 years ago
Fix logic when creating dynamic api wrappers

github.com/chemzqm/node-client - 3392995307d3cf8acec8bb315c54fa7d415e069b authored over 7 years ago
Add API to Buffer to manipulate lines

github.com/chemzqm/node-client - d2ea1b09012a03244aabb0f99f3d38fdd8d29daa authored over 7 years ago
Define properties on returned promise for devtools

github.com/chemzqm/node-client - 0c385ec1e1705c9e33a5b27b41b0cbaa893a32a9 authored over 7 years ago
Fix setters and methods for neovim promise proxy

github.com/chemzqm/node-client - fb5e280cdea5f77acff4d38a468bb141f48c3d41 authored over 7 years ago
Refactor Buffer proxy to be a function

github.com/chemzqm/node-client - abb980aca8323eb1f93f877796a8db06bce82c72 authored over 7 years ago
Filter out deprecated APIs

github.com/chemzqm/node-client - a2430bcbbc0aac4c9b2ee0eb1d0c90d0bd37152f authored over 7 years ago
Dont overwrite existing methods when generating dynamic API wrappers

github.com/chemzqm/node-client - 208bcce5c9c258eb86d7aed0c0ed37e0f0b23e5c authored over 7 years ago
WIP: Seperate Ext Types into separate APIs

* Change Buffer to have its own class
* Change Neovim to use same interface as Buffer/etc
* Add ...

github.com/chemzqm/node-client - 191d3c3c2d501c2bd569f5b42ffb05a242d8c1c6 authored over 7 years ago
Remove travis config

github.com/chemzqm/node-client - febe3071ecc92b231f7ac1c8e2675bee9c7cdf1f authored over 7 years ago
Fix yarn command in circleci config

github.com/chemzqm/node-client - 9bccdbb9873750626a7da4672ba6f2155e0a4d9b authored over 7 years ago
Fix circleci config

github.com/chemzqm/node-client - edcf26025d078c7fbdb18ddf8fe2ef50de73a414 authored over 7 years ago
Add codecov support from circleci

github.com/chemzqm/node-client - 836d45a01c0935adad1e4d6306c9860d4785875f authored over 7 years ago
use <leader>tf for jedi assignments command

github.com/chemzqm/vimrc - d5c3fa94e7e758813a4224ba59d3322a50cd0a46 authored over 7 years ago
Create README.md

github.com/chemzqm/node-client - ce8abbd5f35418c101a9873e958574d147bc1342 authored over 7 years ago
Update package.lock

github.com/chemzqm/node-client - 5dc9e0e076d85521178e4b17a0c0e6be543d23c2 authored over 7 years ago
Add VIM env var for circle

github.com/chemzqm/node-client - 218c5058a493128fc075279c7195d9e4081abbc9 authored over 7 years ago
Remove ALLOW_CONSOLE from CI configs

github.com/chemzqm/node-client - 9bb31bce9b6fd39ddf177f8a7821e17b1ffb0d12 authored over 7 years ago
Add neovim to path for circle

github.com/chemzqm/node-client - 90e18a6958997f18c1b39146bdf3e0b6ffbee306 authored over 7 years ago
Add some env vars to re-use neovim travis bootstrap script

github.com/chemzqm/node-client - 2350925a2e7ffccc1a45815bc385eeb4f1ed9df5 authored over 7 years ago
Debug installing nvim

github.com/chemzqm/node-client - b9d6d47d069ab118e7a439dbd60775d43c87cd48 authored over 7 years ago
Change circle to use yarn

github.com/chemzqm/node-client - 5d00ad63f2a2e294a556d8b72ab2c03fcc2a7821 authored over 7 years ago
Update packagelock

github.com/chemzqm/node-client - b7dac9ed83bf5f4dfa301f454b411434546df138 authored over 7 years ago
Add circle CI config

github.com/chemzqm/node-client - e045c4269fd038397db39134bb9d72aecdcfbde4 authored over 7 years ago
Create README.md

github.com/chemzqm/node-client - dff3d574beb4cbd776b5ba1753e737cb0fbaae3e authored over 7 years ago
Pulling a windows 10 and just going to v3.0

github.com/chemzqm/node-client - 276cabce9d7ea52b2ad06e796bf26c9f4d1dab88 authored over 7 years ago
Change host to respond to `--version` request (for CheckHealth)

github.com/chemzqm/node-client - 9eb501587c9b30dfaacaf5bb350a5cf1bd18dba0 authored over 7 years ago
Add yarn cache back to travis config, add node 7 tests

github.com/chemzqm/node-client - e4c4fe7120f4aff50d3c35f931f76eac7979ee94 authored over 7 years ago
Update package details

github.com/chemzqm/node-client - 083df6bd2cd93c85ff87dd1e8e2c9a853add60f8 authored over 7 years ago
Create README.md

github.com/chemzqm/node-client - f56e8171fcc918161fb52b4e8f612613c4aa84b3 authored over 7 years ago
Need to `npm link` client package so neovim can load node host

github.com/chemzqm/node-client - 718ce871da69fa584dd0728746e195ad3ab409c8 authored over 7 years ago
Change BufEnter pattern for now, may be causing issues

github.com/chemzqm/node-client - 48bca882e4c2598c54066991bb32c24f3a00bf4b authored over 7 years ago
Add explicit `index` filename

github.com/chemzqm/node-client - 06610401046d3a3592d6900473efa3a9a9bf321f authored over 7 years ago
Add better control for killing nvim process

github.com/chemzqm/node-client - c9a3dd009e08d5a4984e6da2a0e9a1e7bb2dca9c authored over 7 years ago
Disable node_modules cache?

github.com/chemzqm/node-client - 6ae98c73d628120b0b7fab327cbfd6fc7bcef209 authored over 7 years ago
Add some env vars for debugging

github.com/chemzqm/node-client - 937f8d991916957f46ea8f358749d9e8d4f67898 authored over 7 years ago
Only run travis against node 8

github.com/chemzqm/node-client - 1cdcdebeca736d833f1798b5b7f4ff8711404ebf authored over 7 years ago
Fix hanging nvim process in test

github.com/chemzqm/node-client - cbdd80d700e4b2eb71956deea2fd170dd1c9e744 authored over 7 years ago
Add eslintignore

github.com/chemzqm/node-client - ca6d5416e90254d97af5fd3e2f953c4f09bd2ca0 authored over 7 years ago
Change to use relative path for integration test for neovim2

github.com/chemzqm/node-client - 855d901750319adf2235895ada4c021eeb1f4c87 authored over 7 years ago
Update factory tests (changed plugin)

github.com/chemzqm/node-client - f048b2fd5d5a307983e7449bbb7d28ed1b9b81c1 authored over 7 years ago
Remove old tests

github.com/chemzqm/node-client - 72e29b1752ef27e0920f564a5058a09356bbc967 authored over 7 years ago
Configure travis to run integration tests

github.com/chemzqm/node-client - a522111f56f572dc9f3a5afd204aac5c158ef784 authored over 7 years ago
Add an integration test for plugins

github.com/chemzqm/node-client - 0e6d96e27088ab42a0fbcef2dcc11891ef91fec8 authored over 7 years ago
Add test for plugin factory

github.com/chemzqm/node-client - 796cc0955fbbad48881bacbf67b9ef6c442f77df authored over 7 years ago
Remove old promisify files

github.com/chemzqm/node-client - 8c2668dee4b698da321b3225bce629f7bcc4b0f0 authored over 7 years ago
Add test for devnull

github.com/chemzqm/node-client - cf881d24e169863bb8f25b316189b4a3a36edcd1 authored over 7 years ago
Move factory module location into `host`

github.com/chemzqm/node-client - 0338107d52c39c62c93e1f7d20ea14cec9b011b2 authored over 7 years ago
Fix autocmd decorator, add pattern to method name

github.com/chemzqm/node-client - f9994dad23b81beebbf8449b8e8a9d9da59debcb authored over 7 years ago
Fix some jest path config

github.com/chemzqm/node-client - 5b6d002066a5aa277daded96a79fb70b97f78881 authored over 7 years ago
Fix some issues with host module and properly returning data from child plugin

github.com/chemzqm/node-client - e87e7a3c602c0bfbe361ad1cdf7d10fa87c26eed authored over 7 years ago
Create README.mkd

github.com/chemzqm/node-client - 3990b616561f37ecc05d8816116b5356358aa7ad authored over 7 years ago
Merge branch 'refactor-neovim-plugin'

github.com/chemzqm/node-client - 6ccab7108a1cea0f92fddd34991cdefdbe580b2d authored over 7 years ago
Fix travis badge

github.com/chemzqm/node-client - f76bc9edb1513733df84066a12e2e7fc22af4b85 authored over 7 years ago