-
when attempting to compose a release function, e.g. so that re-requesting the lock (if it exists) returns the release function, it fails stating:
`TypeError: method is not a function`
Example im…
-
From the docs, you can chain dot notation in the following way:
```
ki require core
var r1 = ki (threadf "lol r1" (.toUpperCase) (.trim));
console.log(r1); // "LOL R1"
```
However, sometimes you wan…
-
The `Simulator::assemble_and_solve_composition` function works compositional field by compositional field to update each compositional field at a time. That's fine if we want to advect it, but it's in…
-
The [ode/TwoSolIBVPfromIVP](https://github.com/chebfun/examples/blob/master/ode/TwoSolBVPfromIVP.m) example is giving warnings when trying to solve the first BVP from the example. The warnings concer…
-
new application definitions:
- NXapm
new base classes only introduced in this domain:
- NXapm_charge_state_analysis
- NXapm_hit_finding
- NXapm_msr
- NXapm_ranging
- NXapm_reconstruction
- NXapm_sim
…
-
**Is your feature request related to a problem? Please describe.**
Currently, only the activation functions defined in nn/utils.py can be used, which limits the customizability of activation function…
-
``` python
import os
from ctREFPROP.ctREFPROP import REFPROPFunctionLibrary
RP = REFPROPFunctionLibrary(os.environ['RPPREFIX'])
RP.SETPATHdll(os.environ['RPPREFIX'])
MASS_BASE_SI = RP.G…
-
It would be really nice to be able to iterate all the funcs in compose, without having to combine the ```first``` and ```funcs``` properties. It would let you immediately use Compose objects as itera…
-
### What problem are you facing?
Support for `EnvironmentConfigs` was added in Crossplane v1.11.0.
### How could Crossplane help solve your problem?
We need a plan to promote it to v1beta1, w…
-
### What problem are you facing?
Crossplane has three kinds of packages: Providers, Functions and Configurations. Packages serve the following purposes:
* Installing software that extends …
negz updated
2 months ago