-
We are trying to understand the dual sign changes in the Ipopt wrapper.
I.e., How the dual multiplier
https://github.com/jump-dev/Ipopt.jl/blob/4c156461ef1fda3c9f015520197afda4e8ca3e26/src/MOI_wra…
-
So it seems I found an issue after all, but its probably a misunderstanding on my part!
You specify that the error delta(j) is calculated by taking the difference between the activation versus the …
-
- Gitea version (or commit ref):
- Git version: 1.9.2
- Operating system: Windows
- Database (use `[x]`):
- [ ] PostgreSQL
- [ ] MySQL
- [ ] MSSQL
- [x] SQLite
## Descriptio…
-
There are few functions I had think of for an array toolkit that are not covered or exceeded in **rray**.
Among then there is the nesting of some dimensions into another, to yield an array with less …
-
Testcase:
```
namespace N { template struct A { A(T); }; }
template void f(T t, decltype(N::A(t)) b, N::A c);
void g() { f(0, 0, N::A(0)); }
```
GCC mangles this as: `_Z1fIiEvT_DTcvDafL0p_EN…
-
After having discussions where I had problems remembering which was which of RTCRtpScriptTransformer and RTCRtpScriptTransform, I think we should rename at least one of them.
My preference would be…
-
I'd like to refactor the SROS2 keystore and CLI to accommodate a more streamlined features set that is also scalable to a larger number of keys, as well as being a little more agnostic to the secure t…
-
This is a cool and fun idea indeed. Thanks for this!
I'd like to suggest an alternative API that maybe would make more explicit what `$` and `_` do, and make the implementation slightly easier.
…
-
### What problem are you facing?
When `--header-from` is specified and no header file is found, terraform-docs fails: `Error: stat modules/my-module/.header.md: no such file or directory`; that's o…
-
Hi,
is there a way to resolve a transient object as mutable with this package?
Right now i use the async feature because some stuff needs to be Arc.
But now everything is contained within an Arc …