cyberfox1

Results 9 comments of cyberfox1

> JSON objects keys must be only strings,this should raise ValueError or TypeError: > > ``` > json.dumps({1: "x"}) > ``` > This behavior smells like php to me :-)...

> Hi @cyberfox1 , > > Thanks for the issue! The README should have a link to the [tutorials](https://fugue-tutorials.readthedocs.io/), which are the main form of documentation. I will point the...

` Serverless: Packaging service... Serverless: Excluding development dependencies... Fetch Error -------------------------------------------- FetchError: request to https://api.cloudflare.com/client/v4/zones/c00f33815cde7500057aa26ef52c7a3b/workers/settings failed, reason: getaddrinfo ENOTFOUND api.cloudflare.com api.cloudflare.com:443 at ClientRequest. (/home/mnt/mapot/dev/repos/squirrel.git/node_modules/cloudflare-workers-toolkit/node_modules/node-fetch/lib/index.js:1455:11) at emitOne (events.js:116:13) at ClientRequest.emit (events.js:211:7)...

Seems this module is not making proper use of node-fetch: > fetch('https://www.google.com',{ agent:new HttpsProxyAgent('http://127.0.0.1:8580')}).then(function(res){ ... })

https://github.com/ankidroid/Anki-Android/assets/39321046/3ecdf755-73ed-4050-a950-c3b4beb2d28f Here you go

> Can't reproduce. Could you record a video and send it here? Video in above comment

This is still an issue in the very last version. AnkiDroid Version = 2.20.0 (d41d16a45c00b0bdbd3b13ac988143db5ef8ae90) Backend Version = 0.1.48-anki24.11 (24.11 c47638ca36f99dd4f3b81ae82d964aec66e392e0) Android Version = 14 (SDK 34) ProductFlavor = play...

It seems the notification was preventing it. I enabled notifications and the sync popup appears again. It is not very intuitive that key parts of the GUI would be linked...

OK thanks for the explanation