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

attempt at making install script work on windows

github.com/vadimdemedes/better-sqlite3 - 18754e3be4b3423d11c830ff97c556a92d67f9f9 authored over 8 years ago
added tests for new returnsData behavior

github.com/vadimdemedes/better-sqlite3 - c634fc846033c3af387a5a6f3da07bce0ca7a2b1 authored over 8 years ago
read-only statements that do not return data can now be executed with .run()

github.com/vadimdemedes/better-sqlite3 - 83a9a9e0b32d65cc1f22b96ed2a3349f20520a32 authored over 8 years ago
Replace bad characters from the query

github.com/vadimdemedes/google-images - 5b9901945f7ff232c79548f4e9d0a608c74fd5e3 authored over 8 years ago
Close PR #6: Breakdown big regex into understandable parts

github.com/vadimdemedes/syslog-parse - a333586c5999c0d6d2a9961d6b02b50dccbe5f06 authored over 8 years ago
Merge pull request #2 from justinanastos/update-docs-for-alias

Update docs to use `aliases` instead of `alias`

github.com/vadimdemedes/minimist-options - f58e5626d7d3be580925899ea2479ac0b4a7c1cd authored over 8 years ago
Merge pull request #1 from modiho/fix-promise-implementation

Fix promise implementation used by 'mz/fs' to bluebird.

github.com/vadimdemedes/list-dir - 4efce85e42e7e6f0eca7f22bbc5abf0af282596d authored over 8 years ago
added benchmarks for creating prepared statements

github.com/vadimdemedes/better-sqlite3 - 1effaaa218bfaaf2a1b0d73e33be861d7261b132 authored over 8 years ago
greatly improved string performance

github.com/vadimdemedes/better-sqlite3 - 7076811d5d2fd42f32e830c8befc6a8634663da2 authored over 8 years ago
finished writing tests

github.com/vadimdemedes/better-sqlite3 - bc5c4ca2f6c409cf4f06d501736f232b0436f770 authored over 8 years ago
wrote some tests for Int64

github.com/vadimdemedes/better-sqlite3 - ec35d19095ee83a28671ede2424cf9a084796466 authored over 8 years ago
added pending Int64 tests

github.com/vadimdemedes/better-sqlite3 - 2d0c8c7c03520327bebb5483bf01e1b3f1a9df2d authored over 8 years ago
added pending Int64 tests

github.com/vadimdemedes/better-sqlite3 - 3e41653b844e90c5f97edacd1d8725be545ad4f5 authored over 8 years ago
added pending Int64 tests

github.com/vadimdemedes/better-sqlite3 - 903aba3d47410ad6d436fb68d8f9a5cf0435842b authored over 8 years ago
added checkpoint tests

github.com/vadimdemedes/better-sqlite3 - 9b625cb11524a3d4fe9908d5f707dac471a7c5df authored over 8 years ago
finished transaction.bind tests

github.com/vadimdemedes/better-sqlite3 - abd1c3f52f8d3f81ab46396ea6c9b375c28e1c75 authored over 8 years ago
added incomplete transaction.run tests

github.com/vadimdemedes/better-sqlite3 - 89c9f94dc704d3fe27b062167b7ae189764d6b24 authored over 8 years ago
added unfinished bind tests

github.com/vadimdemedes/better-sqlite3 - cf5793f90e5ab6605e8f0167c462789d9d95a508 authored over 8 years ago
simplified .all and added tests for it

github.com/vadimdemedes/better-sqlite3 - edc3160a339951c42023f005323a19a061f32a71 authored over 8 years ago
fixed minor binding bug

github.com/vadimdemedes/better-sqlite3 - d37208f24bc6c30c619e1d6c39696254e8f88df6 authored over 8 years ago
fixed numberic literal types

github.com/vadimdemedes/better-sqlite3 - aca81efbbf7201b0e80efe3a5c5276149aa403bb authored over 8 years ago
exposed the "memory" property on database objects

github.com/vadimdemedes/better-sqlite3 - 50b561f84bf95d2d357b748f304773b0c1939cfa authored over 8 years ago
- Rewrote Data and List modules

- Incorporated new modules into read-only query methods
- Rewrote pragma method
- Added limits to...

github.com/vadimdemedes/better-sqlite3 - 3c542c1565bf24039eb44a190d9560821519c1f7 authored over 8 years ago
added explicit keyword to constructors

github.com/vadimdemedes/better-sqlite3 - 02641159f55c0b21b2b6f0c6d23716dbb2f83f8e authored over 8 years ago
further improved casting

github.com/vadimdemedes/better-sqlite3 - 70c2d109b688f1db7b187532589da1dfb740cb27 authored over 8 years ago
removed more C-style casts in favor of static_cast

github.com/vadimdemedes/better-sqlite3 - 87c0a76b03ce5d2981723c555f2ba64df6b2de30 authored over 8 years ago
remove many C-style casts in favor of static_cast

github.com/vadimdemedes/better-sqlite3 - 620786ddf8e98ee2ff145213996730e15e5032d3 authored over 8 years ago
Update docs to use `aliases` instead of `alias`

Relates to vdemedes/minimist-options#1

github.com/vadimdemedes/minimist-options - de7ffba0d006991478b4f39f3b5521ab0a11a4d0 authored over 8 years ago
fixed edge case bug when binding buffers and using .each()

github.com/vadimdemedes/better-sqlite3 - 44ae5319b82cf7771eaf585dcf525a26e7a8b37a authored over 8 years ago
added concurrency benchmark

github.com/vadimdemedes/better-sqlite3 - 4f92f01c71daa58abdda561efbb01ccd5567dc3c authored over 8 years ago
renamed db.statement to db.prepare

github.com/vadimdemedes/better-sqlite3 - 016d68dcab4d46018b0032c3ce36d8eefe6935c5 authored over 8 years ago
Merge branch 'master' of https://github.com/JoshuaWise/better-sqlite3

github.com/vadimdemedes/better-sqlite3 - 03bafe077d853565efceb2c9f2ca845139e39639 authored over 8 years ago
Merge pull request #1 from pdehaan/patch-1

Fix typo in README

github.com/vadimdemedes/better-sqlite3 - 054ce8aeed515bb3f27e007398c6ac8e1cf6f073 authored over 8 years ago
added safe integer mode toggling

github.com/vadimdemedes/better-sqlite3 - 2face9f2a8b8ec790ace8d709eb4863335aaa8d5 authored over 8 years ago
switched Int64 to store signed ints under the hood

github.com/vadimdemedes/better-sqlite3 - 797c34d41503d3455213dbdd6d0a74628c06abef authored over 8 years ago
added helpers to Int64

github.com/vadimdemedes/better-sqlite3 - 48057a8d8076d81c66a3b3d74fd5fb5f470cc51f authored over 8 years ago