Ritesh Kumar
Ritesh Kumar
It will now show US data when you over on the global data.
Reopening this as showing only US data solves only part of the problem. If we want to show data, we will have to do it for all the countries.
@Super-Kenil Sure we can talk. Please DM me on https://twitter.com/ritz078. @zerosoul Great job.
Thanks [at]snowystinger for looking into this. @slye-stripe You mentioned somewhere that you have been using this code internally. Does this require any special handling to make this work ?
@snowystinger Shouldn't this be easier now that we already support dynamic iframe starting next release ? I guess the change needed will be mostly in `getOwnerDocument`/`getOwnerWindow`?
Thanks for the list. This is very helpful. We will be soon implementing react-aria inside shadow DOM so we will be able to look into this more. One good starting...
I am facing similar issue. Even the above code is not working for me. @snowystinger Here are the events playwright fires for your codesandbox:
This solved it for me: ```js win = createWindow("main", { webPreferences: { nodeIntegration: true, }, vibrancy: "under-window", frame: false, titleBarStyle: "hidden", }); win.setTrafficLightPosition({ x: 10, y: 30 }) ```
> So I would recommend to reject this for now and check on that later. Agreed. The browser support is limited. safari has already implemented it behind a flag and...
Yes, vexflow definitely needs modification on that part. I guess even if we leave the web worker part aside, accepting a canvas context is still an improvement.