Juliana Peña

Results 11 comments of Juliana Peña

Yes, it's still alive! We've just been very busy with other things (work :( ) and haven't had the time to fix bugs lately.

@fkling These are the keyboard shortcuts that VoiceOver uses to navigate (you don't need to implement this).

I think we need to remove `tabindex=0` from the notepad items, that seems to be conflicting with a number of things, including screen reader focus.

The issue seems to be from my testing that -webkit-animation-name will only work with @-webkit-keyframes and not regular @keyframes in some versions of Chrome. Since due to bug #100 -webkit-animation-name...

Hello, will this be released for v1.x or will this have to wait until v2.0?

I'm having the same issue and can't seem to find a workaround (eg. by using `__webpack_nonce__`). This is the offending code in `platform-browser.js`: ```javascript _addStylesToHost(styles, host) { styles.forEach((/** * @param...

Hi Monroe, This code was made years ago when I was a student. I cannot provide support for it but feel free to use it however you may like according...

This seems to be the same issue mentioned here: https://developercommunity.visualstudio.com/t/error-tf400714-trying-to-access-attachments-on-vst/233260 I also encountered this issue using the REST API directly. The recommendation seems to be to never delete attachments.