Kai
Kai
Bump @krrishdholakia (apologies for the delay). I'm not sure if this has been resolved in the meantime? If so, feel free to close.
Haven't looked at the wire format yet, but a few thoughts. We could expose a new `text_md` field that: * parses markdown into the internal format when set * generates...
The client/server appear to be sending deltas. Sample payload: ```json { "clientRevision":"35", "commandBundles": [ { "sessionId":"123456789", "requestId":"17", "serializedCommands": "[[\"docs-nestedModel\",[\"text\",1,\"sct.id\"],{\"ty\":\"as\",\"st\":\"text\",\"si\":1,\"ei\":1,\"sm\":{\"ts_ff_i\":true,\"ts_bd_i\":false,\"ts_bd\":true,\"ts_tw\":400}}]]" } ] } ```
Notes: * The `CL` capability determines whether deltas are sent * Updating the `text` value in `gkeepapi` results in the formatting desyncing
The `sort` field allows you to specify the order. Something like the following should do what you want: ```py notes = keep.all() notes.sort(key=lambda x: x.title) for i, note in enumerate(notes):...
The server currently compiles and runs, but I haven't tested it with a non-empty mailbox. Is there an easy way to generate/import test data for that purpose?
Updated. I removed some IDs from the fixtures, so hopefully they still work.
Experiencing a related issue with 6.6.0 - no way to bypass when mTLS is optional.
In the interim, is there any way to preserve the license data in DepTrack? If I preprocess the BOMs, would it be sufficient to filter out any license data, or...