Alexander Cerutti
Alexander Cerutti
Oh c'mon...
Hey @scotttrinh, thanks for your reply. I have to try the solution you proposed, but it is not very clear to me the transform with `"STRING" | "NUMBER"`. Does it...
I've tried to apply what you said and it apparently seems to work (I have to thoroughly test it because of what follows). I've done this: ```typescript export const OverridableProps...
Don't. You. Dare.
It will be documented soon along with other features. Seems like Apple is working on an updated version of the documentation. I can say that because I contacted Ben Chester...
It is not very clear but what I was able to understand from [this example](https://github.com/pcardune/handlebars-loader/blob/master/examples/helperDirs/webpack.config.js) is that `helperDirs` is an Array of strings. Especially, what made me understand that, were...
Hey @joeyparrish, we upgraded to v3.0.6 to get the integrated declarations instead of having ours. First thing I have to say is that Clutz now is archived, so I don't...
@niklaskorz I was thinking the same about `addEventListener` overloads, and I don't think that an automated system, that is not typescript itself which allows the overloads already in the code,...
I actually don't know how shaka-player-ui is meant to be used, I don't use it. Types are actually not meant to be imported like this @DDeis. They should be available...
Hey @joeyparrish @avelad, I finally had the chance to put my hands on this again and I tried to make things work. Now I'm of the idea that the "method...