tionis

Results 109 comments of tionis

I was thinking about a repository global configuration of groups -> permissions and user -> groups mappings, that only an admin can edit. The group permissions could be regex, glob...

I think this project would be great to add offline support to some clients. The relay could cache new events and upload them to a list of relays when a...

That sound like a good idea! I will look into it.

Couldn't the backend command still be implemented so that locking can be used explicitly? It should be noted however that WebDAV seems to use lock tokens that are returned during...

This same problem also persists with linked pictures which reduces the portability of the markdown files greatly.

This feature request only handles cached read-only notes. Shouldn't writes, that are sent when possible (so eventual consistent) also be easy to implement as hedgedoc seems to be using y.js...

> That could be a next step yes, but if we try to integrate all these features at once, 2.0 will never be finished. Yes of course, should I open...

Makes Sense, I'm looking forward to the new version!

What about adding flags to chunk input text into multiple embeddings and then averaging them to get the overall embedding of the document?

> 1. I heard maxpooling gets better results than averaging True, maybe exposing a flag that exposes different pooling strategies would be useful here. > 2. if you average a...