Henrik Feldt
Henrik Feldt
Sure; so from one handler I have this code: ```dart // media Future _onMediaAdded(MediaAdded event, Emitter emit) async { // things here... nextState = state.copyWith ...; emit(nextState); await emit.forEach( pipeline.process(event.media),...
Quick question: isn't it a bit bloated of your package to depend on every package under the sun?
It's not about the LoC you depend on, it's the fact that your package has all these other dependencies which brings the headache. Isn't what you're doing here something for...
I don't see how this is completed, because I don't see how this directory is invalid? ``` ❯ dc exec typesense ls -lah /data-analytics total 4.0K drwxr-xr-x 2 root root...
Hi @kishorenc Thanks, I did these things; 1. start typesense (success) 2. stop it 3. add the analytics flag and a volume 4. start it (success) 5. import loads of...
Yes, I think this is a mental mismatch I had. All other databases take their folders as-is, eg postgres, sql server, elasticsearch, event store etc, so I would not expect...
Hey there, I have a branch that I started working on but never completed as there were *many* typings to add and to validate. I can push it?
@justinelut Could you detail how you got around the product_type_id error? Applying the latest migrations doesn't seem to help for me...
Hey, we tried your comment @g-apparence — and it didn't work.