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

Remove incompatible components from readme

Fixes #188.

github.com/vadimdemedes/ink - 17270dc6863d69e536793b82476f09737e33069f authored over 4 years ago by Vadim Demedes <[email protected]>
Add <Newline> component

This component adds a newline character as a convenient replacement
for margins or paddings. Its...

github.com/vadimdemedes/ink - 9f4c6f89088865c59bc84ebcf0bdadfef6606784 authored over 4 years ago by Vadim Demedes <[email protected]>
Display console.* logs above main output

Using methods like console.log() while Ink is rendering would result
in console output being ove...

github.com/vadimdemedes/ink - acb6ed2fcb3212f53c2b067126d0af327c419f6c authored over 4 years ago by Vadim Demedes <[email protected]>
Add clear() method to clear output

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

github.com/vadimdemedes/ink - c12e0721164819c88f50236d78157b20fe82c570 authored over 4 years ago by Vadim Demedes <[email protected]>
Update yoga-layout-prebuilt

github.com/vadimdemedes/ink - b9f1016a0de0597a87e57e1426e8a79103896c1d authored over 4 years ago by Vadim Demedes <[email protected]>
Support custom configuration

github.com/vadimdemedes/tailwind-rn - d1abefb0ecadf30c4fa4ce5639f96297b6cd9e6f authored over 4 years ago by Vadim Demedes <[email protected]>
Add non-string values without transforming CSS variables

github.com/vadimdemedes/tailwind-rn - 873e73e39c2f977057e0d5a9589b3f92e495b52a authored over 4 years ago by Vadim Demedes <[email protected]>
Add support for border opacity

github.com/vadimdemedes/tailwind-rn - cda704d37e99a6dfbaf7a143adaffd9eded433fd authored over 4 years ago by Vadim Demedes <[email protected]>
Add support for text and background opacity

github.com/vadimdemedes/tailwind-rn - 210951b1f7379c6d65a267494abb70dea50a113d authored over 4 years ago by Vadim Demedes <[email protected]>
Fix lint errors

github.com/vadimdemedes/tailwind-rn - b078b808b1d306b6c2cf7ba8ab8ff812090778e4 authored over 4 years ago by Vadim Demedes <[email protected]>
Exclude text-current and border-current utilities

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]>
Add status badge

github.com/vadimdemedes/minimist-options - dba993b157e0b079e14f39c88ec40a6018e30295 authored over 4 years ago by Vadim Demedes <[email protected]>
Add github action

github.com/vadimdemedes/minimist-options - 20483d0d266b92a9264d227d65f14ed6fad4748f authored over 4 years ago by Vadim Demedes <[email protected]>
Support boolean and number arrays (#19)

github.com/vadimdemedes/minimist-options - 0df435f6b039c9bba4c592fc6cb06feb2bdb3b48 authored over 4 years ago by Oskar Löfgren <[email protected]>
4.1.0

github.com/vadimdemedes/dom-chef - 1365a05fa7ce343082cb34caf9dd2717ac32b728 authored over 4 years ago by Federico Brigante <[email protected]>
Add support for `htmlFor` attribute

Closes #37

github.com/vadimdemedes/dom-chef - ec08d0d65ba8a81af7881f46c7eed9d1840a1e0e authored over 4 years ago by Federico Brigante <[email protected]>
Small improvements (#60)

github.com/vadimdemedes/dom-chef - 83ef2e519c22ce06a785938af6553165945b214c authored over 4 years ago by Fregante <[email protected]>
Add support for `<Function />` (#59)

github.com/vadimdemedes/dom-chef - 7aa94a64e652199eeea48e8d59fb99e1bc60e8fc authored over 4 years ago by Fregante <[email protected]>
Add support for React Devtools (#287)

This change adds support for debugging Ink apps using React Devtools.
All you need to do is run...

github.com/vadimdemedes/ink - 1a44aac40eb7bfe878c38f0181c8f4b9a88f9709 authored over 4 years ago by Vadim Demedes <[email protected]>
Fix exit tests

github.com/vadimdemedes/ink - 2913ecf6cbe6fb49e42e89db9a23b94c5daaa85e authored over 4 years ago by Vadim Demedes <[email protected]>
Update compilation.md

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 (#286)

* 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 (#285)

* 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]>
Rename useinput example to use-input

github.com/vadimdemedes/ink - dc919780499d819f59ebe0af63be4ec5b4a860c4 authored over 4 years ago by Vadim Demedes <[email protected]>
Fix padding with newlines and text wrapping (#284)

* 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]>
Fix text wrapping inside padded container (#283)

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]>
Use a fork of log-update for displaying output (#282)

`log-update` module wraps output on every render, which slows down performance
of Ink apps. Ink...

github.com/vadimdemedes/ink - f46cbd2b53ea0ca4bc9ff2d6e5604ab94997ccbd authored over 4 years ago by Vadim Demedes <[email protected]>
Add ink-quicksearch component to readme (#249)

Co-authored-by: Vadim Demedes <[email protected]>

github.com/vadimdemedes/ink - 483d770417bf796a4c033c4c13d572ae900bfa48 authored over 4 years ago by John O'Sullivan <[email protected]>
Convert readme code example to hooks (#280)

Co-authored-by: Sindre Sorhus <[email protected]>
Co-authored-by: Vadim Demedes <vdemedes@...

github.com/vadimdemedes/ink - 4ce22d4437f5afcca1a6ce8af762635759f99b68 authored over 4 years ago by Karl Horky <[email protected]>
Implement a new <Static> component (#281)

* 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]>
Memoize <Color>, <Text> and <Transform> components (#278)

Since all of these components are pure (don't have side effects), it's safe to
memoize their ou...

github.com/vadimdemedes/ink - 17acfdcd21a806a9a0f3730f059f6cfb55ba4e05 authored over 4 years ago by Vadim Demedes <[email protected]>
Add <Transform> component (#277)

This component allows transforming a string representation of React components
before they are ...

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

github.com/vadimdemedes/ink - 4aefaa074ebec64cdecefcfc44aac5c7dea6cc19 authored over 4 years ago by Vadim Demedes <[email protected]>
Measure text using Yoga during layout calculation (#276)

Before this change, Ink had to do 3 steps to measure and wrap text correctly.
First step would ...

github.com/vadimdemedes/ink - 25108476f15c1703b5c7f5aa3fc4bf997ec02e51 authored over 4 years ago by Vadim Demedes <[email protected]>
Fix example code in readme (#11)

github.com/vadimdemedes/tailwind-rn - 5e7710cf5e075b4d364c0f51aa5feca0698a2b08 authored over 4 years ago by Daksh Shah <[email protected]>
updated .travis.yml prebuild versions

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

github.com/vadimdemedes/better-sqlite3 - 16f5f02b22ee32f473a5fe9746ecb40cca4989ab authored over 4 years ago by Joshua Wise <[email protected]>
added github sponsorship information

github.com/vadimdemedes/better-sqlite3 - 23eff1ad520bdde0663547b4ca76e83266104e40 authored over 4 years ago by Joshua Wise <[email protected]>
clean up worker threads in tests

github.com/vadimdemedes/better-sqlite3 - e64c01b5ded045a09f91a21aaab32e7a78b1e31d authored over 4 years ago by Joshua Wise <[email protected]>
documented unsafe mode

github.com/vadimdemedes/better-sqlite3 - cece44dc352392867046f6ce52ca21dd495f62b4 authored over 4 years ago by Joshua Wise <[email protected]>
added tests for unsafe mode and fixed bug

github.com/vadimdemedes/better-sqlite3 - a8ee5a596230c1e8e88ff326b66cf79ce179e01c authored over 4 years ago by Joshua Wise <[email protected]>
allow mutations while iterating in unsafe mode

github.com/vadimdemedes/better-sqlite3 - 7f7baadcc0ac1722364de6c91ec23a7d11aef10a authored over 4 years ago by Joshua Wise <[email protected]>
implemented unsafeMode which controls SQLITE_DBCONFIG_DEFENSIVE

github.com/vadimdemedes/better-sqlite3 - 665721ec65efde2855b6fe0bd5c56ca53045c28b authored over 4 years ago by Joshua Wise <[email protected]>
enabled SQLITE_ENABLE_GEOPOLY

github.com/vadimdemedes/better-sqlite3 - afe20e93c26b193ff53c84a76ad1831e982a1ba4 authored over 4 years ago by Joshua Wise <[email protected]>
documented undocumented features, and moved pragma_mode from Database to Addon

github.com/vadimdemedes/better-sqlite3 - b1ec867dd046d913e5066818950b792dafc78111 authored over 4 years ago by Joshua Wise <[email protected]>
improved logging of db.exec() statements, and improved detection of multiple statements in db.prepare()

github.com/vadimdemedes/better-sqlite3 - f7577c7d291e1fbb794293c7a6d0814a048edd2a authored over 4 years ago by Joshua Wise <[email protected]>
updated db.exec() to log SQL the same way as prepared statements

github.com/vadimdemedes/better-sqlite3 - ec5cb85f979fd1d860cee6fee75a615319d5c439 authored over 4 years ago by Joshua Wise <[email protected]>
removed "memory" option when opening new databases

github.com/vadimdemedes/better-sqlite3 - ccf03806799e77e0fa7546e6e2c1d3d8a0e9726a authored over 4 years ago by Joshua Wise <[email protected]>
added an optional second argument to db.loadExtension() which specifies an extension entry point

github.com/vadimdemedes/better-sqlite3 - 5373d6da4878ec7141a6110c9ccada1fc159a009 authored over 4 years ago by Joshua Wise <[email protected]>
removed support for SQLITE_SOURCE environment variable

github.com/vadimdemedes/better-sqlite3 - 53e5d05008eb8023abcb628417f87a4e06a845f7 authored over 4 years ago by Joshua Wise <[email protected]>
removed debug code

github.com/vadimdemedes/better-sqlite3 - 775e39e625bad6ebdb79abdac537b4b27acfb652 authored over 4 years ago by Joshua Wise <[email protected]>
try supporting relative paths for --sqlite3 option

github.com/vadimdemedes/better-sqlite3 - 551c23d28611cc96204174ed3f6eaec3e5089cdb authored over 4 years ago by Joshua Wise <[email protected]>
changed SQLITE_DIR to SQLITE_SOURCE environment variable

github.com/vadimdemedes/better-sqlite3 - 29546068e131536b61e47eaacc6e2d7c36e6c0ee authored over 4 years ago by Joshua Wise <[email protected]>
added support for the SQLITE_DIR environment variable for specifying custom sqlite builds

github.com/vadimdemedes/better-sqlite3 - c1553ed9eb42bd1135628b2349b56e7f44974695 authored over 4 years ago by Joshua Wise <[email protected]>
removed db.checkpoint() method in favor of wal_checkpoint(RESTART) pragma

github.com/vadimdemedes/better-sqlite3 - 94521dd1852a7018fe725c6a56e40ca6311209ff authored over 4 years ago by Joshua Wise <[email protected]>
removed node 8 from windows CI

github.com/vadimdemedes/better-sqlite3 - 32f0347e004e988c73a51177df62c1bd575d7c1e authored over 4 years ago by Joshua Wise <[email protected]>
moved worker thread docs

github.com/vadimdemedes/better-sqlite3 - 8a74f82fc94a41a1f872cd9c547ad240f14e1a56 authored over 4 years ago by Joshua Wise <[email protected]>
dropped support for node versions < 10

removed the integer library in favor of bigints
added support for worker threads
enabled SQLITE_T...

github.com/vadimdemedes/better-sqlite3 - 758665a3db2df0e4b94af795df2f5dfc8e78f12d authored over 4 years ago by Joshua Wise <[email protected]>
Render all frames when CI environment variable is explicitly set to `false`

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]>
Fix lint errors

github.com/vadimdemedes/ink - bb989a3bf5b1b8724e734d9f8b1b4981a5396068 authored over 4 years ago by Vadim Demedes <[email protected]>
Add `isActive` option to useInput hook

If there are multiple `useInput` hooks rendered at once, all of them will capture
and handle inp...

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

github.com/vadimdemedes/ink - b829a4c79eb5b53e88000b5d9e324e7505fe09d1 authored over 4 years ago by Vadim Demedes <[email protected]>
Add support for <Box display="none">

github.com/vadimdemedes/ink - b51476c7d402208e0112e727ebce990c37dc5ed5 authored over 4 years ago by Vadim Demedes <[email protected]>
Delete unused files

github.com/vadimdemedes/ink - 168448ccbc4f8d8a96a299a84eeda409f07fea81 authored over 4 years ago by Vadim Demedes <[email protected]>
Add support for Suspense

github.com/vadimdemedes/ink - 89425d5c1a9bb9795f7b4f101277ec23c970c3c9 authored over 4 years ago by Vadim Demedes <[email protected]>
Add `display` and `position` props to <Box>

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

github.com/vadimdemedes/ink - cb4e5b65addeaf63c900ae5ae1f39b16c4b2f562 authored over 4 years ago by Vadim Demedes <[email protected]>
Reduce rendering speed to 30 frames per second

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

github.com/vadimdemedes/ink - 04d3c8b8bd151262d7b1c73032f7caefe9dce458 authored over 4 years ago by Vadim Demedes <[email protected]>
Make experimental mode a default

github.com/vadimdemedes/ink - eafcbfdd4a894a41851504674670325b6224f87a authored over 4 years ago by Vadim Demedes <[email protected]>
Exclude src folder from npm package

github.com/vadimdemedes/ink - dcb56bea690ee34e8a45b577fce0ea37cd3003f3 authored over 4 years ago by Vadim Demedes <[email protected]>
Move `typescript` to dev dependencies

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

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

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

github.com/vadimdemedes/ink - f885a3cd43f3afa9a8f84a8cdad513d2507df217 authored over 4 years ago by Vadim Demedes <[email protected]>
Check types in `test` script

github.com/vadimdemedes/ink - f21fe1ace03af5849564c2dc8f154a78e0781bfd authored over 4 years ago by Vadim Demedes <[email protected]>
Refactor codebase to TypeScript (#264)

* 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]>