-
Linked documents sharing sections don't properly update the numbers of documents before and after. There are several situations that appear to trigger it:
- Long documents don't get updated when other…
-
Zoom tool is hard to use right now. Make it a click and drag box that zoom into the selected region.
-
RamUsageEstimator.NUM_BYTES_ARRAY_HEADER is computed like that: NUM_BYTES_OBJECT_HEADER + NUM_BYTES_INT + NUM_BYTES_OBJECT_REF. The NUM_BYTES_OBJECT_REF part should not be included, at least not accor…
-
Hi
I am getting the following error as reported in https://github.com/fozziethebeat/S-Space/issues/13.
I realised that the default dimesnion of 300 is causing this and when I set to 1, I am not receiv…
-
The attached patch shouldn't affect docstrings from the command line (well, except that it should replace 'a \times b' with 'a x b'). In the notebook, though:
```
identity_matrix(TAB
```
should pop…