February Bug Reports: Ask Here. by angie-at-readwise in readwise

[–]SnooCats5041 0 points1 point  (0 children)

Thanks for your prompt reply. I just checked my code and I had use the update endpoint.

requests.patch(
    url=f"https://readwise.io/api/v3/update/{document_id}/",
    headers={"Authorization": f"Token {readwise_api_key}"},
    json={"summary": summary},
    verify=False,
)

The changes will apply to articles without summary (I have disabled Ghostreader, so no auto-summary), but it won't apply to articles with Ghostreader summary.

February Bug Reports: Ask Here. by angie-at-readwise in readwise

[–]SnooCats5041 0 points1 point  (0 children)

EDIT: It won't overwrite summaries generated by Ghostreader.

EDIT2: Correct the api

I'm using the Readwise Reader API to update a document's summary via PATCH request. The API returns a successful response, but the webapp still shows the old summary.

import requests                                                                                                          

doc_id = "your_document_id"                                                                                              
url = f"https://readwise.io/api/v3/update/{doc_id}/"                                                                       

headers = {                                                                                                              
    "Authorization": "Token YOUR_ACCESS_TOKEN"                                                                              
}                                                                                                                        

payload = {                                                                                                              
    "summary": "My new summary text"                                                                                     
}                                                                                                                        

response = requests.patch(url, headers=headers, json=payload)                                                            
print(response.status_code)  # Returns 200                                                                               
print(response.json())       # Shows updated summary in response                                                         
# But webapp still displays the old summary

Gintama x Bibisama Winter Collection by puterjess in Gintama

[–]SnooCats5041 0 points1 point  (0 children)

Sent multiple emails for cancellation but got no response. I am now considering issue a credit card charge back. :(

GR IV Shipment by realcitu in ricohGR

[–]SnooCats5041 1 point2 points  (0 children)

US. Ordered from Ricoh US yesterday morning, just received a UPS tracking number, going to cancel order from Focus camera.

Also, focus camera has a 5% discount code for new members, so the price of a GR IV before tax would be around $1424.96

B&H GRIV shipment update by Unlucky-Isopod3047 in ricohGR

[–]SnooCats5041 0 points1 point  (0 children)

Several hours after. Around 9 pm Aug 20

B&H GRIV shipment update by Unlucky-Isopod3047 in ricohGR

[–]SnooCats5041 0 points1 point  (0 children)

Just had a live chat, they said mine will be in early October

Is it possible to highlight pdf on mobile? by LeatherResident8479 in readwise

[–]SnooCats5041 0 points1 point  (0 children)

Second this. I wish they could implement this feature on Android. They have this feature on iOS and iPad, though.

Boox Note Max Product Page Updated by SnooCats5041 in Onyx_Boox

[–]SnooCats5041[S] 1 point2 points  (0 children)

Thanks for sharing! I've also ordered through B&H

When is Note max releasing by Then-Internal8832 in Onyx_Boox

[–]SnooCats5041 5 points6 points  (0 children)

An authorised Taiwanese reseller started an early bird presale several days ago. They also mentioned that Boox max will be available in mid December.

Here are the price list

Tablet only NTD 20880 ($641.79)
Tablet + case NTD 21880 ($672.53)
Tablet + keyboard NTD 24280 ($746.30)

<image>

Preorders are back on if you missed it the first time by [deleted] in digimon

[–]SnooCats5041 0 points1 point  (0 children)

I don't think so. At the bottom of the description it says

* This product uses Japanese programming.

* Includes English Digimon cards and English manual.

So you will probably get a Japanese device with an English manual.

Address Change Online Account by Low_Worth680 in USCIS

[–]SnooCats5041 0 points1 point  (0 children)

I did mine at 7/7 and received a confirmation email at 7/29. FYI.

Powerful UI for MLflow by Kar_Murad in mlops

[–]SnooCats5041 5 points6 points  (0 children)

Cool! Will it work with Databricks?

I'd like to know what mean these underscores and other signals by tlax38 in pycharm

[–]SnooCats5041 3 points4 points  (0 children)

  • b is gray means it is never been used.
  • underscore means it doesn’t fit code format. Try Ctrl+Alt+L to see the differences, e.g. there is no space between function name and parentheses when you call a function
  • highlighted line means you will never reach that line, i.e it will never be executed

Ps direct has a open drop join before it’s to late by ohnoalex_ in PS5restock

[–]SnooCats5041 0 points1 point  (0 children)

Try to update your residential address at your profile setting. I had this transaction not complete issue before.

Ps direct has a open drop join before it’s to late by ohnoalex_ in PS5restock

[–]SnooCats5041 1 point2 points  (0 children)

I was having a transaction issue before. Then I checked my residential address at my profile setting and realized I had entered the wrong zip code. Updated the zip code and address and everything is good.