Sergey Didenko

Results 7 comments of Sergey Didenko

houxianxu, what do you mean by "just visualise the VGG channel activations..."?

Nice addition! But in the current form validation-spec does not handle cases when only one fail is enough to fail. I.e. it is similar to a tree of "validations" calls,...

Hi Max, thanks for your patches. I think a good way to make validation-spec more universal is to add support for cross-key validation on any level. The "optional/ required" checks...

Thanks, Max. I'll try to use it the next time I'll be hacking on that project.

This also makes possible to localize error messages per user or per url.

Sources are the master branch just updated.

You can add `"CodeCell": { "cm_config": {"cursorBlinkRate": 0}}` inside `.jupyter/nbconfig/notebook.json` and restart jupyter notebook for cursor to stop blinking: A piece of my config: ```javascript { ... "CodeCell": { "cm_config":...