Slava

Results 181 comments of Slava
trafficstars

@patrickhulce Your service factory could be synchronous and return a simple value instead of Promise. It's a job of the container to detected the returned type and act accordingly. Actually,...

I think this makes sense, because probably most of the services are singleton ones. Actually, I can't remember a time when I was needed a non-singleton service.

There is a problem with jQuery 2.x. Looks like we will have to use a native implementation before this plugin will be updated.

I'm having the same issue using `Postman v11.11.1`. I first thought that something was wrong with my server, but it appears that the server is working correctly. I have to...

Thank you @philipwalton for a thorough explanation, now I see your point more clearly. Yes, I've already read your articles (which are great), just wanted to clear out some details....

Thank you @philipwalton for clarifying that. I was exactly looking into using SystemJS + Rollup's `dynamicImportFunction` option. I think that this would be the most concise way in order to...

Please, add bower support as suggested above, thanks )

Check the PR https://github.com/ethjs/ethjs-unit/pull/7 for a fix.

Solution is pending. Current implementation has some flaws.

I've updated number parsing to use Intl for more reliable results, both `toString` and `toFixed` give incorrect results for some numbers.