@TwitchSupport I tried logging into my account over the weekend and was told I have to reset my password. After submitting the form, I have not gotten any password reset emails. I've tried three times to submit a ticket (04303541, 04306749, 04310351) but I've gotten nowhere :(
@ddkilzer@patmeenan@patmeenan can you explain a bit what you mean by "connect to the remote inspector for desktop"? Maybe <https://t.co/IRxFIt3A2B> can help?
if it's not too much trouble, perhaps file a bug with any details and the team can take a look :)
@clarkpan@othermaciej@webkit Please file a bug including as much info as possible for reproducing this behavior (e.g. link to page/app, what you did, etc.) and we can take a look.
<https://t.co/7jTybaWECK>
@clarkpan@othermaciej@webkit Unfortunately not, as IDs are per heap snapshot.
Although, if the object is still alive it should be possible to get it using the ID, but you already have the object itself when clicking the "@ 748834" so why bother.
Feel free to file a bug if this would be useful :)
@clarkpan@othermaciej@webkit hmmm, in that case it's either 1) held by some other internal object (e.g. WebKit/JavaScriptCore API) or 2) held in the Console as a saved evaluation result or 3) a bug :P
1) you'd have to check this
2) try clearing the console
<https://t.co/vJPus2KJGL>
@othermaciej@clarkpan@webkit `queryHolders` should be able to help :)
click the "@ 748834" (or right-click and Log Value) to log the object to the console and then `queryHolders($1)`
<https://t.co/5KOBfesb7s>
@samorgill @codetobe @rmondello I'm glad you like using Web Inspector 😃
Are there any features/workflows that you'd like to see added/improved? We're constantly making changes, and love to get feedback from developers 😁
If you aren't already, I'd also recommend using Safari Technology Preview for development
@bursetAgustin@JosephPecoraro @bradeeoh @webkit If I understand correctly @bursetAgustin, you want to be able to record WebGL2 contexts? We haven't implemented that yet, the main reason being that WebGL2 is still being worked on. <https://t.co/VlvRAv1dQ5> <https://t.co/4RnVt6O7LN>