-
This is using the same dataset as in #453, which was another regression that caused a drastic decrease in quality on that dataset.
I did a git bisect:
```
3948943b6491ad07dd4c6ba8e71cb4d03b27a5bf…
ojura updated
7 years ago
-
At the moment, convolve and convolve_fft have slightly different behaviors - for instance:
- convolve_fft does not interpolate NaNs by default
- convolve_fft treats Inf values as NaNs, but convolve do…
-
Hello,
A few months ago, a new feature has been added to the id editor : when you were copying and pasting (with Ctrl-c and then Ctrl-v) points with addresses, the pasted points contained also the…
-
Since Mithril doesn't follow Semver, but uses a similar numbering scheme post a 1.0.0 release, it would be appropriate to state what the versioning policy is somewhere. As mentioned elsewhere, Semver …
-
Currently I don't see any support for SMTP_AUTH_PASSWORD to be set via typically Docker env variables. Am I mistaken?
-
Can I set a return value as a color? As in:
``` css
.myselector {
border: 1px solid .custommixin(@colorValue);
}
```
Just wondering in response to another user's issue regarding color functions:…
-
Instead of setting animate to `True` or `False`, we could support (at least) 3 plot options:
1. static plots - this would be the default plot style
2. rotating plots - with this option, the data w…
-
To better manage the disk, the container orchestration system usually needs to know:
* Total/available disk/inode in the image filesystem;
* Total/available disk/inode in the container writable laye…
-
The freeCodeCamp community has started building an interactive, browser-based Math for Programmers curriculum. It's just a matter of designing the thousands of LaTeX-driven challenges necessary to tea…
-
> From the README.md example:
> `return "[" + x.String() + "," + y.String() + "," + z.String() + "]";`
Both JavaScript and Ruby (and probably others) have a syntax similar to the following:
```js…