Dmitri Zagidulin

Results 100 issues of Dmitri Zagidulin

Add a convenience method (on the SolidResponse class) to return the WebID of the user who created that resource (see parent issue https://github.com/solid/solid/issues/111). Pre-requisite: https://github.com/solid/node-solid-server/issues/408.

Per conversation with @csarven - need to drop the hash fragment portion of the WebID profile link before loading the profile.

Refactor solid.js to allow the user to just pass in an rdf parser lib as a dependency or config setting. (Support non-rdflib parsers like SimpleRDF)

See https://github.com/solid/solid-spec#globbing-inlining-on-get

Proposal: Pod server implementors (and hosting providers) should be encouraged to have the _server itself_ generate a WebID profile, with key material, during server setup. Server key generation is already...

topic: security privacy cryptography
topic: identity
doc: Best Practices

This is a placeholder proposal for the Solid project to support Decentralized Identifiers (DIDs), in addition to Web IDs. ![DIDs vs WebIDs](https://user-images.githubusercontent.com/947005/65088773-9465f400-d988-11e9-8164-dc9b76beeb9c.png) Similarities: * Both DIDs and Web IDs are...

topic: identity
doc: Ecosystem

Hi @kevlened and team. Would there be any opposition to adding support for the `AES-KW` key wrapping algorithm for React Native? Since msrCrypto doesn't seem to support it (although I...

**Phase 1** - investigate (and add to docs or wiki) using a Node Solr client (preferably [helios](https://github.com/rishabhmhjn/helios), which seems to have better query builder syntax than the other contender, [solr-client](https://github.com/lbdremy/solr-node-client))...

feature

Add support for Riak 2.0 Data Types: - Counters (API change from 1.4 counters) - Sets - Maps (and within maps, flags and registers) References: - http://docs.basho.com/riak/2.0.0pre20/dev/using/data-types/ (documentation) - https://github.com/basho/riak-ruby-client/pull/111...

feature

Add an optional 'bucket_type' parameter to bucket creation. See http://docs.basho.com/riak/2.0.0pre20/dev/advanced/bucket-types/ for discussion. Borrowing the to-do list from https://github.com/basho/riak-ruby-client/issues/112 ## Bucket type CRUD - [ ] Create bucket type properties -...

feature