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

3.0.0-5

github.com/vadimdemedes/ink - 6eaca9fae6570bc53e9663db4bd821c8f769422c authored over 4 years ago by Vadim Demedes <[email protected]>
Fix error boundary failing when error doesn't have a stack

github.com/vadimdemedes/ink - 5b6fa97b95bb60260ec9c53d727d9f5ce65b2765 authored over 4 years ago by Vadim Demedes <[email protected]>
Remeasure text dimensions when text node is changed

Previously remeasuring was triggered when content of the text node
was changed. For example:

<T...

github.com/vadimdemedes/ink - 5f080faed173b113b49f556f043027fec8c75224 authored over 4 years ago by Vadim Demedes <[email protected]>
Ignore Ctrl+C in useInput hook

Ctrl+C exits Ink app by default, but if it's not ignored in useInput,
chances are it's going to ...

github.com/vadimdemedes/ink - 50ecd6436a1c09f2605a5c8dcf1420c5513a14f5 authored over 4 years ago by Vadim Demedes <[email protected]>
Fix readme typo (#321)

github.com/vadimdemedes/ink - d43b61a4b38f17d91ffa46fe748753749f20894f authored over 4 years ago by Bart Veneman <[email protected]>
Update demo in readme

github.com/vadimdemedes/ink - e85fbc95bd2d83011b4acf388279b7d8b44d0db0 authored over 4 years ago by Vadim Demedes <[email protected]>
Resize logo

github.com/vadimdemedes/ink - 5b2ba89283d6392e0590b110cda258399644a2fb authored over 4 years ago by Vadim Demedes <[email protected]>
Use prettier config

github.com/vadimdemedes/ink - 4507b8be00074f8753b38505a97ae258949598a0 authored over 4 years ago by Vadim Demedes <[email protected]>
Disable bracket spacing

github.com/vadimdemedes/prettier-config - d543f3c410f29d9e47ea594b96f221f5c573bf05 authored over 4 years ago by Vadim Demedes <[email protected]>
Update logo

github.com/vadimdemedes/ink - 60e8d15109601c68357d3a5c206cf1ca6192f35c authored over 4 years ago by Vadim Demedes <[email protected]>
Remove ink-box from readme

github.com/vadimdemedes/ink - 9ebfe314e865506ccb37b48723a27485346d950b authored over 4 years ago by Vadim Demedes <[email protected]>
Upgrade for Ink 3 (#9)

github.com/vadimdemedes/ink-spinner - 23a6c0630126a24dec0ad1774a4e0f1fd75fb393 authored over 4 years ago by Vadim Demedes <[email protected]>
Add TypeScript definitions (#8)

github.com/vadimdemedes/ink-spinner - f8f1287944166f551e771075a852d3257a217646 authored over 4 years ago by Vadim Demedes <[email protected]>
Update AVA and XO

github.com/vadimdemedes/ink-spinner - afd39afca5f63401d22ed25d31693204f1ef6a91 authored over 4 years ago by Vadim Demedes <[email protected]>
3.0.0-4

github.com/vadimdemedes/ink - 7c666931a8200c4948fc3f0875516f3b07da9843 authored over 4 years ago by Vadim Demedes <[email protected]>
Upgrade to Chalk 4 (#316)

github.com/vadimdemedes/ink - 9df100a1467ab35781890a525095be753d7eea50 authored over 4 years ago by Vadim Demedes <[email protected]>
Fix missing placeholder when cursor is hidden

github.com/vadimdemedes/ink-text-input - 56c219189b45b46ed9c0a7cc13b1e074d221fad2 authored over 4 years ago by Vadim Demedes <[email protected]>
Ignore <Text> and <Transform> components with falsy children (#315)

github.com/vadimdemedes/ink - 8e682954b5667f96134ba83104bff7637ac46054 authored over 4 years ago by Vadim Demedes <[email protected]>
Upgrade for Ink 3 (#58)

github.com/vadimdemedes/ink-text-input - a33e519eae35a2a5f98564737c9b4e4ba64e91b8 authored over 4 years ago by Vadim Demedes <[email protected]>
3.0.0-3

github.com/vadimdemedes/ink - ee2c24249988da43866cc1452601670d0cb8d154 authored over 4 years ago by Vadim Demedes <[email protected]>
Handle delete key in `useInput` hook (#314)

github.com/vadimdemedes/ink - 0692fa545ec679e6de3918f09f5b498007eb7957 authored over 4 years ago by Vadim Demedes <[email protected]>
3.0.0-2

github.com/vadimdemedes/ink - ec9e449a5ffd4bef4753409702ab0a7b65cc0b57 authored over 4 years ago by Vadim Demedes <[email protected]>
Fix error handler with non-existent file path in the stack (#313)

github.com/vadimdemedes/ink - 4cf1c287c1aa120321fe9ac035a2878d71d52a71 authored over 4 years ago by Vadim Demedes <[email protected]>
Handle Tab, Shift+Tab and Backspace keys in `useInput` hook (#312)

github.com/vadimdemedes/ink - a7153956fe972cfb2d7c51d83a0ff0e44ad1f04b authored over 4 years ago by Vadim Demedes <[email protected]>
Require Node.js v10.x and higher

github.com/vadimdemedes/ink-text-input - 948d619e471b18a2a6dbfedfdf85f60118c29d01 authored over 4 years ago by Vadim Demedes <[email protected]>
Test with GitHub Actions

github.com/vadimdemedes/ink-text-input - 4d7408ef510c358527628d6bfd3859baf0f8c69b authored over 4 years ago by Vadim Demedes <[email protected]>
Format code with Prettier

github.com/vadimdemedes/ink-text-input - cf705f02f272d5a8331172874b1cb83a7a352000 authored over 4 years ago by Vadim Demedes <[email protected]>
Add `files` to package.json

github.com/vadimdemedes/prettier-config - 33d7c11ec25e1cbdb607afd37293249e8ade070b authored over 4 years ago by Vadim Demedes <[email protected]>
Show cursor when input is masked (#57)

github.com/vadimdemedes/ink-text-input - a2e922f376a3ebb5769bbcffa93364281294e807 authored over 4 years ago by Vadim Demedes <[email protected]>
Show cursor in placeholder (#56)

github.com/vadimdemedes/ink-text-input - 2ab1eb133f47606d9118778a46339f07ff5ab13a authored over 4 years ago by Vadim Demedes <[email protected]>
Do not print when typing `Tab` or `Shift+Tab` (#51)

github.com/vadimdemedes/ink-text-input - 0cbe497be2ac244ba9a968f1ee206073fc4b0d84 authored over 4 years ago by Julien Deniau <[email protected]>
Fix duplicated text on delete (#55)

github.com/vadimdemedes/ink-text-input - 3d526ccf9996af01f96b936a5741cf41e7b059cb authored over 4 years ago by Ivan Rossi <[email protected]>
Upgrade for Ink 3 (#12)

github.com/vadimdemedes/ink-testing-library - b82f3381bafbf05b3edfb6395cc8cb955be5219b authored over 4 years ago by Vadim Demedes <[email protected]>
3.0.0-1

github.com/vadimdemedes/ink - 91230cc118415722ec555edee23ea524f969d909 authored over 4 years ago by Vadim Demedes <[email protected]>
Fix types for `cleanup()` method

github.com/vadimdemedes/ink - c358a06662085e3c0b41a927f16f3585bdfe9e57 authored over 4 years ago by Vadim Demedes <[email protected]>
Don't use wildcard version specifier in package.json (#50)

github.com/vadimdemedes/ink-text-input - 52082d282b4abc4fc23515b30b95b31b67082261 authored over 4 years ago by Julien Deniau <[email protected]>
3.0.0-0

github.com/vadimdemedes/ink - 0efbf248d98e680c266d96b624c56490ae280936 authored over 4 years ago by Vadim Demedes <[email protected]>
Update useInput example

github.com/vadimdemedes/ink - efcd5f65cca70e3db03b7fb3cb837b72fbbce301 authored over 4 years ago by Vadim Demedes <[email protected]>
Change wording in measureElement() description (#309)

github.com/vadimdemedes/ink - 5e348d915150e078a25fbb7f494518bc37bd2d1a authored over 4 years ago by Matic Zavadlal <[email protected]>
Add measureElement() API (#307)

github.com/vadimdemedes/ink - d0c44173e78c0453f8f3b9645fa3af394963bab9 authored over 4 years ago by Vadim Demedes <[email protected]>
Add `readonly` keyword to component props

github.com/vadimdemedes/ink - f14f9a5e2ea96a54a74145fb4b1c80b978daead5 authored over 4 years ago by Vadim Demedes <[email protected]>
Add more docs to code

github.com/vadimdemedes/ink - 9abfebdb25b5bbce0bf1c90a0698e8c5973a6b0d authored over 4 years ago by Vadim Demedes <[email protected]>
Add a note about Ink 2 docs

github.com/vadimdemedes/ink - bc70a12d9657eab685268d259c2d562b997f1245 authored over 4 years ago by Vadim Demedes <[email protected]>
Refresh readme

github.com/vadimdemedes/ink - 8c11aafbee6813168cde72d256c229ea4ae91191 authored over 4 years ago by Vadim Demedes <[email protected]>
Minor changes

github.com/vadimdemedes/ink - 2f836e2d5830113e92e375ba76d212449298d393 authored over 4 years ago by Vadim Demedes <[email protected]>
Free memory from unused Yoga nodes (#308)

github.com/vadimdemedes/ink - 7c17e85640b270e9829ab346d71596b45cdecb81 authored over 4 years ago by Vadim Demedes <[email protected]>
Clarify <Transform> usage in readme

github.com/vadimdemedes/ink - 7885ffd51ac7f01e390611e5b806dd15c96eabbd authored over 4 years ago by Vadim Demedes <[email protected]>
Remove usage of <div> and <span> (#306)

github.com/vadimdemedes/ink - 293d40fb6f85478ae0b8120709d71bf530d23eb2 authored over 4 years ago by Vadim Demedes <[email protected]>
Remove React.memo() usage

There's no benefit in having it if component accepts `children` prop.
Since React elements are r...

github.com/vadimdemedes/ink - d82756c652825173a229d9c85cc1c919504d2fa7 authored over 4 years ago by Vadim Demedes <[email protected]>
Fix lint errors

github.com/vadimdemedes/ink - d346bb23c8a1ff16822635e24f178b171c22e1eb authored over 4 years ago by Vadim Demedes <[email protected]>
do not override existing global.window or global.WebSocket (#305)

github.com/vadimdemedes/ink - 7b0bfb2f3fc706ae1c5c6200b6db74da34a1b962 authored over 4 years ago by Tao Wen <[email protected]>
Rerender on resize (#304)

github.com/vadimdemedes/ink - 155e1a042b12e82929bdb26571385b5dea0f0b39 authored over 4 years ago by Vadim Demedes <[email protected]>
Add global error boundary (#303)

github.com/vadimdemedes/ink - 2bcb4c0e804356e56cae82328c785a2631107558 authored over 4 years ago by Vadim Demedes <[email protected]>
Remove license from readme

github.com/vadimdemedes/code-excerpt - 61016d3e1486aaacbbf068734c3d60e5bd351099 authored over 4 years ago by Vadim Demedes <[email protected]>
Add TypeScript definition

github.com/vadimdemedes/code-excerpt - 9f0126499eeed2949800b7e19bc8a03a70be173f authored over 4 years ago by Vadim Demedes <[email protected]>
Return undefined instead of null

github.com/vadimdemedes/code-excerpt - e4422bd9333ff40af357766f5dd449f82b715ad7 authored over 4 years ago by Vadim Demedes <[email protected]>
Update AVA & XO

github.com/vadimdemedes/code-excerpt - 445caf183aee100cda30c9773f596ee7edcf046f authored over 4 years ago by Vadim Demedes <[email protected]>
Add CI badge

github.com/vadimdemedes/code-excerpt - 501dcd574e9b57540b873e9900da04d097265db8 authored over 4 years ago by Vadim Demedes <[email protected]>
Bump Node.js required version to 10

github.com/vadimdemedes/code-excerpt - 1ffbc116179a694aff0b773cfc5b7072d3098ab8 authored over 4 years ago by Vadim Demedes <[email protected]>
Extract console patching and make it configurable (#302)

github.com/vadimdemedes/ink - 5990747cc2efc89e5508bfeb3dd0be05a2892600 authored over 4 years ago by Vadim Demedes <[email protected]>
Add CI badge

github.com/vadimdemedes/patch-console - e378819870b8641509a5459323e771868bb0cd2b authored over 4 years ago by Vadim Demedes <[email protected]>
Set type of data in callback to string

github.com/vadimdemedes/patch-console - c13e8dcb69ff6f1ac7f494691715b64076e17e33 authored over 4 years ago by Vadim Demedes <[email protected]>
Add table example

github.com/vadimdemedes/ink - 29a173432b1891e2f9f7d593b20d50ebdc3bebea authored over 4 years ago by Vadim Demedes <[email protected]>
Remove prop types

There are 3 reasons for this.

1. Performance penalty
Since Ink apps use development build of Re...

github.com/vadimdemedes/ink - 2b5dbad822acba15b6c5c2328948f79ec0ac4e66 authored over 4 years ago by Vadim Demedes <[email protected]>
Update benchmarks

github.com/vadimdemedes/ink - b2f2e141377c6e2b196155dfcdd7298d138fd420 authored over 4 years ago by Vadim Demedes <[email protected]>
Remove `unstable__transformChildren` prop from <Box> and <Text>

<Transform> component can be used instead now.

github.com/vadimdemedes/ink - ab36e7f6fed3c7575ae517feff7ed834a1f97ec0 authored over 4 years ago by Vadim Demedes <[email protected]>
Add `color` and `backgroundColor` to <Text> component (#301)

github.com/vadimdemedes/ink - b114bebc5dae4f4bf35392abda4f99e3fcfb840b authored over 4 years ago by Vadim Demedes <[email protected]>
Add support for borders in <Box> component (#300)

github.com/vadimdemedes/ink - 96625bfc030aa4015061ae55d148f6761f85c319 authored over 4 years ago by Vadim Demedes <[email protected]>
Rewrite text rendering (#299)

github.com/vadimdemedes/ink - ab0f9868f79725918e4f6f2b27cb6e25aadfe65f authored over 4 years ago by Vadim Demedes <[email protected]>
Add focus management (#295)

github.com/vadimdemedes/ink - 706fdb2b38cf56357fdb32cb963776ad38fc5ba4 authored over 4 years ago by Vadim Demedes <[email protected]>
upgraded to SQLite v3.32.0

github.com/vadimdemedes/better-sqlite3 - 9957c1a3db014fade36222c9811637d52de39f81 authored over 4 years ago by Joshua Wise <[email protected]>
Add `align-self` property to <Box> (#296)

github.com/vadimdemedes/ink - 125148afbad9e04772c4b141a9e461a74b3c8d54 authored over 4 years ago by Vadim Demedes <[email protected]>
Skip extra spaces (#21)

github.com/vadimdemedes/tailwind-rn - 83f8eebd85bf8a5478664354f7b238f706e9512e authored over 4 years ago by ECO <[email protected]>
Upgrade to SQLite 3.32.0 (#401)

Changelog:
https://sqlite.org/releaselog/3_32_0.html

github.com/vadimdemedes/better-sqlite3 - 2bf3412a11f54399630dbf2efdd9a9399308b3b6 authored over 4 years ago by Niklas Mollenhauer <[email protected]>
Add <Spacer> component

A flexible space that expands along the major axis of its containing layout.
It's useful as a sh...

github.com/vadimdemedes/ink - e8ae2af76ec2b23a0b700f0c153e25579f2bcd3d authored over 4 years ago by Vadim Demedes <[email protected]>
updated readme

github.com/vadimdemedes/better-sqlite3 - f01745f75a489244d2d57de3668f3187e64f550a authored over 4 years ago by Joshua Wise <[email protected]>
updated readme

github.com/vadimdemedes/better-sqlite3 - bc87ad5b430940b08f54b96bbc4fd5e6b13eca38 authored over 4 years ago by Joshua Wise <[email protected]>
updated readme

github.com/vadimdemedes/better-sqlite3 - 20cb39d98abcdf15f9e0fca8b5b2b39b403f7d02 authored over 4 years ago by Joshua Wise <[email protected]>
updated readme

github.com/vadimdemedes/better-sqlite3 - 6a5d2ad2ed26ae66f6e24a05a87c5991f90a4f1a authored over 4 years ago by Joshua Wise <[email protected]>
Merge branch 'master' of github.com:JoshuaWise/better-sqlite3

github.com/vadimdemedes/better-sqlite3 - 7d85beeb46fe278d75914da50584f1a5b8295057 authored over 4 years ago by Joshua Wise <[email protected]>
updated readme

github.com/vadimdemedes/better-sqlite3 - 6a9766399ba5d6a92a6ebbfd27b4046b2be93376 authored over 4 years ago by Joshua Wise <[email protected]>
Remove app, stdin and stdout contexts in favor of hooks

github.com/vadimdemedes/ink - 055a196eaf6a4d60a75e464afb43429a6ecfcdef authored over 4 years ago by Vadim Demedes <[email protected]>
Clean up

github.com/vadimdemedes/ink - b7db73deffb6539037d6484a110bdd7981b1603d authored over 4 years ago by Vadim Demedes <[email protected]>
Update only changed props and styles of the node

Before this change, Ink updated all props (and styles) even if only
one was changed. This was es...

github.com/vadimdemedes/ink - 5739a75d80574df06c660dacfa9c6afa5d01044b authored over 4 years ago by Vadim Demedes <[email protected]>
Fix test for clear() method

github.com/vadimdemedes/ink - 9ebca7d62254e95c6cb41763e8d88af95a22d5d7 authored over 4 years ago by Vadim Demedes <[email protected]>