-
May be related to #22
``` r
factory_fun function ()
#> .Primitive("sum")(0)
# expected:
# function()
# sum(0)
factory_fun function ()
#> (function (x)
#> x)(0)
# expected:
#…
-
Hello Jomock community,
I have class with a variadic templated static method. `SdlRendererBindingFactory::createRenderer(std::string&, ...)`. It appears that the `JOMOCK_FUNC` is not handling the …
-
Currently hard-coded:
https://github.com/PSLmodels/Tax-Calculator/blob/cf452aaeb0bf7a5e13c11581963c3fafe86edb16/taxcalc/calcfunctions.py#L2033
As an aside, this is line 37 in the [current form 6…
-
https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/9e3d2f6ed023d937587cf2ef2ecfbf7afc3d8054/03-Gaussians.ipynb#L1581
"We will focus on the norm variable" should be corrected to "w…
-
Some variables and commands/functions exist in both versions, but have been renamed. You may find lists in [v2-changes](https://www.autohotkey.com/v2/v2-changes.htm) under "Renamed:". (In some cases t…
-
p.Gap_Ind cannot be 1. But the only function for the variable is to be either 1 or 2. Should be deleted.
-
In the following code, when undeclared is on, the references to method myhandler() and the function myhandler_func() used for subscribing to the event are seen as undeclared memvars, resulting to runt…
-
It seems that Clang does not support static constexpr variables in constexpr functions properly:
https://godbolt.org/z/fx1jTModK
The value of a static constexpr variable set in a constexpr funct…
mpusz updated
2 months ago
-
This works:
```go
package main
func main() {
}
func hello(s string) {}
var myDep string
var cmplx = func() { hello(myDep) }
```
But this doesn't:
```go
package main
func …
-
The objective function for this model is the cost of producing all ordered items and shipping all orders.
# Cost of production
With the decision variable for plant allocation $x\in (0,1)^{N \ti…