Michael Uvarov
Michael Uvarov
Alternatively, we can try both ipv6 and ipv4, like in this commit: https://github.com/arcusfelis/eredis/commit/96a3848af1d54cadb09700ef8b1014e92183587d But I doubt the code compexity introduced in this case would justify that. We already have some...
still there, in electron second load will freeze everything. ``` await tflite.loadTFLiteModel(model1); // will give you a model tflite.loadTFLiteModel(model2); //will freeze the js console and the whole process with 100%...
Another backend can be common tests.
Hi, I've tried to reproduce it, and unable to. So, maybe more info would help. Do you send message using XMPP API or graphql?
If you can easily reproduce ARCHIVING error, you can try to trace the error. 1. Open mongooseim shell (i.e. `mongooseim debug`). 2. Enable tracing and wait to check what you...
OK, I actually traced it. ``` when=2024-06-03T19:52:43.956382+00:00 level=error what=filter_room_packet pid= at=mod_muc_room:broadcast_room_packet/5:909 event_data_from_nick=unique_carol_unnamed_171_same_stanza_id_for_muc_172_nickname event_data_room_jid="{jid,,,}" event_data_affiliation=owner event_data_role=moderator event_data_from_jid="{jid,,,}" event_data_timestamp=0 packet="{xmlel,,[{,},{,}],[{xmlel,,[],[{xmlcdata,}]}]}" ``` So, filter_room_packet is called with timestamp=0 (i.e. event_data_timestamp=0 in the logs)....
As side effects, you can also get timestamps for MUC messages set to the timestamp of the last sent private message (i.e. 8 hours in the past or just random)....
Hi, the fix has been merged into the master branch.
I did it like goto(number_of_microseconds_from_the_start). We can calculate position of the required note and jump to it. On June 12, 2014 10:44:35 AM CEST, Allan Simon [email protected] wrote: > you...
Yes. I've pushed this. On Thu, Jun 12, 2014 at 11:42 AM, Allan Simon [email protected] wrote: > it something you already did in your fork ? > > — >...