Skip to content
#

repository

Here are 2,060 public repositories matching this topic...

loopback-next
jku
jku commented Feb 14, 2022

The example client has two conflicting goals:

  • provide "production-like" error messages: don't dump a 300 line stack trace if the network is down
  • be a useful debugging tool

For an example of the second I modified the example client to use some real world repositories: the error messages I got were mostly useless -- I needed to remove the error handling in the example app to see what the e

senthilrch
senthilrch commented Feb 23, 2022

It is a good practice to include README.md in helm chart. Add a README.md file to kube-fledged's helm chart located in:
./deploy/kubefledged-operator/helm-charts/kubefledged

The README should have following info:-

  • Short description of kube-fledged
    kube-fledged is a kubernetes operator for creating and managing a cache of container images directly on the worker nodes of a kubernetes cluster
tdonohue
tdonohue commented Feb 18, 2022

Describe the bug
Reported on behalf of this thread: https://groups.google.com/g/dspace-community/c/xguccnJkrJM/m/UxcRrjcKBwAJ

The ./dspace solr-reindex-statistics script is broken in DSpace 7 because it attempts to access the Solr data in the old DSpace 6.x directory structure (instead of using SOLR_DATA_HOME or similar).

When running it in DSpace 7, you will receive an error similar

Improve this page

Add a description, image, and links to the repository topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the repository topic, visit your repo's landing page and select "manage topics."

Learn more