Jules Chéron
Jules Chéron
> I've added a writer function that writes with inline tables. I didn't see any linters that handle toml format with all the functionality I'd want. > > I need...
> The SI unit of frequency is hertz, the SI unit of angular velocity and angular frequency is radian per second, and the SI unit of activity is becquerel, implying...
I think we could resolve this, using contexts in pint. For example when converting from `Hz` to angular fequency like `rad/s`. This will custom conversion based on the destination units....
@andrewgsavage I have mixed feelings about this, BIPM states rad et steradian should be considered as unit one. I don't know all the implications that could lead to. Quoting BIPM...
You can enable this behaviour on the reverse proxy or load balancer side.
Same here I have a query using WITHIN thet fails, here getting slowest SQL ordering by P90 ```sql WITH query_durations AS ( SELECT attributes->>'db.statement' as query, EXTRACT(EPOCH FROM (end_timestamp -...
Yeah I managed to find a workaround with datafusion fucntions
I don't think we want to implement this, this complicates things unecesseraly IMO. Maybe a warning in the docs ?
I'm working on the streaming source. It's working, submitting a PR soon.
Do you have a physical example or use case in mind ? This comes from the opinionated choice to treat angle as dimensionless: https://pint.readthedocs.io/en/stable/user/angular_frequency.html Difficult to treat this, I'd say....