దామోదర
దామోదర
Currently, `autocfg` crate dependecy set to `~1.0`, and pegged to minor release. It's current active minor version is `1.1`, and many crates like `dashmap`, etc. use that version. And this...
It addresses #21 It uses [`smol_str::SmolStr`](https://docs.rs/crate/smol_str/latest) as string invariant for owned segment, and `&str` for borrowed. `smol_str` is dependable, as it is maintained by rust_analyzer team, and used in it...
Hello, thanks for great work. It would be great if it uses a smallstring variant as backend for `Segment`. example crates are `smolstr`, `smartstring`, `kstring`, etc. `kstring` also provides a...
Hello, thanks for your work It would be great, if library can support dPoP protocol. (OAuth 2.0 Demonstrating Proof-of-Possession ) dPoP is now fairly de-facto standard to bind access token...
hello @GrahamDumpleton , when we server through mod_wsgi, apache inside docker, and setup a proxy throgh frontend Apache to this docker, every thing works as expected if it is mounted...
**Describe the bug** When we bind an input to a object property, and if we use an expression to compute that property name, binding not only triggers reactivity of containing...
Hello @h2non thanks for imaginary. It would be great if imaginary supports iiif api natively. Most of digital humanities eco-system, adapting iiif as de-facto standard for image interoperability. And it's...
Namaste. [IIIF](https://iiif.io) or `International Image Interoperability Framework` is ubiquitous api standard for image proxying. It's widespread in humanities, heritage institutions, libraries, so on. Have many high quality tools like mirador,...
Currently FileDataAccessor, directly interacts with os file-system. But there will be much advantage if it interacts with an abstraction-layer of object storage, to which we can plug `local`, `s3`, or...
#### Description Per solid uri semantics, two resources that have uris differing only in trailing slash are mutually exclusive. When two simultanious put requests came for resources `a/b` (say, with...