Valerie

Results 15 comments of Valerie

this is really great. would it also allow for server applications to show line numbers when debugging?

@gorork I've started porting the element to a hybrid element, over at [marcus13345:polymer-2.0-migration](https://github.com/marcus13345/paper-audio-player/tree/polymer-2.0-migration) A few issues have come up: The test suite references `basicPlayer.querySelector('#progress').style.backgroundColor` instead of using `basicPlayer.$...`. I'm not...

@gorork the problem with the `aria-describedby` attribute is that it is looking for an ID in the accessibility tree, which in its current implementation will completely ignore elements inside of...

@chrisduerr I am having this issue on the latest release for macos. macos version: 12.1

@chrisduerr yes i am having the issue as described. The output updates after a few seconds of inactivity _or_ with new input I'll happily make a new issue though

![popopopopopop](https://user-images.githubusercontent.com/6365746/122353888-798a3000-cf1e-11eb-9ef2-a727ea3e1880.gif)

maybe then this is out of scope for the use case of ink. My original intention was to be able to show things like animations happening per frame, however if...

I'm running into this same issue with oddly shaped windows in electron, using a transparent background `#00000000` and opaque content. precisely like the above image, the pixels where the color...

@benschwarz im not sure what you mean, all the items that photon provides could be wrapped with web components very easily and provide a new simpler way of implementing the...

update: this seems to be a more general problem with Promises. if you setTimeout, everything works normal. however, creating a loop such as ```javascript for(let i = 0; i <...