Brian M Hunt

Results 223 comments of Brian M Hunt

@avickers Got it, thanks. I wish there were something better than that Regex, but if there is I haven't seen it. šŸ˜ž Otherwise, this is just a verification test away...

@ironkayman Thanks for noting.This is odd, and seem to work fine in the ordinary case e.g. a blank project I'm using the latest esbuild for @tko generally, so it should...

Yeah I’m mulling where this dynamism should happen.

Thanks @mbest — what's the reason for not using `Function` as a type?

Thanks @Sebazzz — I'm not sure I understand. Do you mean that `Function` is untyped, but the correct thing to do in TS is to have types for the function...

I'm looking into converting `@tko/observable` and I'm not sure the best way to add types to an Observable, but there's a lot of questions about things that aren't in the...

> Any reason why `Observable` is not generic? Just because I don't yet know what generic means :)

> > > Any reason why `Observable` is not generic? > > > > > > Just because I don't yet know what generic means :) > > Ah, right,...

@skewty This isn't yet functional (as far as I can tell), but in the interim i've written around 50,000 lines of TS, so my skills are _almost_ up to where...

Smart, thanks for linking