Steve Van Opstal

Results 7 comments of Steve Van Opstal

Something in the form of the following should be possible (untested code): ```TypeScript import {Pipe, PipeTransform} from '@angular/core'; @Pipe({name: 'somePipe'}) export class SomePipe implements PipeTransform { transform() {} } @Pipe({name:...

This seems like correct behaviour. What are you trying to avoid?

Got the same issue on Windows 10, node 6.2.0

For me it hangs for about half of the requests I perform. So it is highly likely that it is a network or server issue. However as @IljaKroonen already mentioned,...

It seems to me the angular issuestats are also not updating: http://issuestats.com/github/angular/angular Now I've refreshed the queue request again but before it was displaying: 'Enqueued to be updated 6 days...

The solution of @ZeroCR will only work when the timeout is higher than the time it takes to load the image. As @juank11memphis pointed out, you should wait for the...

> I disagree that this belongs here as an issue. This is exactly how the standard was defined to behave: > > https://stackoverflow.com/questions/1423081/json-left-out-infinity-and-nan-json-status-in-ecmascript It's not necessarily a software issue but...