-
Currently, py.test 2.0.3 (the latest version) fails in master because of incompatible code in sympy/conftest.py - cf. http://paste.pocoo.org/show/428508/ .
It wouldn't be hard to fix it (and issue …
rlamy updated
5 years ago
-
## Describe the bug
I've added some styles to _header.scss. That file does not seem to be loading, and the styles are not making it to style.min.css.
_footer.scss has no issues.
## To Repro…
-
This is a stand-in issue to increase code coverage. While you should always be careful about writing tests for no reason other than to increase coverage, it's also good to have good coverage (I perso…
-
This is based on some feedback I received in a recent discussion:
In Boost.Histogram, mathematics, and other places, you associate project with the axes you project onto, rather than the axes you r…
-
Tridiagonal block matrices are quite frequent in Physics and Engineering problems. For example Hamiltonian Matrices in Quantum Mechanics are often Tridiagonal blocks. So it is really handy to have a p…
-
I am trying to calculate an expectation value for a 1D transverse field Ising chain, and my code is as follows (The indentations for the evolve_gen function do not show up in my post, but they are in …
-
Our README specifies two commands for running our ETL process.
Currently, they are:
```
./arxiv_as_a_newspaper -run-etl-process
```
and
```
./arxiv_as_a_newspaper -write-etl-results-to-file …
-
I was editing an HTML file by hand using Font Awesome Pro 5.6.3. I tried the floppy drive icon:
```html
```
That looked nice in Chrome, but then I decided to try the "file of source code" ico…
-
## 问题疑难
### `ctexbook` 默认设置并没有实现正确密排;手动重设行长可以补救吗?
参考资料
- [Type is Beautiful | 从「行长为字号的整数倍」说起](https://thetype.com/2017/07/12513/)
**样例**
```latex
\documentclass[UTF8,zihao=5]{ctexbook}…
-
Hash collisions are unlikely when using SHA256, but as the number of files/chunks increases so does the probability, most de-duplication system do some sort to sanity check; file based - check file si…