You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show pixel cursor on mouse hover with selected color - Laurent
Batch pixel update requests so that we don't end up with a giant list of update at once
ISSUE: Canvas hangs when the blob is being drawn - Laurent
Maybe pause the bulk update when the mousedown is true?
[languy] I found that using DataView was slow so I replaced it with straight bit operations which cut down the total rendering time from 1.5 sec to 56 ms on Chrome.
NIT: Right click off the canvas (but within the canvas container) doesn't move the canvas. [languy] Might be a challenge as the lib I'm using implements it that way. I could look into catching the events in the viewport canvas, but still have it change the canvas matrix instead.
REQUEST: On browser resize, center canvas
REQUEST: Hashtag change to #CosmosDB [languy] Submitted a PR for it (hopefully I understood this right).
Look into speeding up first update (in admin) by sending smaller update batch earlier. - Laurent
API - Chris (all)
Easy Auth
User throttling
Admin mode
blocklist
Update updatepixel api to return timestamp
Throttle rate in metadata endpoint
ISSUE: throttling not working for normal users - Chris
Update Processor - Chris (all)
Blob stored with LSN
Reset needs to reset to the red shirt image
CDN integration for prod
Notifications service - Matias (all)
Latency perf improvements
Other
ARM/deployment stuff
Get demo and demo-backup running
Get prod up and running
Block list management
App Insights alerts
Update readme
The text was updated successfully, but these errors were encountered:
Client
[languy] I found that using DataView was slow so I replaced it with straight bit operations which cut down the total rendering time from 1.5 sec to 56 ms on Chrome.
API - Chris (all)
Update Processor - Chris (all)
Notifications service - Matias (all)
Other
The text was updated successfully, but these errors were encountered: