Gal Bracha

Results 25 comments of Gal Bracha

Yes this is needed. 🙂 Ideally something such as this - see below KNN k nearest neighbor implementation on redis as a vector db - https://redis.io/docs/get-started/vector-database/

There is this comment in the code that may be related - https://github.com/anarchuser/mic_stream/blob/main/ios/Classes/SwiftMicStreamPlugin.swift#L148 ``` // neither does setting AVLinearPCMBitDepthKey on audioOutput.audioSettings (unavailable on iOS) // 99% sure it's not possible...

@anarchuser Not sure what do you mean. Can you please elaborate? I see some change in the area here - https://github.com/anarchuser/mic_stream/pull/61/files#diff-92b5a8c491b845cd6d9e20f37fe82c7d10f0410693426936cb7515f4dd23007eR118

Usually in those cases - you are missing a flush somewhere probably before the end Are you sure those missing bytes are beginning bytes and not ending bytes?

@ruojianll Thank you for this library - would love to see an example of inheriting your Base class and another class (Using mixins?) In my case my class already inherits...

thanks. I've [opened an issue ](https://github.com/facing-dev/vue-facing-decorator/issues/5)on the repo to keep it clean here

Yes. Same here. 🤚🏼 The interesting part is that when developing we didn't encounter those - probably because when developing - the ide holds a lot of pointers to those...

Right now I've disabled the Invite system for the `public` type of groups - Once this is implemented we should also alter back the server function that validates permission

@maxkahun Great work :) Few things to notice - * Make sure the PR title make sense - such as "Updating dreamer to created by". * Also - The PR...