Eugene Pakhomov
Eugene Pakhomov
As far as I can tell, `prop->key` is used when creating derived values and `key->prop` is used when pre-processing keys for field lookup. Your `prop->key` turns `"UID"` into `:uid`, but...
Having the same issue with Java 11 - both Oracle and OpenJDK.
I've been asked to share my 2c here, so here we go. In my, admittedly not so humble, opinion, this particular issue #36 is a perfect example of feature creep....
Related but different. At the very least, I have no idea if `goog.url` works with data URIs. Either way, I don't think that `goog.url` can be used any time soon...
BTW data URI are not allowed to be used as navigation URIs, so maybe accountant could just ignore any `` that has a `download` attribute.
If only I had more time. :) I'd definitely have to spend much more time reading the code to make sure that I understand what is ignored under which conditions.
Just stumbled upon this as well. `:format :raw` cannot be used since the keywords are not allowed as the format values in the current version. And there's an interesting comment...
Seems like a duplicate of #98
Seems like #10184 is also a duplicate, albeit with a wider scope.
Currently, the page linked above, https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery/WebAudio_playbackRate_explained, states: > The pitch of the audio track does not change when playBackRate is altered. And I can confirm this in at least Chrome...