Davide Bianchi

Results 10 comments of Davide Bianchi

I got the exact same error, with `undefined` instead of `null`.

I'm still facing this issue, using 4 dots and having the 3rd selected. Here's how I use it: ``` ``` which is fairly simple. I tried several configs, messing with...

Am I the only one thinking TsEd is a bit too much? I mean, looks great but it feels overengineered. I will move to the fork.

I was able to use the class-like declaration with the new version using this code: ```typescript export function getCustomRepository(repo: Newable) { return new repo() as T } export class Users...

Having the same issue, tried the solution in the comment but no effect.

Did you solve this? I'm having this same issue, on ArchLinux.

Oh I'd like this feature to be merged, looks promising to me

Same issue here, would like to know if this is possible.

No, I implemented my own. It was not difficult actually, using `Animated.timing` you should get what you need in a hour or so.

This is exactly what I was looking for.