Tomas Trescak

Results 42 issues of Tomas Trescak

@rolfnl her is the originally reported issue 1. When I'm in a existing project and I hit ctrl+alt+o and create a new component it doesn't create the containers directory. Is...

enhancement

Not sure what is going on, but when I bind to arrays the updates are extremely slow ()max 1-2 per second!. Do you have any idea what can be wrong?...

Hello, I am unsure what am I doing wrong but themese work fine, but I'm getting the following warning in my console: ``` Warning: Extra attributes from the server: data-theme,style...

A quick question, does this run tests per-core in a separate process?

Hi, I am trying to port this to Typescript, but the types.withDefault does not exist there (in definition). What is another ways of specifying sub - model of a model?...

Hello, when I clone and do Yarn install, it just times out when running debugger. Am on Mac with latest code and Node 11.

Any advice if mathml could be supported?

I have titles that are not strings, but rather more complex renders (e.g. Example). This allows to put badges or labels in the tab title.

@nishatshama please add support for Mocha and Jasmine. All we need is a reporter that stores following format: ```json module.exports.report = { "numFailedTests": 3, "numPassedTests": 5, "numTotalTests": 8, "testResults": [...