దామోదర

Results 122 comments of దామోదర

@havarnov , That seems great idea. Or we can better implement a new_type that wraps a smallvec/vec/..., and exposes standard `std::iter::Extend` trait for allowing mutation, and `AsRef` for accessing as...

@timothee-haudebourg , GATS are stabilized now. It will be great if a json-ld parser, transformer is available for rust stable. Thanks for great work.

Also please note that, clients currently doesn't send dpop bound `ath` claim in dpop proof. Current dpop protocol requires it. See the issue https://github.com/manomayam/manas/issues/27 for other client side idiosynchronies.

In some setups, someone can set arbitrary headers, and mislead the server to reconstruct different uri than what it is supposed to be.

I want to construct a hlist of tokens, all satisfying certain trait called `AdjectiveToken`. So that i can keep that as a valu to list of adjective tokens. I want...

I assume, you meant following: ```rust trait AdjectiveTokenList {} impl AdjectiveTokenList for HCons where Head: AdjectiveToken, Tail: AdjectiveTokenList, { ... } impl AdjectiveTokenList for HNil { ... } fn function_which_needs_all_hlist_elements_to_be_tokens(hlist:...

There may be reasons to preserve comments, even if users don't hand edit them. Suppose we want to store some turtle config files in solid pod, and retrieve them back...

> Thus we can't use solid to just store and retrieve arbitrary folder of source code with turtle configuration files, and edit them as code, with valuable comments. There are...

Just to think aloud, If we distinguish resources based on their essence and whether they contribute to resultant shared knowledge graph of a pod or not, irrespective of their mime-type,...