Ecosyste.ms: OpenCollective

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

Vadim Demedes

Making Ink and other open-source projects
Collective - Host: opensource - https://opencollective.com/vadimdemedes - Website: https://vadimdemedes.com - Code: https://github.com/vadimdemedes

Pass props in setState() callback (#23)

github.com/vadimdemedes/ink - 9c33272e55c69c3488bad2c018b231f959337381 authored over 7 years ago
apply destructuring transform only when required

github.com/vadimdemedes/import-jsx - f1d090ba24c49ba3587a78830ce4b81e6006daa7 authored over 7 years ago
add destructuring transform to support Node.js 4

github.com/vadimdemedes/import-jsx - 792f79cfc55b29cb3e92f95c5a3b7467c2078195 authored over 7 years ago
add object rest spread transform

github.com/vadimdemedes/import-jsx - e1c65b2f24e6f4d0a8bc7a18c5648b9d1ffc4710 authored over 7 years ago
Fix a typo in the readme (#27)

github.com/vadimdemedes/ink - dae106efbda5bb1731680b343c05e53a7af39fc3 authored over 7 years ago
welcome @bfred-it to the team!

github.com/vadimdemedes/dom-chef - c3dc40f861c4f83b312a7d2a1a22aafb8324e331 authored over 7 years ago
remove node cloning

github.com/vadimdemedes/dom-chef - 79a8537a1eeb199b5424cbab6608d67638a3972a authored over 7 years ago
add ink-image to useful components

github.com/vadimdemedes/ink - b9c96fe3aed903b5a5a7088bcd074c7b8f70fd3c authored over 7 years ago
Add ink-console to useful components (#24)

github.com/vadimdemedes/ink - eb9394a10a1071506f1474c51b81e2fe1fe25d4c authored over 7 years ago
Update Install and Usage section (#3)

github.com/vadimdemedes/ink-redux - bc96500a67b28e04edb1a5972ed50fab7b63c4db authored over 7 years ago
Use addEventListener instead of the properties (#10)

github.com/vadimdemedes/dom-chef - 97de06378d029babcaa7a02ecf2f395f40088c99 authored over 7 years ago
Add support for xlink:href (#11)

* Add support for xlink:href

* Add className shortcut

github.com/vadimdemedes/dom-chef - 2f3216d447d9d879895157a032aea82696859939 authored over 7 years ago
import babel plugin

github.com/vadimdemedes/import-jsx - 1a5cc0d04030e0e3925834ecb7c1f63371f18ca3 authored over 7 years ago
updated readme and fixed typo in comment

github.com/vadimdemedes/better-sqlite3 - 725cf961aa721e899c148ec2ffad5861ce28f5da authored over 7 years ago
added troubleshooting guide

github.com/vadimdemedes/better-sqlite3 - ff9f0b1ad596d9613a35999f7178c277f6ed8e9d authored over 7 years ago
add missing chalk methods

github.com/vadimdemedes/ink - 3124ecff02245d095620ab2d0c58d8d8fa239e69 authored over 7 years ago
rerender when terminal resizes

github.com/vadimdemedes/ink - e68f2d7d14736cfeb95059260f8243ab6e5b323a authored over 7 years ago
Fix crash when component returns nested array from render()

github.com/vadimdemedes/ink - 0db786e9544e29338701eb6d1352c010341eec74 authored over 7 years ago
Add support for camelCase attributes (#8)

github.com/vadimdemedes/dom-chef - 55b04ed917f9e29c7af6a72f6098c1db27d9106b authored over 7 years ago
update readme to describe <div> changes

github.com/vadimdemedes/ink - 1eeda0244aa2dba0c4a92e6376bd7ac589e82958 authored over 7 years ago
test <Indent> component

github.com/vadimdemedes/ink - a9f660f9db0b91041b0c7d6acbaa11bbfc9b4cf5 authored over 7 years ago
support all Chalk 2 methods

github.com/vadimdemedes/ink - 023e8d8f99eed2c0e4074e12e9b925ecd333f4ae authored over 7 years ago
render newline after <div>

github.com/vadimdemedes/ink - 376dc3a0ea3a910e12b3467c3e02619c6ea667c1 authored over 7 years ago
add ink-spinner to readme

github.com/vadimdemedes/ink - 10b59eee136778fae96f4a1038b9864108818669 authored over 7 years ago
pause stdin on unmount and let the process exit

After enabling raw mode and keypress events, process
no longer exits when Ink unmounts. Easy sol...

github.com/vadimdemedes/ink - 2840fbb90f41b9927eee976d4b5bbf37951accfb authored over 7 years ago
handle console methods and rewrite output

When logUpdate() is used, console.log() and others
don't work properly. The output from console....

github.com/vadimdemedes/ink - b0e451c9785ceb8a7f31d041dfc4a40d19f73397 authored over 7 years ago
add prop types

github.com/vadimdemedes/ink - 034707de9c23ce6cdcc36544136da72c61f2fa50 authored over 7 years ago
add defaultProps

github.com/vadimdemedes/ink - 72fb25245f673e7c3b08bd56149b77b8ee76cd9e authored over 7 years ago
fix code examples in readme

github.com/vadimdemedes/ink - 86c954e98be45e6c9faf30c1cf0b4730114d098e authored over 7 years ago
document keypress events in readme

github.com/vadimdemedes/ink - c9389bcdf411a31eb53af51364d205b449d4d2f2 authored over 7 years ago
handle exiting with esc or ctrl+c

github.com/vadimdemedes/ink - f1a653d91b2f7ab788a31e20b226ac839ab0a7bd authored over 7 years ago
setup and teardown keypress events on stdin

github.com/vadimdemedes/ink - 696d0fbad0a6f40da67580a9e636294e2961a9c6 authored over 7 years ago
rename mount to render and add tests

github.com/vadimdemedes/ink - a5bb2877b9e96306c4f6d1e19cf453f2f9964bb7 authored over 7 years ago
add password input to readme

github.com/vadimdemedes/ink - 9456d88afbb71320d0b4b29042a3812e5fdc0125 authored over 7 years ago
move misplaced babel preset

github.com/vadimdemedes/ink-text-input - 3867a81096ae7d3dd152e25bf7978e18e8045183 authored over 7 years ago
fix stdin snippet in readme

github.com/vadimdemedes/ink-text-input - 41f3d199b5800d5467b6ff678a10ab12d44de3cf authored over 7 years ago
Some package.json tweaks

github.com/vadimdemedes/ink - 1f724db6861b18ca601c675fda6a11b2eaf86834 authored over 7 years ago
Meta tweaks (#9)

github.com/vadimdemedes/ink - 67a450ba21c89792fe72ffd089c8207c0c2d33bb authored over 7 years ago
Fix minor typo in the readme (#7)

github.com/vadimdemedes/ink - cdc4b2ff58c1359ecf51163d760d83cd53632d49 authored over 7 years ago
Add alt text to logo in readme (#8)

github.com/vadimdemedes/ink - 5736e036b79224b401af8d41a8f9a8345634818a authored over 7 years ago
add logo to readme

github.com/vadimdemedes/ink - 04c54e7ab25b98e02f7389e6fa0d0ee369a2a8d3 authored over 7 years ago
add useful components to readme

github.com/vadimdemedes/ink - 12204a9d5598fa686c9be72a32f9e3ece8a306b5 authored over 7 years ago
Throw when component is missing (#4)

github.com/vadimdemedes/ink - 34ff78e25669849835b37d0a7153055984791076 authored over 7 years ago
fix multiple setState() calls before update

Multiple setState() calls before an actual
update happens, overwrite previously saved
next state...

github.com/vadimdemedes/ink - 5363098b119cd0db0c75aea12269b232caa7f3ec authored over 7 years ago
use classnames module to apply classes

github.com/vadimdemedes/dom-chef - 074b879c05d1705db6c78d171f77575e0c834a57 authored over 7 years ago
Fix crash on null value during serialization (#187)

github.com/vadimdemedes/mongorito - c07a4cd7a739ba29f4f0dc012e999541a66467a9 authored over 7 years ago
clone event listeners when cloning nodes

github.com/vadimdemedes/dom-chef - 20301d76d02cfff52f205a63933a1e41681c4477 authored over 7 years ago
update usage example

github.com/vadimdemedes/ink - 4c94e15f24a14ba77aec4ef2b7369c342f57b3dd authored over 7 years ago
Replace lodash modules with lightweight alternatives (#3)

github.com/vadimdemedes/dom-chef - 70f627c16cd29ccb9040563590070172ecdfc3b1 authored over 7 years ago
add documentation

github.com/vadimdemedes/ink - d9a88ad0baf3cbf1c2daf963ef23e61b12ef55d1 authored over 7 years ago
update <Indent> to include `indent` option and default `size` to 0

github.com/vadimdemedes/ink - e1cf92a78e920831877fff728c0bfa26431fbe75 authored over 7 years ago
add Text component

github.com/vadimdemedes/ink - 17aa2747fde83ff54997a404079ca0d9d0a21ae3 authored over 7 years ago
add support for more svg tags

github.com/vadimdemedes/dom-chef - e2f07aedcff13b491fba3b2dd038add81aaf030f authored over 7 years ago
Drop explicit type casting (#4)

github.com/vadimdemedes/dom-chef - 6dc32a588ca3db98a11305b3353bbab57679b2af authored over 7 years ago
fix AVA crash on Node.js 4.x

github.com/vadimdemedes/dom-chef - 3fc21493ef37c608356f9cd2b23e849b6fea7db5 authored over 7 years ago