repository
Here are 1,483 public repositories matching this topic...
-
Updated
Aug 17, 2020 - C#
-
Updated
Aug 16, 2020 - C#
-
Updated
Jul 29, 2020 - JavaScript
file_object in Updater._get_metadata_file() is left unclosed whenever an exception is raised (when the metadata fails a check of any kind). There are loads of examples in the test suite, e.g.
python3 test_updater.py TestUpdater.test_3__update_metadata
will complain "ResourceWarning: unclosed file"
This is not very dangerous but makes it hard to find actual issues in test output (
-
Updated
Jul 25, 2019
-
Updated
Aug 12, 2020 - Groovy
-
Updated
Mar 22, 2020 - Python
-
Updated
Aug 17, 2020 - Java
-
Updated
May 31, 2020 - PHP
-
Updated
Oct 20, 2019 - Python
-
Updated
Jun 19, 2020 - Kotlin
Currently the DTD is not valid for the new item-submission.xml format. https://jira.lyrasis.org/browse/DS-4264
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jul 28, 2020 - Shell
-
Updated
Jul 20, 2020 - PHP
-
Updated
Aug 14, 2020 - Ruby
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Aug 17, 2020 - Shell
-
Updated
Aug 13, 2020 - C#
-
Updated
Aug 14, 2020
-
Updated
Aug 4, 2020 - Java
-
Updated
Jul 15, 2020 - Kotlin
-
Updated
Jul 24, 2017 - Kotlin
Some packages may bundle dependencies. We could report outdatedness for these the following way: for outdated packages with single download, propagate outdated status onto the download URL. Then we could show this download specially for other packages, or even make it affect the status.
-
Updated
Aug 15, 2020 - C#
-
Updated
Aug 10, 2020 - HTML
-
Updated
Jul 5, 2020 - CSS
Improve this page
Add a description, image, and links to the repository topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the repository topic, visit your repo's landing page and select "manage topics."


Suggestion
Follow-up story from strongloop/loopback-next#4992 (comment)
Now the fields filter only allow object, like
{fields: {title: true, desc: true}}, but doesn't allow the array shortcut like{fields: ['title', 'desc']}.We should support the array shortcut as well.
Copy the details here:
fields: ['foo', 'bar']is not allowed with