-
### Steps to reproduce
1. install Apache/2.4.29 + fastcgi + php-fpm 7.1 + http 2.0
2. setup all upload_max_filesize , client_max_body_size, upload_tmp_dir ,,
output_buffering = 0 etc.. to co…
CHazz updated
5 years ago
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.9.2 darwin/amd64
### Does this issue reproduce with the…
-
"question" label here, because as usual I can see why this is happening, it is just another surprise (note I differentiate between "surprise" and "expected" :) )
In SQLAlchemy, we have an outputt…
-
It's not precise enough:
``` js
var a = fraction('1.00001');
var b = fraction('3.2000000000001');
var actual = a.add(b); // get 4.200010000000099 but expect 4.20001000000…
-
# Motivation
In many areas, especially in commerce, exact values need to be processed and the inputs are commonly decimal. Unfortunately, decimal values cannot be represented accurately using binary …
-
Is it correct that
- here (https://github.com/pymc-devs/pymc3/blob/master/pymc3/distributions/distribution.py#L124) we have float32 => int16, else int64
- here (https://github.com/pymc-devs/pymc3…
-
**Describe problem solved by the proposed feature**
Right now Geotagging requires a full log file, which is overkill for just camera trigger locations and battery status, etc.
**Describe your preferr…
-
Just seeing stream output request thread I feel motivated to open this request:
Just asking as this is supported everywhere (by every vendor) on desktop now (in fact by Nvidia and Intel iGPUs for alm…
-
## Problem ##
When specifying numeric constants with the unusual syntax:
10 ** -1
cython most probably inteprets the result as integer, while the python interpreter interprets it as float.
This on…
-
I think Moment.js is missing a method to convert a datetime to a [Julian Day](http://en.wikipedia.org/wiki/Julian_day). The JD-system is used by astronomers.