Alex

Results 364 comments of Alex

Don't you want to change add this capability (as optional)? This would make spacetime more universal, allowing to use it in projects that work with historical dates.

Well, probably there could be created a separate package that would hold the database and use `spacetime` as a dependency. @ryanblock I use moment-timezone, it requires `moment` that I don't...

This is not the law, but to me using the `new` keyword is a sign of impure parts of the code that is going to perform some side effects. This...

> @whitecolor did you find a solution to this problem? Yes. Decided not to use `tsconfig-paths` -) To simplify things now I use only yarn workspaces to get rid of...

How is this usually done with stackdriver-errors-js?

Hi, you may also be interested in this approach to the problem: https://github.com/whitecolor/yalc

@the1mills you mean yalc? it is really very simple. I think it has another goals then `npm-link-up` just related. It is not for monorepo, monorepo actually assumes that project has...

Let say you need to store different dictionaries for diffrent languages (50-150k records each). Probably there would bee need to remove whole dictionary, or add new one. It is possible...

Ok thanks, will see how it will work out.

Aslo, if I have for example Promise polifill already loaded with other library (in my case System.js loader), hot to use it with treo, without loading installed treo's `promise` library...