Sharon L
Sharon L
Forcing of approval prompt, not user friendly. Removed: access_type approval_prompt
Everytime a user authenticates with 'google' it asks for permissions. Looking into the code, there is a query param that sets approval_prompt: 'force'. Which according to the Google OAuth docs...
Similar to the standard library syncmap.Map's LoadOrStore, the GetOrPut returns the existing value for the key if present. Otherwise, it stores and returns the given value. The bool result is...
In which order does the lib load values? Does the config file override command line flag?
How do I stop the resolver from diving into nested fields? Given ``` type Opt[T any] struct { Val T Present bool Null bool } type MyString string func (ms...
Split scroll offset calculation from cursor bounds layout to prevent caret jumping when scrolling. Add pending scroll flag to defer scroll operations and improve horizontal scroll behavior in single-line mode....