-
According to the SPDM 1.2 specification (given below) the certificates returned by the Responder must be consistent with the negotiated ALGORITHMs, and apparently this also holds for 1.0 and 1.1, even…
-
I found it to be often useful to have small fixed-size arrays for representation of arbitrary arrays and matrices without the array prefix:
- `uavcan.primitive.array.Real16x2` ... `Real16x9`
- `ua…
-
### Description
I think it would be better for anyone to style their own webhook message format: some would like to want to highlight special parts, or would want text in different format (HTML, Ma…
-
NOTE: This issue is generated as an action item from the 2022 Oct 27 Dev Review meeting. This issue is to capture/align on the problem statements resulting from https://github.com/zephyrproject-rtos/z…
-
-
After reviewing the lock method code have discovered that the control loop has the gain set by the product of the set gain and the poll time. This would seem to suggest this is a integrative term, but…
-
On Windows I have a file named something like "mobilePhoneProjectFile.xml=", I run the publishing on it:
dita -p D:/projects/dita/mobile-phone/mobilePhoneProjectFile.xml= -v
Searching fo…
-
MWE:
```julia
using OrdinaryDiffEq
tspan = (0.0,1.0)
u0 = zeros(1)
u0[1] = 1/2
function residual(res,du,u,p,t)
res[1] = - 1.01u[1] + du[1]
end
function jacobian(jac,du,u,p,gamma,t)
…
-
This would involve pathway creation over a range of hyperparameters. It would be useful for users understanding how to use PPA in a full analysis.
-
We standardise ways of constructing objects without specifying concrete classes, and ensure this is always available. We currently mix prototype creation, factories and properties; it would be simpler…