-
I'm using uncertainties 3.2.2, and pint 0.24.3, and I want to use `to_compact` for measurements, and it fails. Here's a MWE demonstrating two methods I tried:
```python
import uncertainties
imp…
-
## Primitive 3.0
**Note: This is a breaking update which cannot be helped, every effort was taken to try and minimise the impact but only so much is possible. Please go through the relevant points …
-
Currently we can calculate `exp` of `Complex` by its instance methods, and `log` of `Complex` too: like `Complex.new(1, 2).exp` and `Complex.new(1, 2).log`. But `exp` of `Float64` or `Float32`, we nee…
-
_This is intended as just a starting point for discussion (and not an official plan)._
#3.0 Roadmap Proposal
Some possible items to address for 3.0. (Copied from WIP document - https://github.com/les…
-
## Describe the bug
The "convert forEach to for-of" appears to act blindly on a pattern-matching basis, but not all `.forEach()` methods are created equal! For example, Maps have a [forEach method …
-
### Description
Arithmetic command able to work on "math" methods (e.g. math.sqrt(4)) in single-line selection, but not in multi-line selection.
### Steps to reproduce
Create a new tab, paste…
-
I'm developing a tool using RBS.
And I'm trying to load RBS files using `RBS::MethodType#location` and display them with colors.
During development, a problem occurred where the display is off by …
ksss updated
7 months ago
-
There are many warning coming while running the unit test any fix
```
/mnt/sdb1/sumant/zip_camp/camp_zipnerf$ ./scripts/run_all_unit_tests.sh
./mnt/sdb1/sumant/zip_camp/camp_zipnerf/camp_zipnerf/i…
-
There are a lot of opportunity for optimizations. E.g. many of the methods in java.lang.Math can be replaced by inlined llvm intrinsics such as llvm.sqrt().
Methods such as Object.getClass(), Class.i…
-
When the semantics of the [fd]max and [fd]min opcodes were being discussed with respect to NaN values in https://github.com/eclipse/omr/pull/5121#issuecomment-621395193, it was decided that they shoul…