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
Fixes #188.
github.com/vadimdemedes/ink - 17270dc6863d69e536793b82476f09737e33069f authored over 4 years ago by Vadim Demedes <[email protected]>
This component adds a newline character as a convenient replacement
for margins or paddings. Its...
Using methods like console.log() while Ink is rendering would result
in console output being ove...
github.com/vadimdemedes/ink - fec1c4d62cdb1b988e967acfe91da007e5dff500 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - c12e0721164819c88f50236d78157b20fe82c570 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - b9f1016a0de0597a87e57e1426e8a79103896c1d authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/yoga-layout-prebuilt - bab7437cb9820fbcc638da4215e81b489acdbd0d authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/yoga-layout-prebuilt - 253117e86b08fa96a8f05114def228c4a3001228 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/tailwind-rn - 848cb6956c2f8bef5d94f19ee0dd5b6cbb27c9f1 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/tailwind-rn - d1abefb0ecadf30c4fa4ce5639f96297b6cd9e6f authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/tailwind-rn - 873e73e39c2f977057e0d5a9589b3f92e495b52a authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/tailwind-rn - cda704d37e99a6dfbaf7a143adaffd9eded433fd authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/tailwind-rn - 210951b1f7379c6d65a267494abb70dea50a113d authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/tailwind-rn - b078b808b1d306b6c2cf7ba8ab8ff812090778e4 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/tailwind-rn - 69c5ca1fb37492e8820e04e91c3567de929aadce authored over 4 years ago by Vadim Demedes <[email protected]>
They use `currentColor` statement which is not supported by `css-to-react-native`.
github.com/vadimdemedes/tailwind-rn - 6126ffe63e227077b8c6c693501066f8907924a1 authored over 4 years ago by Vadim Demedes <[email protected]>github.com/vadimdemedes/minimist-options - 17766c59191aeba0ade953cada3a8aacadb03441 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/minimist-options - dba993b157e0b079e14f39c88ec40a6018e30295 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/minimist-options - 20483d0d266b92a9264d227d65f14ed6fad4748f authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/minimist-options - 0df435f6b039c9bba4c592fc6cb06feb2bdb3b48 authored over 4 years ago by Oskar Löfgren <[email protected]>
github.com/vadimdemedes/dom-chef - 1365a05fa7ce343082cb34caf9dd2717ac32b728 authored over 4 years ago by Federico Brigante <[email protected]>
Closes #37
github.com/vadimdemedes/dom-chef - ec08d0d65ba8a81af7881f46c7eed9d1840a1e0e authored over 4 years ago by Federico Brigante <[email protected]>github.com/vadimdemedes/dom-chef - 83ef2e519c22ce06a785938af6553165945b214c authored over 4 years ago by Fregante <[email protected]>
github.com/vadimdemedes/dom-chef - 7aa94a64e652199eeea48e8d59fb99e1bc60e8fc authored over 4 years ago by Fregante <[email protected]>
This change adds support for debugging Ink apps using React Devtools.
All you need to do is run...
github.com/vadimdemedes/ink - 2913ecf6cbe6fb49e42e89db9a23b94c5daaa85e authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/better-sqlite3 - a3d364a4ee2d1783e3245b74908ce8b51628e8ad authored over 4 years ago by Joshua Wise <[email protected]>
* Add useStderr() hook to access and write to stderr stream
Follow up to https://github.com/v...
github.com/vadimdemedes/ink - 360d2daac139d0db0b3421409be2344864a398ca authored over 4 years ago by Vadim Demedes <[email protected]>* Add write() function to write any string to stdout
I encountered a use case when people wan...
github.com/vadimdemedes/ink - 27e313e3d0ac23d3e939f784a2ce7b97e9d247d2 authored over 4 years ago by Vadim Demedes <[email protected]>github.com/vadimdemedes/ink - dc919780499d819f59ebe0af63be4ec5b4a860c4 authored over 4 years ago by Vadim Demedes <[email protected]>
* Revert "Fix text wrapping inside padded container (#283)"
This reverts commit 6cd4db1997bc1...
github.com/vadimdemedes/ink - 48c22e717b7c1fb34777e3b81b1e226d13511b71 authored over 4 years ago by Vadim Demedes <[email protected]>Fixes regression from https://github.com/vadimdemedes/ink/pull/276.
If padding is taken into ...
github.com/vadimdemedes/ink - 6cd4db1997bc18b732e7b70a50e31ce2aeb5c3d3 authored over 4 years ago by Vadim Demedes <[email protected]>
`log-update` module wraps output on every render, which slows down performance
of Ink apps. Ink...
Co-authored-by: Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - 483d770417bf796a4c033c4c13d572ae900bfa48 authored over 4 years ago by John O'Sullivan <[email protected]>
Co-authored-by: Sindre Sorhus <[email protected]>
Co-authored-by: Vadim Demedes <vdemedes@...
* Implement a new <Static> component
Previous implementation of `<Static>` component was perf...
github.com/vadimdemedes/ink - 135b944fd17e11ff217f687e9445bc754a6eddaf authored over 4 years ago by Vadim Demedes <[email protected]>
Since all of these components are pure (don't have side effects), it's safe to
memoize their ou...
This component allows transforming a string representation of React components
before they are ...
github.com/vadimdemedes/ink - 4aefaa074ebec64cdecefcfc44aac5c7dea6cc19 authored over 4 years ago by Vadim Demedes <[email protected]>
Before this change, Ink had to do 3 steps to measure and wrap text correctly.
First step would ...
github.com/vadimdemedes/tailwind-rn - 5e7710cf5e075b4d364c0f51aa5feca0698a2b08 authored over 4 years ago by Daksh Shah <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 616d4e431d2a5bea4e30b0a6030cb28aa5da86f1 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 32dfdc053c5aba4a3b98cdee4d02554afedd5a27 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 188aea508eb1aa2e9cdcf9a1187f0c448c1adf3e authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 16f5f02b22ee32f473a5fe9746ecb40cca4989ab authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - f87669f40a1151ad4599de588ecd9292df809d1a authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 23eff1ad520bdde0663547b4ca76e83266104e40 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - e64c01b5ded045a09f91a21aaab32e7a78b1e31d authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 5427733ff891045c10f9ed50d59e114d260e7190 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 8f011bde099eed23406506bc164956ffa2ff2d43 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 93a70677cae6284f64d7730bc1c838ef75178c8b authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - cece44dc352392867046f6ce52ca21dd495f62b4 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - a8ee5a596230c1e8e88ff326b66cf79ce179e01c authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 7f7baadcc0ac1722364de6c91ec23a7d11aef10a authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 665721ec65efde2855b6fe0bd5c56ca53045c28b authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - afe20e93c26b193ff53c84a76ad1831e982a1ba4 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - fef365d8f47bcae23b9e88fa560c504dc1e9d700 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 96d57eb07a2e47a21340d1fdf00842a2bbe9cf1b authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 7ac655afa559ebbd7a250aa04f81c98e4fe41eee authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 5e3c729c104154e9ade27e7f1c4f88bd6079c9f4 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - b1ec867dd046d913e5066818950b792dafc78111 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 5200f65d5a5f75982fc6fb9d95f8756dbf12a7ef authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - f7577c7d291e1fbb794293c7a6d0814a048edd2a authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - ec5cb85f979fd1d860cee6fee75a615319d5c439 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - ccf03806799e77e0fa7546e6e2c1d3d8a0e9726a authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - fa4a67c80df0814bff52bf5a19d428bdf437749a authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 5373d6da4878ec7141a6110c9ccada1fc159a009 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 53e5d05008eb8023abcb628417f87a4e06a845f7 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 775e39e625bad6ebdb79abdac537b4b27acfb652 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 52c1053d2fb46a15898fa95ef8c25359a63bc5ed authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 1d11bf05d6a577e25358432e02ad7efd36032afc authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 551c23d28611cc96204174ed3f6eaec3e5089cdb authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 29546068e131536b61e47eaacc6e2d7c36e6c0ee authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - c1553ed9eb42bd1135628b2349b56e7f44974695 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 94521dd1852a7018fe725c6a56e40ca6311209ff authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 32f0347e004e988c73a51177df62c1bd575d7c1e authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 2e07a50cb87f889f28ead9f3ed18ff255cbc8e66 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - bbdcc1d63784f4948d46d56c139fa650317f7404 authored over 4 years ago by Joshua Wise <[email protected]>
github.com/vadimdemedes/better-sqlite3 - 8a74f82fc94a41a1f872cd9c547ad240f14e1a56 authored over 4 years ago by Joshua Wise <[email protected]>
removed the integer library in favor of bigints
added support for worker threads
enabled SQLITE_T...
See #266 for context.
Since not all continuous integration systems handle overwriting output we...
github.com/vadimdemedes/ink - a056565157de1049340bbf65e3ffc568a6759288 authored over 4 years ago by Vadim Demedes <[email protected]>github.com/vadimdemedes/ink - bb989a3bf5b1b8724e734d9f8b1b4981a5396068 authored over 4 years ago by Vadim Demedes <[email protected]>
If there are multiple `useInput` hooks rendered at once, all of them will capture
and handle inp...
github.com/vadimdemedes/ink - b829a4c79eb5b53e88000b5d9e324e7505fe09d1 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - b51476c7d402208e0112e727ebce990c37dc5ed5 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - 168448ccbc4f8d8a96a299a84eeda409f07fea81 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - 89425d5c1a9bb9795f7b4f101277ec23c970c3c9 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - 02fac7c930bf941fa2f38ad9e3485bef26637cde authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - cb4e5b65addeaf63c900ae5ae1f39b16c4b2f562 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - 9b99c5a2ff160c0f84d04557031851c742682dbe authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - 04d3c8b8bd151262d7b1c73032f7caefe9dce458 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - eafcbfdd4a894a41851504674670325b6224f87a authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - dcb56bea690ee34e8a45b577fce0ea37cd3003f3 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - 272d7f543f98e5fbf83b53d4ccb306fda3c1132b authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - d8556f5a6c439c63cf95992c384124deb5159783 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - fbdac9b121ed4eac8680403f77d3dbf40d1715a3 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - f885a3cd43f3afa9a8f84a8cdad513d2507df217 authored over 4 years ago by Vadim Demedes <[email protected]>
github.com/vadimdemedes/ink - f21fe1ace03af5849564c2dc8f154a78e0781bfd authored over 4 years ago by Vadim Demedes <[email protected]>
* Refactored to use TypeScript
* Upgrade xo and remove unnecessary dependencies
* Preserve...
github.com/vadimdemedes/ink - c9631c2b95c1fa4da44f1c1af2568476b218a29d authored over 4 years ago by Taras Mankovski <[email protected]>github.com/vadimdemedes/draqula - 6147ae3bec6d9bc47d19a86146f5ed6988864346 authored almost 5 years ago by Vadim Demedes <[email protected]>