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

Use constants for backspace and delete key presses (#18)

github.com/vadimdemedes/ink-text-input - c2d7c0262457d737c9883f737542b42fcb43ffa8 authored almost 6 years ago
Add ink-color-pipe to useful components in readme (#148)

github.com/vadimdemedes/ink - 17d9e97789341f8b6e182a086f8254ed561a31d0 authored almost 6 years ago
Leverage node internals so that this can be used along with code coverage (#3)

* Hook into require, rather than reimplementing it

This allows import-jsx to play nicely with...

github.com/vadimdemedes/import-jsx - 88fe66ceeede7261f1904080aace7da34e4fa9f1 authored almost 6 years ago
Fix readme example (#17)

The example was broken because of a missing import, and the constructor trying to bind an unexis...

github.com/vadimdemedes/ink-text-input - 34ef1e86701484cdb4bb67f580d7f07e7e327749 authored almost 6 years ago
Update readme example code to match gif demo; remove Spinner green prop (#4)

github.com/vadimdemedes/ink-spinner - 7b1ddeddfc250a34fe511c1ff80c5ff3a46dc4a1 authored almost 6 years ago
Move ava and xo to devDependencies (#1)

Since ava and xo are not used at run time, they should be devDependencies.

github.com/vadimdemedes/ink-testing-library - 6f84998a3720d31e5eb72a3165eb35dfa3e18651 authored almost 6 years ago
Update readme to remove color props (#3)

spinner does not support setting its own color in 3.0

github.com/vadimdemedes/ink-spinner - 94152eb8957e16ace90a169689e6a176ecfa1ead authored almost 6 years ago
Fix readme typo (#149)

github.com/vadimdemedes/ink - 1aaabc62c819d7f06f1dc12573f008adcd43f92f authored almost 6 years ago
Ignore babel config outside of import-jsx

github.com/vadimdemedes/import-jsx - 070779e7a780f27a19c201954da67233fad36e4d authored almost 6 years ago
Fix lint errors

github.com/vadimdemedes/ink - 2e397d41b02e65f8b2a83f8eba1925805773adb4 authored almost 6 years ago
Add reconciler tests

github.com/vadimdemedes/ink - 26c1d462541dc40ba780c47ded4d0bfdce8d58d6 authored almost 6 years ago
Fix rotation of items when `limit` is provided

github.com/vadimdemedes/ink-select-input - e5c3eb09dda608beded6746c09b4c5a071b89cb8 authored almost 6 years ago
Fix reordering of children

If a container has children A and B and their order is reversed,
React will only trigger one rec...

github.com/vadimdemedes/ink - a022a38096ee7daa86aeef4c20cb76857ba38e77 authored almost 6 years ago
Include filename in babel/babylon errors (#2)

github.com/vadimdemedes/import-jsx - c74187789d67a99a69de2a11bfa48d2ed4409f4e authored almost 6 years ago
Fix readme typo (#146)

github.com/vadimdemedes/ink - 971a51c1f0ed8ed16bface3be205c57d76f4bb43 authored almost 6 years ago
Enable keypress events when raw mode is turned on

github.com/vadimdemedes/ink - 675b456b74e69f7869a0fc238b35077154d8f454 authored almost 6 years ago
Keep track of components which requested raw mode

github.com/vadimdemedes/ink - 321aa1eac51a76eec40efcff1286f71d08cc5019 authored almost 6 years ago
Various minor cleanup (#141)

github.com/vadimdemedes/ink - a8977366742ca5607b6ccb2d3833b34d8116dc6c authored almost 6 years ago
Add "Maintainers" section in the readme (#140)

github.com/vadimdemedes/ink - 87bcf252a772fbb4cd32f300b0a9c79641d9e0aa authored almost 6 years ago
Add react to install command

github.com/vadimdemedes/ink - 4403cd5577844cab84e361b14be64f03a981a90f authored almost 6 years ago
Minor changes to readme

github.com/vadimdemedes/ink-testing-library - 9ba1a76d696006aca8c4f0d722be6d043dd5eafd authored almost 6 years ago
Add section about testing to readme

github.com/vadimdemedes/ink - a799d69a507d5b866993fe2406386cbededc71d8 authored almost 6 years ago
Remove ink-tab from incompatible components

github.com/vadimdemedes/ink - 18da806445ebd2adbcdacc02b8f190c93b77a99f authored almost 6 years ago
Test with ink-testing-library

github.com/vadimdemedes/ink-select-input - 0409396a8bd10c49b225c08980bf5c1ec6c55d8f authored almost 6 years ago
Test with ink-testing-library

github.com/vadimdemedes/ink-text-input - 5cbe92ff602bfd3ce35deed7a98412ddf73818aa authored almost 6 years ago
Test with ink-testing-library

github.com/vadimdemedes/ink-spinner - a353d2fdc2578596cc56fa15443ca853f3279f06 authored almost 6 years ago
Fix typo in readme (#134)

Fix typo in readme

github.com/vadimdemedes/ink - d22553ab57f2b3c79c90d76f043baa5c52cb278c authored almost 6 years ago
Add TypeScript definition (#14)

Was following @sindresorhus's [styleguide](https://github.com/sindresorhus/typescript-definition...

github.com/vadimdemedes/minimist-options - a974d92eb262646da1304521d12a3a291d10c83d authored almost 6 years ago
Preserve alignment for indicator (#12)

github.com/vadimdemedes/ink-select-input - f92df88741c8dadc2018794ed2816f0dc011b66a authored almost 6 years ago
Fix replacing child nodes with text

github.com/vadimdemedes/ink - aba6a8964620a4fa54d1f40160b98ee58509b710 authored almost 6 years ago
Add TypeScript definition (#136)

github.com/vadimdemedes/ink - 33a4cb1e245bcb5aa1a35b377cdeaeb5a70391b6 authored almost 6 years ago
Add ink-tab to readme

github.com/vadimdemedes/ink - e69ffec6a4742c0bb26c3bbc87d4651559512b1a authored almost 6 years ago
Fix subsequent calls to setRawMode

github.com/vadimdemedes/ink - 3dba8838932a42f87192ed81183499137bcc2bb0 authored almost 6 years ago
Migrate to Ink 2 (#11)

github.com/vadimdemedes/ink-select-input - 64a4f8ead00dae402e5e5d39bce5574cd0869e8e authored almost 6 years ago
Migrate to Ink 2 (#2)

github.com/vadimdemedes/ink-spinner - b30ce178030e0c621912ae7648c38adb8a689d4a authored almost 6 years ago
Migrate to Ink 2 (#12)

* init

* 3.0.0-0

* Migrate to Ink 2

* Use prepare script for git-installability (#14)
...

github.com/vadimdemedes/ink-text-input - 9f499ed3c2e52b5c1af49e20dcd5cec65568a3c1 authored almost 6 years ago
Remove v2 banner from readme

github.com/vadimdemedes/ink - 8658f69661fb4b371e47013ee2d7da1e7b87e6cc authored almost 6 years ago
Merge branch 'next'

github.com/vadimdemedes/ink - 4c7eba9c86cab5b7fd5eaac1045307192d30759f authored almost 6 years ago
Prepare readme for 2.0 release

github.com/vadimdemedes/ink - a6ac06dcba75a16011e3b5fb133f5e65f0c69bc3 authored almost 6 years ago
Add `changelog-view` to `Built with ink` (#129)

github.com/vadimdemedes/ink - 79ff98f0db3094d2b67fbd9681ec50c27f33fb3a authored almost 6 years ago
Bring back log-update

github.com/vadimdemedes/ink - f6b362259b7e0c09866bbe7b817290d2ac708640 authored almost 6 years ago
Move out renderToString to test helpers

github.com/vadimdemedes/ink - a3570c7ad60cfe6d8a081a0b3250a4b7bce48e4f authored almost 6 years ago
Rename some files

github.com/vadimdemedes/ink - 3cba83d7eff361a3704405c471f4656d69cc5fc7 authored almost 6 years ago
Extract Ink initialization into instances for better flexibility

github.com/vadimdemedes/ink - f7dbb97afcf1bd1ebe05301404964303c3af263e authored almost 6 years ago
Handle boolean attributes correctly (#34)

Add supports for:

```jsx
<a disabled={false}>
// Same as <a>
```

and

```jsx
<a disa...

github.com/vadimdemedes/dom-chef - 7cfa789d231dad95afaaf7a68724d09b1a827ce9 authored almost 6 years ago
Fix code sample in README (#231)

Statement requires run to be called.

github.com/vadimdemedes/better-sqlite3 - f9166c0199b10455b21c217a6749a4438b553de3 authored almost 6 years ago
Replace pty.js with node-pty

github.com/vadimdemedes/ink - efd4af108a73f324fd02ba9f9d362bb31e5f6f65 authored almost 6 years ago
Add tests for exiting the process

github.com/vadimdemedes/ink - 3d477dbc0e35f47bb497ef72c1650b3cfaf9f625 authored almost 6 years ago
Fix lint errors

github.com/vadimdemedes/ink - e3efa992f0052c340d1e8b77c0234387d7c50048 authored almost 6 years ago
Add default terminal width for non-TTY environments

github.com/vadimdemedes/ink - 1a96fb1d17f1ed227fe4233a86eb0402fe485ea3 authored almost 6 years ago
Fix exiting process

github.com/vadimdemedes/ink - ab658777111056a32640ebe8b48fe8dfa60ba569 authored almost 6 years ago
Remove Yeoman generators from readme temporarily

github.com/vadimdemedes/ink - a1af06c3ae91621564ffb4009ded26807a9370bb authored almost 6 years ago
Fix regression after text node squashing when updating text nodes

github.com/vadimdemedes/ink - cca5fee2efc218a21f1633fdf5511c469ff74580 authored almost 6 years ago
Add ink-image to migrated components

github.com/vadimdemedes/ink - edee7b0358fc1c1d0bf54e5412f7370d39b0dec6 authored almost 6 years ago
Split up useful components into supported/unsupported yet

github.com/vadimdemedes/ink - 9eace4a9e68ee3fce4c9b7d95657bb5e87a29dbe authored almost 6 years ago
Add repl demos to examples section in readme

github.com/vadimdemedes/ink - 82d09f61b9b3a038b78138976098cb13d60cce0a authored almost 6 years ago
Add repl.it demo to readme

github.com/vadimdemedes/ink - 94afe1a6d1a638c287c625b792ef62fa0f0a4189 authored almost 6 years ago
Add text node squashing

Squashing text nodes allows to combine multiple text nodes into one and write
to `Output` instan...

github.com/vadimdemedes/ink - a8f53b69e4d91f401b40d729d7c0db870f67618e authored almost 6 years ago
Fix color in tests when executed via subshell

github.com/vadimdemedes/ink - 043428125a1b8ae0f97762e593a338505f9a03c5 authored almost 6 years ago
Add `exitOnCtrlC` option to override Ctrl+C handling

github.com/vadimdemedes/ink - d9dedb4a8f1418fa06ada0478eda023a351c75ed authored almost 6 years ago
Enable chalk in tests

github.com/vadimdemedes/ink - 8af5b1f1bffaee93fb9ac291ca28fdd8b8fc9ab6 authored almost 6 years ago
Expose unmount(), waitUntilExit() and AppContext

github.com/vadimdemedes/ink - b7b056c1bb0f060c0dc2ab6dc1f9167d48fb6eec authored almost 6 years ago
Check childNodes before looping over them

github.com/vadimdemedes/ink - 3954d87d70e1733f7f35df201ad4b2601a7f1c35 authored almost 6 years ago
Deprecate this component

github.com/vadimdemedes/ink-password-input - b3faf9fd0b5f243be133b6c8ec1dbc3c23e9b58c authored almost 6 years ago
Improve readme section separation

github.com/vadimdemedes/ink - 81b1b045fe3e40b09d83afc49f4f33ac38228d0d authored almost 6 years ago
Readme fixes

github.com/vadimdemedes/ink - 6f72ed66344ec306126ced4d6a9e4f5f84bdf230 authored almost 6 years ago
Add a regression test for wrap-ansi module

github.com/vadimdemedes/ink - 6eb567729ae262ee2b878b9a827771c00cc9a8ba authored almost 6 years ago
Rename internal `static` prop to `unstable__static`

github.com/vadimdemedes/ink - 22190f8fb4b814196f43ba75ece3af4a926275be authored almost 6 years ago
Split up create-renderer.js

github.com/vadimdemedes/ink - bcb89266bd9a457771f5688e91cc16ac8605b158 authored almost 6 years ago
Fix setting of default flexGrow and flexShrink values

Turns out Yoga ignores second call of the same method, that's why
`flexGrow` and `flexShrink` va...

github.com/vadimdemedes/ink - 37620f8e5ef845b5a619d2b8443f270f033024e5 authored almost 6 years ago
Fix lint errors

github.com/vadimdemedes/ink - 300fce295ce5f490001d890c0bf7d5742795ff86 authored almost 6 years ago
Add "Examples" section to readme

github.com/vadimdemedes/ink - 97cb4f9d920179128e234532a0250261773d7e6c authored almost 6 years ago
Move "Useful Components" to the bottom of readme

github.com/vadimdemedes/ink - 9f587a2ff69da141e1d14d23a8a5f4b5f1834910 authored almost 6 years ago
Add counter example

github.com/vadimdemedes/ink - 50a1178b8b7a3fbcacd39d47cd9b722043d4f20e authored almost 6 years ago