Pier Paolo Ramon
Pier Paolo Ramon
IMHO this would add confusion to the table since there's no clear distinction between them.
@matuzalemsteles what’s that repl-ish thing you used to make those screens?
Please pay attention that `a` is a special element that can contain both block and inline elements. I didn't look at the source but looks like you are inferring the...
A very pratical solution would be to memoize `defaultFn` functions **per-instance** at creation. Potentially inefficient.
There’s a simple yet dangerous way of solving this, that is to fallback to the original `require` if ours fail. In code terms that means try/catching [the resolution](https://github.com/tonylukasavage/ti-commonjs/blob/master/lib/ti-commonjs.js#L16) of the...
We at @smclab are working on this. Please watch this repository or this thread to get updates!
The idea is to be able to do the following ``` prompt # this installs both `socket.io` and `tiws` gittio install socket.io ``` ``` js var io = require('socket.io'); var...
@HilkoLantinga Our [titaniumifier](https://github.com/smclab/titaniumifier) is almost 1.0.0, with it we’ll have full gitTio integration, so once it’s out we’ll start working on `ti-socket.io`. In case, would you be interested in helping...
Titaniumifier reached v1.0.0, and gitTio is integrated, so we’ll start working on this shortly. @HilkoLantinga thank you so much for this valuable info. I’ll get in touch asap with the...
@ravivarma434 sorry, by now I have no idea.