-
I am trying to implement a virtual class i have in C++ using Python. To do that, I am using the trampoline as described in pybind documentation. The issue here is that in python, I need to keep the py…
-
## Current behavior
The ngx-translate package currently provides an impure Angular pipe for translations. This results in thousands of function calls, especially on pages with numerous pipe calls…
-
In the new Orbit class, pure Python actionAngle-related functions fail for unbound orbits and cause the entire function to fail when Orbit contains multiple objects. Need to catch the unbound orbits w…
-
**Reported by hansolsson on 17 Feb 2015 10:30 UTC**
I believe we should make it clearer that pure Modelica functions are also thread-safe.
The definition of pure Modelica function in section 12.3 of …
-
## Search Terms
pure
isolated
functional
testing
functions
## Suggestion
I'd like to be able to assert that a function is `isolated`, which I define as "acts only on arguments passe…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xb14941a4db0c2da3549f36310cc673fa7fd582fc30aa52a6c1e86bb79d1b3ea7
**Severity:** medium
**Description:**
* Descriptio…
-
```
julia> which(Core.Compiler.is_pure_intrinsic_infer, (Core.IntrinsicFunction,)).sig
Tuple{typeof(Core.Compiler.is_pure_intrinsic_infer), Core.IntrinsicFunction} # good
julia> which(Core.Compil…
-
Hi there, I am facing a problem passing `address` types in my moveCalls through the typemove builder.
I generated the types for my package successfully, and I am trying to make a transaction for the…
-
This problem is similar to #61.
The sRGB standard states that the reference display is assumed to have pure 2.2 gamma (pure power law). But the current implementation of sRGB->bt709 (transfer_chara…
-
**Describe the bug**
Distance calculator single and multiple returns just a single result and should be a function since it is much easier to call a pure function that you can reuse in the `WITH` in…