-
### Was: `T2A()` and `normalise()` errors and missing `Afr2A()` method.
`T2A()` seems to not work correctly when `Tfr == 0` and `Rfr != 0`. The problem could be caused by a wrongly set `TfrType` at…
-
It seems that when UoM was introduced the unit is not saved for persisted items in legacy persistence addons in openhab1-addons. So when using the %unit% in items this results in an invalid state of i…
wborn updated
6 years ago
-
Convert `src/Filter.js` to TypeScript as `src/Filter.ts`.
In order to run unit tests with the changes, any instances of `Filter` will need to be changed to `Filter.default` in other JS modules until …
-
Convert `src/QueryResults.js` to TypeScript as `src/QueryResults.ts`.
In order to run unit tests with the changes, any instances of `QueryResults` in JS files will need to be changed to `QueryResults…
-
Once real time is enforced, the next logical thing is to migrate to SI units. This allows real situations to be imported directly from data.
It will also allow us to show a scale, and/or boosted ruler…
-
Options for nxsunit:
* Move nxsunit from sasview to sasmodels,
* Move the data loader into its own package with nxsunit,
* Move nxsunit into its own package, maybe with other python nexus support…
-
The `config.stylix.fonts.sizes` attribute set should be extended to support the `pixel` and `point` units due to various applications supporting different units.
Each `exact` value of the `pixel` a…
-
### Related problem
When we need to use a duration, e.g., for `sleep`, typically the value is coming from an external source that isn't going to provide a Nushell `duration` type.
For example, i…
-
### Bug
When we add a product with a buying price in another currency to a supplier order, the price in original currency is wrongly calcultated in most cases.
### Dolibarr Version
18.0 and more (a…
-
From the [NuDAT 2 docs](http://www.nndc.bnl.gov/nudat2/help/glossary.jsp#halflife) the conversion from energy to half-life should use ```T1/2= ln(2) × (h/2π) / Γ``` whereas pyne.utils.to_sec is using…