Steven Vandevelde

Results 155 comments of Steven Vandevelde

Now shows a proper error page. Will keep the issue open, since I still need to make it a little nicer and add more information & links.

non-contiguous select, is that like, selecting individual items, as opposed to selecting "ranges"? By ranges I mean, click on item 1 and then item 3 holding shift, selects 1, 2...

Replacing CTRL-click with CMD-click for individual selection. CTRL-click on Mac is used to right-click (ie. show contextmenu) using trackpad.

I might try to tackle this one soon-ish, so we can add full Fission support to Diffuse 🙏 We'll need this to stream any media via the standard HTML elements....

👍 And bump version to 1.0?

That'd be cool yeah. Where is that symmetric key store? But, it looks like we're using everything that's in `aes/*.js`.

I've been looking at this a bit myself. Why would we want plain strings at all for this library? 🤔 Why not always use Uint8Arrays or encoded strings (eg. base64)?

Thanks for creating an issue! Not entirely sure I'm reading these logs correctly, but it seems like your Apache WebDAV server is requiring authorisation on `OPTION` requests. This is something...

> diffuse cannot add authorization within the `OPTIONS` request. Yeah, things living a web browser, like Diffuse, can't do that. Various other tools, besides browsers, may implement CORS, but often...

You're looking at the OPTIONS request, it's normal that this response is empty. In the case of browsers, the OPTIONS request serves as a preflight request in CORS. It's letting...