metadata
Here are 1,686 public repositories matching this topic...
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 9, 2020 - Ruby
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Jan 25, 2020 - TypeScript
Expected Behavior or Use Case
Having test coverage for pages/PreferencesPage and pages/PreferencesPage/PreferenceGroup
Possible Implementation
A regular jest test
Contex
How can we reproduce this behavior?
- Install and activate Yoast SEO 10.0.1.
- Start adding HowTo block: you cannot add
00to hours and minutes fields inTime needed, only0, which feels counterintuitive.
-
Updated
Oct 14, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Sep 17, 2020 - Python
-
Updated
Oct 7, 2020 - Python
Hi, I've been trying to get additional tags from itunes m4a files. for example album artist which should be aART based on https://help.mp3tag.de/main_tags.html
I added this to config.xml
<library-options>
<id3>
<auxdata>
<add-data tag="aART"/>
</auxdata>
</id3>
</library-options>
and import.js
var aartist = obj.aux['aART'];
-
Updated
Oct 13, 2020 - C
-
Updated
Apr 19, 2020 - JavaScript
-
Updated
Oct 8, 2019 - Python
Improve this page
Add a description, image, and links to the metadata topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the metadata topic, visit your repo's landing page and select "manage topics."

We recently completed the upgrade to Node 12 in our production environment which, among other benefits, now allows us to leverage static fields for defining core attributes like the category and route.
We've completed the refactoring of several service