Skip to content
#

modular

Here are 1,160 public repositories matching this topic...

OrchardCore
ShaneCourtrille
ShaneCourtrille commented Jun 15, 2022

DocumentManager.UpdateAsync is currently hiding exceptions that occur when the distributed cache throws an exception.

It would be helpful if in the code below the current exception was provided to InvalidOperationException as an InnerException.

                try
                {
                    _ = await _distributedCache.GetStringAsync(_options.CacheIdKey);
                
azerothcore-wotlk

CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

  • Updated Jun 9, 2022
  • C++

Improve this page

Add a description, image, and links to the modular 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 modular topic, visit your repo's landing page and select "manage topics."

Learn more