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

Merge pull request #31 from neovim/msgpack-lite

Change msgpack library

github.com/chemzqm/node-client - d382f1ed4ad76f3be4d3e8ab34230e7cb8258eda authored over 7 years ago by Billy Vong <[email protected]>
Fix factory missing globals

github.com/chemzqm/node-client - fc98fed118ca78115a620f955cd88e5463102ea1 authored over 7 years ago by Billy Vong <[email protected]>
Fix some buffer methods (add/clear highlight, mark)

github.com/chemzqm/node-client - bb97666e0fd1f329faee66ae72c5f373f3954287 authored over 7 years ago by Billy Vong <[email protected]>
Lower jasmine timeout

github.com/chemzqm/node-client - 4cb113952ff191bb6936a521f4543760462af99b authored over 7 years ago by Billy Vong <[email protected]>
Add no unused var for tslint

github.com/chemzqm/node-client - 14a7825f18227b223c2a66a8493bda095633ff66 authored over 7 years ago by Billy Vong <[email protected]>
Change is_error parameter

github.com/chemzqm/node-client - 87794c509bf02e0db5cd6614f05bdd07d05e6587 authored over 7 years ago by Billy Vong <[email protected]>
Add a citation for re-used code, remove unused imports

github.com/chemzqm/node-client - 45f7a93dd35cd19f247704e65b4e082e8879157e authored over 7 years ago by Billy Vong <[email protected]>
Rename transport properties

github.com/chemzqm/node-client - 478ea4a145c2e168b96269626faf4bc44a884a00 authored over 7 years ago by Billy Vong <[email protected]>
Remove msgpack5rpc definition file

github.com/chemzqm/node-client - 2e69e80edb0140791147324946ec32d7408e9788 authored over 7 years ago by Billy Vong <[email protected]>
Fix test-staged task

github.com/chemzqm/node-client - dee9a720895429b94dc35723b1e67b12876863ea authored over 7 years ago by Billy Vong <[email protected]>
Replace msgpack5rpc with msgpack-lite

Remove step that uses ExtType metadata from neovim API -- instead have
metadata defined.

TODO: ...

github.com/chemzqm/node-client - fc42b9f9cf1cb7da560473376ec60c9461140bbe authored over 7 years ago by Billy Vong <[email protected]>
Add gitter integration with circle

github.com/chemzqm/node-client - f95ebe783faadf2fdf8c38812b8eb2f3d1d30167 authored over 7 years ago by Billy Vong <[email protected]>
Merge branch 'ts-strict' into next

github.com/chemzqm/node-client - b3fbbfa88729712d15a429a566bc531ee9952800 authored over 7 years ago by Billy Vong <[email protected]>
Update README.md

github.com/chemzqm/node-client - 68790c7d8e67aca8b8c23a825989b1859426fce8 authored over 7 years ago by Billy Vong <[email protected]>
Merge pull request #30 from neovim/ts-strict

Enable stricter TS config rules + remove dynamic API

github.com/chemzqm/node-client - 588387bfa8acef3c032fcb76db0b7d42f407a6ca authored over 7 years ago by Billy Vong <[email protected]>
Change `channelId` to a getter that returns Promise of `_channel_id`

github.com/chemzqm/node-client - 5b99d8e59290eea589b960f758a0a48c1186635e authored over 7 years ago by Billy Vong <[email protected]>
WIP: Add some API aliases for getter/setters

github.com/chemzqm/node-client - 26f61ee2da9ff426eca63df5394f70396239b2c9 authored over 7 years ago by Billy Vong <[email protected]>
Add noImplicitReturns, suppressImplicitAnyIndexErrors

github.com/chemzqm/node-client - 7726b0b955e05811942bf978770f1e42cda7c673 authored over 7 years ago by Billy Vong <[email protected]>
Fix attach tests

github.com/chemzqm/node-client - 90b9825666fb77f3dd1558f65f3b29ce90c83d1e authored over 7 years ago by Billy Vong <[email protected]>
Remove file extensions in package.main def

github.com/chemzqm/node-client - b80aaab4709b0e7a65b6eb1a6414126f085d7db7 authored over 7 years ago by Billy Vong <[email protected]>
Remove logging in attach

github.com/chemzqm/node-client - 00f368d2efcc7d3d56a67f7b9df700bb52b2e916 authored over 7 years ago by Billy Vong <[email protected]>
Change noImplicitAny to true, add more explicit types

github.com/chemzqm/node-client - dd2bb9a199433b0d11b9cf7261512508ad61ed4e authored over 7 years ago by Billy Vong <[email protected]>
Fix import for api script

github.com/chemzqm/node-client - e53bbb5735497395d1ea4cb5a6c13db69792bd19 authored over 7 years ago by Billy Vong <[email protected]>
Remove dynamically generated API wrappers

github.com/chemzqm/node-client - 8b257e9a1bb48d383052511c49fca1b833a908d9 authored over 7 years ago by Billy Vong <[email protected]>
Run lint-staged with no-cache for jest

github.com/chemzqm/node-client - 0b4c707f061c2aefb3def357c1835f853ff9de61 authored over 7 years ago by Billy Vong <[email protected]>
Fix integration test, for some reason, import from lib/index does not work

github.com/chemzqm/node-client - 43f1cd8fa98fe2e9dca141797db28122b8265301 authored over 7 years ago by Billy Vong <[email protected]>
Refactor VimValue type

github.com/chemzqm/node-client - aa8f6ba9daa09120d21a70605552959a338e7a2e authored over 7 years ago by Billy Vong <[email protected]>
Add better types and comments for API methods

github.com/chemzqm/node-client - 425380a276a5c46bae324d1798219461020a2030 authored over 7 years ago by Billy Vong <[email protected]>
Move @types back into devdeps

github.com/chemzqm/node-client - 3be8f01654943489cae2eaac3aaece9c23bd7bef authored over 7 years ago by Billy Vong <[email protected]>
Include type: node in tsconfig

github.com/chemzqm/node-client - 61abcf153c0811f96df795ebcf2a8e8c22801d84 authored over 7 years ago by Billy Vong <[email protected]>
Fix child_process imported as default import

github.com/chemzqm/node-client - 2735af754f160564b70c0eb64a9f151aef4ffdc9 authored over 7 years ago by Billy Vong <[email protected]>
Move @types to dependencies

github.com/chemzqm/node-client - e064e8be7dedc320a3b40cd93d098261da95d0dc authored over 7 years ago by Billy Vong <[email protected]>
Explicitly whitelist dirs to publish

github.com/chemzqm/node-client - 0c1de4c3e35939faea013b5c9ad4f320571186c5 authored over 7 years ago by Billy Vong <[email protected]>
Add npmignore or else npm will use gitignore (seems stupid)

github.com/chemzqm/node-client - 7d49babe680dacf88a16d3fcf15bd48bb5fb1427 authored over 7 years ago by Billy Vong <[email protected]>
Fix tsconfig, typo in `include`

github.com/chemzqm/node-client - faae102dddb1993e0f93f061f1a84bb7dca07db6 authored over 7 years ago by Billy Vong <[email protected]>
Add build step before npm publish

github.com/chemzqm/node-client - f6d96ef7542ec7f17b3a303cb5bed707c8255503 authored over 7 years ago by Billy Vong <[email protected]>
Update README.md

github.com/chemzqm/node-client - 69fd51051801f97fa3f6538176f3c9ce03c4fb81 authored over 7 years ago by Billy Vong <[email protected]>
Update README.mkd

github.com/chemzqm/node-client - b945afc93920c91c435554220c9a52c7c487e2b8 authored over 7 years ago by Billy Vong <[email protected]>
Improve types of ext type getters + add api comments

github.com/chemzqm/node-client - b6facee00577ea6bb43fc362ba9e31967ef31ed2 authored over 7 years ago by Billy Vong <[email protected]>
Update type for attach param `proc`

github.com/chemzqm/node-client - 26d78c6af0f8eb5647bb3d48b22fbc411dfbffd6 authored over 7 years ago by Billy Vong <[email protected]>
Remove package-lock, seems to mess up my jest install

github.com/chemzqm/node-client - cdb58805c6367764e5b8ef850bcaa5e18d7610a5 authored over 7 years ago by Billy Vong <[email protected]>
Merge pull request #28 from billyvg/master

[Breaking changes] New client/plugin/host APIs

github.com/chemzqm/node-client - c1b59a577476a423d107356cd92ddeafb826e0dd authored over 7 years ago by Billy Vong <[email protected]>
Merge pull request #4 from billyvg/chore/tss-rewrite

TypeScript rewrite

github.com/chemzqm/node-client - b184b3653d000a8f749ef67f52922bfae6315f17 authored over 7 years ago by Billy Vong <[email protected]>
Merge branch 'master' into chore/tss-rewrite

github.com/chemzqm/node-client - ed1743457a2562dcf8c47f485e24954a7321f787 authored over 7 years ago by Billy Vong <[email protected]>
Change msgpack5rpc import

github.com/chemzqm/node-client - 269422a5e922df354002b4b394e6b58908cd436e authored over 7 years ago by Billy Vong <[email protected]>
Update yarn lockfile

github.com/chemzqm/node-client - 76955e83dbb1fdadb78a1862e3ab384441731f5c authored over 7 years ago by Billy Vong <[email protected]>
Update ts target to es2015

github.com/chemzqm/node-client - 917907edb68796e15812654695b532fa4737a00c authored over 7 years ago by Billy Vong <[email protected]>
update node types

github.com/chemzqm/node-client - 459fcc269b6b4c073dea4454f0100c1be9c30654 authored over 7 years ago by mhartington <[email protected]>
move to eslint and fix plugin decorator

github.com/chemzqm/node-client - 26431d41a1747924e101a1a614e5ce8b3f2da8b4 authored over 7 years ago by mhartington <[email protected]>
improve Gpush

github.com/chemzqm/vimrc - 319a3a767fdac96c0d7f32ed5ede36897006dfe6 authored over 7 years ago by chemzqm <[email protected]>
Upgrade eslint-plugin-import

github.com/chemzqm/node-client - b1e4dbb9f798ef78022df503c390d4b48c3798c1 authored over 7 years ago by Billy Vong <[email protected]>
Refactor `export *`, messes up eslint parser

github.com/chemzqm/node-client - 06f0a0cd17b9352c9e5477b062903fa82f33cbe5 authored over 7 years ago by Billy Vong <[email protected]>
Add subscribe/unsubscribe to Neovim API

github.com/chemzqm/node-client - 599fd2dee9a7ae89b05c494217abb62ad19f0b71 authored over 7 years ago by Billy Vong <[email protected]>
Add more options to `nvim_ui_attach`

github.com/chemzqm/node-client - 203d031f3a2e902c11bb3252ec4dc8ff5a5bc8d2 authored over 7 years ago by Billy Vong <[email protected]>
Add types for Module in host factory

github.com/chemzqm/node-client - ec12380c489e88406ff7cde4ae845e5c4ea387b2 authored over 7 years ago by Billy Vong <[email protected]>
Add `nvim_ui_` functions

github.com/chemzqm/node-client - 477a1892bebbb18332f1f9e038719116d04b6dbd authored over 7 years ago by Billy Vong <[email protected]>
fix ts-warning on plugin.test for real

github.com/chemzqm/node-client - f42c95aecc0a7110a1e1d7f17a2d2336f5594920 authored over 7 years ago by mhartington <[email protected]>
fix ts-warning on plugin.test

github.com/chemzqm/node-client - 93541b75f98f37371edc564fc4908a123396ecc0 authored over 7 years ago by mhartington <[email protected]>
Update yarn lockfile

github.com/chemzqm/node-client - 39cc8b2dd8b0208280ed0832d02a49d825ee8c99 authored over 7 years ago by Billy Vong <[email protected]>
Update yarn lock for ts 2.3.4

github.com/chemzqm/node-client - 298835613588f520037b8fea719bdb5edcd67ddf authored over 7 years ago by Billy Vong <[email protected]>
Add `callFunction` to keep backwards compat

github.com/chemzqm/node-client - b0ac3e673c8a5d585795f9f3f0ace85481af0e38 authored over 7 years ago by Billy Vong <[email protected]>
Fix some types for host factory `sandbox`

github.com/chemzqm/node-client - 9b66589e52c3effe72473250f401c32bf18de080 authored over 7 years ago by Billy Vong <[email protected]>
Fix `mark` sending wrong args

github.com/chemzqm/node-client - a25db2a7ad5175b521b299673c70765847214381 authored over 7 years ago by Billy Vong <[email protected]>
Fix some types for add/clear highlight

github.com/chemzqm/node-client - c87cfd8141436a555dd0d7b324d881c6a2758f52 authored over 7 years ago by Billy Vong <[email protected]>
Fix types in Buffer and factory

github.com/chemzqm/node-client - accca89afe90be4de170784961f0d7a475753dd4 authored over 7 years ago by Billy Vong <[email protected]>
Ignore test files in tsconfig

github.com/chemzqm/node-client - 356cd1755d214ed8d912dee40ee7e34ff8952eb5 authored over 7 years ago by Billy Vong <[email protected]>
Add types to Buffer

github.com/chemzqm/node-client - 5a499b8058546d3f9b3cdf541704749dafe649ea authored over 7 years ago by Billy Vong <[email protected]>
Add `nvim_ui_` functions (no tests yet)

github.com/chemzqm/node-client - 7306525a0ce26cbb9aa3293cd3bc8c757330dd62 authored over 7 years ago by Billy Vong <[email protected]>
Add `callFunction` for backwards compat

github.com/chemzqm/node-client - b09cd698edd80a2b84937594ee6478f0b1d3f0c9 authored over 7 years ago by Billy Vong <[email protected]>
moar types

github.com/chemzqm/node-client - db2d53c3c5b8c005c73bed7220408bb6536f5490 authored over 7 years ago by mhartington <[email protected]>
decorator options are optional

github.com/chemzqm/node-client - 1e38be095f6d9592afdbba938635eca7b77dc32b authored over 7 years ago by mhartington <[email protected]>
match master

github.com/chemzqm/node-client - 4a2063b759a56325b87b4436d5dbe83dba4904e1 authored over 7 years ago by mhartington <[email protected]>
Add tests for Neovim

github.com/chemzqm/node-client - 4c0f9e6780ef9a7687b3989846281e4cc99a51aa authored over 7 years ago by Billy Vong <[email protected]>
Add some chainable tests for Window

github.com/chemzqm/node-client - c04a9990f56a0934d4c34c6c3ee8b5fa06d5e243 authored over 7 years ago by Billy Vong <[email protected]>
Fix call function

github.com/chemzqm/node-client - 19ef04e2a1a4dfb9a2d330d7def02cc3acad5c17 authored over 7 years ago by Billy Vong <[email protected]>
Fix get mode and get color map

github.com/chemzqm/node-client - 89f90ab83d83280a651e706f0f71397789e7b08e authored over 7 years ago by Billy Vong <[email protected]>
Add buffer.changedtick

github.com/chemzqm/node-client - fddd3a7e464207720b19c9bda2b12b113b73fcdc authored over 7 years ago by Billy Vong <[email protected]>
Add calls to set option + vars, add tests

github.com/chemzqm/node-client - 4e61f745c0ac4e40eab6402cb297c4ac1ae0cd61 authored over 7 years ago by Billy Vong <[email protected]>
Add `prefix` prop to Neovim, add more nvim APIs

github.com/chemzqm/node-client - 0886242cb07f040e8c157d4ee64c6f8242ed4c5d authored over 7 years ago by Billy Vong <[email protected]>
clean up 2

github.com/chemzqm/node-client - f01960c07585f298d612ae310792892bd3168267 authored over 7 years ago by mhartington <[email protected]>