Joseph Guillaume

Results 141 comments of Joseph Guillaume

I would say it's a work in progress. This is the foundation of what we'll need for functionality that is at least as user friendly as remotestorage.js. The intention is...

Confirming I needed X-Forwarded-Proto in particular, as CSS doesn't recognise https URIs as being served by a http baseUrl, and raises an SSL error if a https baseUrl is specified....

It seems the problem is that a `datetime-local` input field only accepts Local date and time strings, i.e. without the Z at the end. In Chrome a warning is thrown...

I'm currently leaning towards solution 2, i.e. adding undefined as a value to the selector. Solution 3 (not supporting undefined values) would only be viable with server side shape validation,...

No worries. This seems to be mostly a UX decision that needs to be taken at some point. If others run into this problem then hopefully they'll find this issue...

If this goes ahead, I request that the solution is to add the contact tag without removing the website tag. As discussed on wiki in 2017, and more recently, we...

On the wiki talk page, it's now been pointed out that: "If the POI has no website and no social media presence, how would we then indicate that no official...

Is that meant to be a private resource? The cookie is not needed to access public resources, as far as I know.

I'm not sure if something's changes in solid-auth-client, but it looks like it's now able to bypass the cookie failure. Essentially the effect of this issue is that the browser...

The `Samesite=None` issue is documented in https://github.com/solid/solid-auth-client/issues/151 and https://github.com/solid/node-solid-server/issues/1463