-
I get the following error with inch and inchjs installed:
``` terminal
$ sudo npm install -g inchjs
[sudo] password for aureooms:
/usr/bin/inchjs -> /usr/lib/node_modules/inchjs/bin/inchjs
inchjs@0.…
-
Buster has a really nice feature: return a promise for an asynchronous test:
``` javascript
"some test" : function() {
return when(asyncThingy()).
then(function(actual){
…
-
I've run some long time load tests on Nginx / Puma vs. Apache / Passenger. Although performace wise better, Puma seems to have memory usage going up over time.
"% User Memory" for Apache / Passenger …
-
`test/sequential/test-chdir.js` persistently fails on OS X 10.11 because the output of `process.cwd()` doesn't match the path we're doing `process.chdir()` on before.
Here's a reduced test case (`npm…
-
Originally reported on Google Code with ID 2495
```
Chroma noise reduction is likely the most widely used. It would be great to have the
auto mode for this slider. Would be helpful if RT could evalua…
-
After #17034 Sage reports :
```
sage: designs.orthogonal_arrays.explain_construction(10,154)
'the database contains a (154,10;1,0;17)-quasi difference matrix'
```
But we have no `(154,10;1,0;17)`-…
-
Originally reported on Google Code with ID 441
```
Hello
I put online a "patch" which I think is complementary to the work of Emil with "curves".
This patch corrects the exposure before interpolatio…
-
A new database entry for quasi-difference matrices. As a result:
- The Vmt vectors are added to the quasi-difference matrices database entry, and not anymore to `OA_constructions`
- The old OA con…
-
Here is what we have been waiting for. Removes a lot of '-', but in parts of the table that we do not see `:-P`
Depends on #16920
CC: @videlec
Component: **combinatorial designs**
Author: **Nat…
-
Right now, we can not interrupt `MOLS_table`... this is a consequence of the intensive cythonization.
```
sage:
sage: from sage.combinat.designs.latin_squares import MOLS_table
sage: MOLS_table(10…