Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hack-pad/go-indexeddb

An IndexedDB driver for Go code compiled to WebAssembly.
https://github.com/hack-pad/go-indexeddb

Attempt to parse exceptions as DOMException type with errors.Is() support (#10)

* Attempt to parse all `js.Value.Call()` errors as `DOMException`s
* Expose a `NewDOMException(...

2df6ec68710b482f9657c6febf860804a4b142d3 authored almost 2 years ago
Fix missing transaction abort error handling (#9)

* Fix missing transaction abort handler, simplify event handling
* Fix txn.Await() to return no...

a0ee3445cd66a9e9dac555f48e1eda5f89cdb420 authored almost 2 years ago
Add coverage badge

ea2d1f0b3ce392e41e726315ffc43f11696d53bc authored about 2 years ago
Use safejs for JS panic handling, add coverage reports (#8)

Switches to https://github.com/hack-pad/safejs to properly handle all panic scenarios.

Also a...

d651e163344c12bee2a7ddd29953c22eaa56ca8b authored about 2 years ago
Update GitHub Actions to v3 (#5)

* Update to latest actions v3
* Fix warning for "check_latest"

21062e130bd12027381977d89dcbb2ec67bf65dc authored about 2 years ago
Add "go get" and import examples for quick start

f0f0319256f1e662e4344c17928d1414b576d24d authored over 2 years ago
Add Go 1.18 CI test run, revert to minimum Go 1.16 requirement

1eaa6e0a47dfb4e24ec53f86bce4d2cdfcd23d48 authored over 2 years ago
updates required for go 1.18

71bf8c50fc3d26e4a9762e8f7ea02f6bd29689da authored over 2 years ago
Remove remaining js.Wrapper remnants, reduce js.ValueOf() conversion cost

bab52481e4124dc13418e3d1944adbe960038522 authored over 2 years ago
Automatically clean up passed-in contexts to prevent leaks

552e7c40709083055adda3d9dd20a10c852bea7d authored over 3 years ago
Cache Transaction.Await event names

3f3cb9a41c612579364cd6185dbbfa1ce6e9290a authored over 3 years ago
Pass Database and Transaction down into child objects

Enables faster and safer access to parent DBs and transactions.
Next, will help support shared i...

1c086345e4ad16a3f8afaf950d9646da96ff4ad1 authored over 3 years ago
Add CI badge

75ac2a19af4395617e16543b796fa96485f4c77d authored over 3 years ago
Add GitHub Actions (#1)

0fe1727f377b7ee9b9e6d41aac5954fdcf9b1993 authored over 3 years ago
Extract common Index and ObjectStore logic, fix incorrect Index methods

46e4d3b690093c67d4f9930fe6278be58c6dcd80 authored over 3 years ago
Require at least one object store name per transaction

a9ba2869b90385923dfad572a00939b0928ff241 authored over 3 years ago
Fix lint errors

043a55a96e7775fe18e4bae4360b2be7cfe9baff authored over 3 years ago
Add docs and package example

052d22f96f5beb7c555c28e792736d3c1c8cd68d authored over 3 years ago
Add remaining cursor tests and fix bugs, clean up Await funcs

b9c190e518a33769f1af442a1cbcb6ad375d0d06 authored over 3 years ago
Only create and delete test DBs

10296de1db096d575f2a376bd2a73dbb61cc5395 authored over 3 years ago
Move context handling into channel promise

ecc24a40ab2bd4af13401d594cf7f65e4c6bd32a authored over 3 years ago
Add tests for nearly everything left, and more:

* Fix API discrepancies
* Bug fixes
* Enable parallel test linter
* Use contexts for blocking ca...

03fca1d716bb54cf9e26fd9493dfa51d99985c87 authored over 3 years ago
Clarify "driver with bindings for Go"

46c66771a87b00418585934592046a2dd9112328 authored over 3 years ago
Test Factory.CompareKeys and DB properties

7b8f1d54091456e2c1ebc0bcc7d3324b8c290113 authored over 3 years ago
Remove unnecessary dependency

020c9e8305dbbbd408999696a36f66bcc9bdb00f authored over 3 years ago
Add Go docs reference badge

1a8e86d18afec09e870bf84df94e4737a0111348 authored over 3 years ago
Add tests for Factory, add internal assertions package to avoid dependency

8d5d50b8a68ec9fbcee7063fcea7dcb0c135a198 authored over 3 years ago
Add missing golangci-lint yml file

732c2f7c1e3869f253d64894d7d792be9fbbf767 authored over 3 years ago
Add linters, fix issues

70bc44204294ba449655acf4ea01896925f0d554 authored over 3 years ago
Wrap up initial docs

f21a9630967fffc7a6efd2aefad275cbf1eb1504 authored over 3 years ago
Document, primarily based on the excellent MDN docs

63a7d4f5bbc49c2dc69e29a05aa54a4c700c0246 authored over 3 years ago
Fix type-unsafe Cursor.Source() method

c584c7880adbb1c6d40b5b51f34ec30f27a7cabb authored over 3 years ago
Add typed Requests for type-safe usage

444e45b0baa1c2b6cf464ce9e0bf23418b856b7f authored over 3 years ago
Add remaining pieces of IDB spec

9a0d639372a06452f218f64078e48f3b318e7af8 authored over 3 years ago
Initial code

e39589048a2c212d4c8a282cc3a14e9a68d6666f authored over 3 years ago
Initial commit

fcb91a137117ef8d065aad899fbc5ca5e74f0bf8 authored over 3 years ago