ts-odd icon indicating copy to clipboard operation
ts-odd copied to clipboard

An SDK for building apps with decentralized identity and storage.

Results 119 ts-odd issues
Sort by recently updated
recently updated
newest added

## Summary just some examples for the README docs

documentation
no changelog
contribution

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

# Summary ## Problem Developers need to poll the filesystem to detect changes. ### Impact Extra work and complexity for developers. ## Solution Add an interface to subscribe to any...

enhancement

This issue tracks changes to be made to implement event listeners in WNFS. This feature was initially requested in #136. As a quick summary, it would be helpful to provide...

enhancement

``` ../webnative |  WARN  deprecated [email protected] ../webnative |  WARN  deprecated [email protected] ../webnative |  WARN  deprecated [email protected] ../webnative |  WARN  deprecated [email protected] ../webnative |  WARN  deprecated [email protected] ../webnative |  WARN  deprecated...

# Summary Implement [File System Access](https://chromestatus.com/feature/6284708426022912) for [high performance](https://web.dev/file-system-access/#accessing-files-optimized-for-performance-from-the-origin-private-file-system) user experience. ## Problem ipfs is seriously slow, especially when dealing with directories with many files. ### Impact The impact of...

enhancement

# Summary It would be nice to be able to add event listeners to files and directories to detect when they have changed. This would permit event-driven programming as an...

enhancement

For AOL apps where email may be optional, provide a function to allow implementations to provide an identity function (auto generated username). * Depends on https://github.com/fission-suite/fission/issues/616

enhancement

Problem: some developers using webnative ( like me ) will use tooling like sveltekit and initialize our code in a component, effectively hiding it from the DOM and any kind...

enhancement

This issue tracks webnative compatibility with build tools, bundlers, and frameworks. It should be treated as a living document and a reference point for developers using webnative. Comment on this...