elf Pavlik

Results 705 comments of elf Pavlik

It looks like your fork introduces some code duplication, I'll look into https://www.npmjs.com/package/esm based approach which doesn't duplicate any code.

> All major browsers support ES modules, I think having option to import `cuid` directly in a browser will come handy. If everything here use ES modules and `esm` makes...

I don't think solid should mandate how applications use IRIs. If it only relies on `ldp:contains` statements than implementations can also support approaches like in Google Drive where: * it...

> I would like to see feedback and from Tim and Andrei before a substantive spec change. I haven't seen activities around solid repos from @deiu for quite some time....

I think [Websockets API](https://github.com/solid/solid-spec/blob/master/api-websockets.md) might need to get evaluated against alternatives / complementary mechanisms like: * Server-sent Events - https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events * WebSub - https://www.w3.org/TR/websub/ In general having implementation based feedback...

One more I can think of - WebID-TLS could get limited only as one of the availaable auth method with some OPs, I haven't tested that but if somone has...

Another issue related to WebID-TLS https://github.com/solid/solid-spec/issues/145#issuecomment-480980113 > NSS currently still allows authentication with client certificates. For that, NSS has to terminate the HTTPS connection, and NSS only does HTTP 1.1....

@linonetwo have you run benchmarks comparing globing approach to https://github.com/solid/ldp-glob with HTTP/2 enabled?

I think you could also just run it behind nginx and enable HTTP/2 in your nginx config

Why not make each subdomain created for users an issuer for that user, this way you would have simply ` solid:oidcIssuer .` BTW even if issuer stays `https://solid.community` (without user...