Vojta Jina

Results 38 issues of Vojta Jina

The first is to get the client running against local server - in manual mode. That means you can open the client in the browser and do common operations against...

maintain

I'm running the code from Tensorflow/Udacity course ([3_regularization.ipynb](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/udacity/3_regularization.ipynb); Problem 1). Here is the code: ``` python %%javascript Jupyter.utils.load_extensions('tdb_ext/main') import tdb batch_size = 128 graph = tf.Graph() with graph.as_default(): # Input...

When given port is already being used, Karma tries another one and mutates `config.port`. Karma dart needs to use `config.port` instead of just `port`, because it can't see this change....

type: bug

Show line numbers. Extracted from https://github.com/karma-runner/karma/issues/550

Maybe after installing `karma-cli`, if it's an interactive terminal, we should could prompt for installing completion? Or show a message how to install it? I think most of the people...

type: feature
discuss

Similar to https://github.com/karma-runner/karma-closure parse source files (probably using https://github.com/shtylman/node-required to build a dependency tree and optimize file loading (load only required files): - when using iit - when sharding tests

Not sure how to solve this, but it's kinda tempting to use `'**/*.js': ['commonjs']` configuration for preprocessors... and that will result in preprocessing jasmine and its adapter (or any other...

A typical workflow is to run only a subset of specs (using iit/ddescribe with Jasmine). Current output is not what we want: ![webstorm-iit](https://f.cloud.github.com/assets/46647/978008/d9f5e904-06b1-11e3-956b-9391f4ddde8c.png) - [ ] remove the "Test skipped"...

The tree view on the left, I think just simple circles with a little border would be better: - passed test - green (without "OK") - failed test - red...

**The karma-intellij plugin relies on tons of Karma internals and it's very difficult to not break it. We need some e2e test, that would run a simple project in WebStorm.**...