-
Add the ability to parse simple math operations in quantity formatter.
This will be usefull to do simple calculation inside input fields.
Ex:
"10ft + 2"
"10ft + 6in"
"10ft - 1m"
"10ft * 2"
…
-
### What is the problem this feature will solve?
I have 2 FITS data cubes, one use `VRAD` as velocity, the other use `VOPT` as velocity, I want to convert one velocity to another and write to a new…
-
### Describe the feature
$fetch provides type safety for return types which is great. It would be greater if it **optionally** checks types for `query` and `body` parameters for internal API reques…
ozum updated
21 hours ago
-
EDIT: See [my comment below](https://github.com/juju/python-libjuju/issues/1108#issuecomment-2387154292) for a table of current test failures on main.
### Description
When trying to fix an issue…
-
Following the discussion in https://github.com/SciTools/cf-units/issues/446#issuecomment-2404557329, it would be good to get some feedback on how the implementation here for dimensionality and convers…
-
When creating a foreign key that references multiple nullable columns in Postgresql it's possible to add a `MATCH` expression on the foreign key to ensure that all values are either null, or are all r…
-
Hi, I'm trying to use this crate as a registry of units and conversions.
I have a list of values (e.g pressure at different points) in one units (e.g kPa), and I want to convert all of them to other …
-
Historically, HLS using experience in HLS codebase itself is not great since the lack multiple home units support.
Since now Cabal 3.12 have released, and HLS also supports multi-repl feature, https:…
-
From the upcoming docs:
>In the recent years, much effort has been made to make Carsus easier to use and develop. A large piece of code was rewritten to avoid using an intermediate SQL database b…
-
### Is your feature request related to a problem? Please describe.
Currently, Nuttx provides a basic perf support interface, as shown below:
``` c
/*************************************************…