repository
Here are 1,491 public repositories matching this topic...
-
Updated
Aug 31, 2020 - C#
-
Updated
Sep 2, 2020 - C#
-
Updated
Aug 25, 2020 - JavaScript
updater.py on confined_target_dirs:
# ... In the example, the client has chosen '', which is
# interpreted as no confinement. In other words, the client can download
# targets from any directory or subdirectories. If the client had chosen
# 'targets1/', they would have been confined to the '/targets/targets1/'
# directory on the 'http://localhost:8001' mirror.
repository
-
Updated
Jul 25, 2019
-
Updated
Aug 12, 2020 - Groovy
-
Updated
Mar 22, 2020 - Python
-
Updated
Aug 31, 2020 - Java
-
Updated
May 31, 2020 - PHP
-
Updated
Jun 19, 2020 - Kotlin
-
Updated
Oct 20, 2019 - Python
Currently the DTD is not valid for the new item-submission.xml format. https://jira.lyrasis.org/browse/DS-4264
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Shell
-
Updated
Jul 20, 2020 - PHP
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Sep 1, 2020 - Shell
-
Updated
Aug 14, 2020 - Ruby
-
Updated
Aug 30, 2020 - C#
-
Updated
Aug 30, 2020 - C#
-
Updated
Aug 14, 2020
-
Updated
Aug 26, 2020 - Java
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
Jul 15, 2020 - Kotlin
-
Updated
Jul 24, 2017 - Kotlin
-
Updated
Aug 24, 2020 - Kotlin
-
Updated
Sep 1, 2020 - HTML
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