Denis Govorkov

Results 23 issues of Denis Govorkov

It's a GPS tracker with internal gps antenna, accelerometer, attiny, battery charger. (it's an open project if it matters to you :) [TrackerFull.pdf](https://github.com/Ai-Thinker-Open/GPRS_C_SDK/files/5459389/TrackerFull.pdf) ![schematic](https://user-images.githubusercontent.com/13235861/97594362-aa5f3880-1a13-11eb-9970-8c07b7f6963b.png) No idea why the exported picture...

Hi guys. Here are hardware files in Altium format https://ai-thinker-open.github.io/GPRS_C_SDK_DOC/en/hardware/a9g.html May somebody export them to another format, that could be opened by Eagle or KiCad? Thanks! ## 1. SDK version(SDK...

Hi! Are user functions supported?

There is a possible conflict between logout and token prolongation. In the actual example, a new access cookie could be set after the logout request.

I'm complete newbie, just desiging a collaboration system. My current scheme looks like - multiple clients connected through socketio to rabbitmq broker, which routes messages between them. When one client...

Hello, there is my db schema ``` db.version(1).stores({ planner_documents: `id&, room_id, idempotency_key&`, }); ``` I want to modify one of documents, maybe in multiple browser tabs, how to make it...

question

Hello! My collection should have multiple unique keys, is there a way to ignore duplicates when insert? Both put and add calls throw exception. The only way I think about...

question

Hello. I do it in this way ``` if (!doc.content.trip_settings || doc.content.trip_settings.version < 2) { let migration = Automerge.change(Automerge.clone(this.doc, { actorId: "0002" }), { time: 1 }, (doc) => {...

Hello.Is there a subject or some example of how to implement it?

Hello. What options or strategies do we have to validate incoming changes? It’s easy to check user input, but what can I do with remote? The worst thing is that...