Ibrahim Jarif
Ibrahim Jarif
I have the following struct ``` type Identity struct { gormsupport.Lifecycle // Link to User UserID uuid.NullUUID `sql:"type:uuid"` User User } ``` and ``` identity := account.Identity{ User: user, UserID:...
Hey there :wave:, we're doing an informal survey to gauge the interest in this project and it would be very helpful if you could answer the following questions- - If...
Do not review. --- This change is [](https://reviewable.io/reviews/dgraph-io/dgraph/7662)
$SUBJECT --- This change is [](https://reviewable.io/reviews/dgraph-io/dgraph/7820)
This commit adds support for creating, listing and deleting the userflow attribute assignment.
The user flow attributes API was using version 1.0 but it should be beta. Also, the URL was incorrect for the Update endpoint. Also, fixed a failing test.
The css files are loaded after the whole html document has loaded. Adding css to the start of document would improve its appearance even on slow connections.
I've created a test repo for demonstration - https://jarifibrahim.github.io/test/ The notification works on Chrome desktop and android. The only catch is for android notifications to work, the website should be...
The notification web API supports multiple options - https://developer.mozilla.org/en-US/docs/Web/API/Notification/Notification These options could be used to customise the notifications.