Sergei Lebedev

Results 66 issues of Sergei Lebedev

Now that Skein has the in-progress UI, I think it is time to go one step further and implement a history server. The goal of the history server is to...

Currently the edges between collapsed nodes are left "as-is", i.e. if two nodes were collapsed into a supernode, the supernode has two incoming (or outgoing) edges. I wonder if it...

enhancement

Is there a reference (e.g. paper, book or blogpost) for the `outlierVariance` function? It seems to be doing something tricky, so a reference would be useful.

Documentation

I wonder if this is an overflow in Dr. Elephant or a bug on SHS side?

RTD-hosted documentation with separate tutorial and API docs might be more convenient that a single `README`. What do you think, @kmike? The same applies to `marisa-trie`.

Reveal.js has a [chalkboard plugin](https://github.com/rajgoel/reveal.js-plugins/tree/master/chalkboard) which allows to annotate slides using handwritten notes. While this is surely not a widely used (nor requested) feature, it might make teaching from Jupyter...

enhancement

Create a new `Connection` automatically, once `pymongo.errors.AutoReconnect` is raised.

Currently `minimongo` looks for configuration file in a number of _special_ places: `.config`, `.app_config` etc. This sure is a nice way of doing things, but why not add a shortcut...

Right now, nested data must be of a native Python type, not of another Model.

Implement _at least_ three following behaviors for a Model: - Read-only - Rigid (no schema change allowed after read) - Type-Rigid (allow changing values, but not changing types)