-
When i use API `/forms/pdfengines/merge` to merge multiple docs, we get an error `panic: runtime error: integer divide by zero`.
And it about library pdfcpu@0.8.1. About code in `https://github.com/p…
-
To match with the values used within the CTT, VersionNumber needs to be expanded to allow for non-integer values. As used by most content owners, features and trailers are often (more often than not) …
-
We should be able to use `__setitem__ ` in Matrix.py for vectors
-
mpmath version: 1.3.0
I am using mpmath to generate values for verification of my own complex Bessel function calculation routine.
https://github.com/tk-yoshimura/ComplexBessel
I have discovere…
-
### Describe your feedback
We run the following query through the clickhouse java client:
```sql
CREATE TABLE {tmpTableName:Identifier} ENGINE=Log() AS SELECT * FROM s3('...file.csv', 'CSVWith…
-
The following code is indented as such:
```nix
{
hello =
world;
yes =
"no";
pi =
3;
x = [
foo
"bar"
42
];
}
```
It should be indented as:
```nix
…
-
Inspired by this article:
https://blog.codingconfessions.com/p/how-python-compares-floats-and-ints
And this embed:
![](https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:st…
-
Got another one...
Sep 26 17:08:33 ozonepark weewxd[3594098]: File "/etc/weewx/bin/user/aqitype.py", line 475, in get_scalar
Sep 26 17:08:33 ozonepark weewxd[3594098]: aqi = self.aqi_fields[…
-
### What happens?
Currently when you deliver numbers that are bigger than a normal integer (i32) scalar does some weird stuff.
Example:
Number I deliver: 60503861139345408
Number scalar shows me: …
-
### Description
Computing the CDF of a normal distribution gives the wrong result if the location is specified as an integer array, and CDF is called with the smallest legal int32 value.
MWE: The …