Robert Balicki

Results 25 comments of Robert Balicki
trafficstars

Ah, interesting! This is unfortunate. I don't think this is something I'll fix before rolling out a new version of Smithy with a better syntax. Sorry, once again, I wish...

Thanks. Adding nested component examples is a good idea. I'm not off the top of my head 100% certain whether this is supported at the moment. Sorry. I wish I...

Oh interesting. I wonder why this is. Thank you for reporting this. I don't currently have much time to look into these things, but I do remember there being issues...

Hi @loveJesus, thank you for the kind words! Right now, there isn't really a good way to incorporate custom events like that. I want a future version of Smithy to...

Some context as to why I'm asking for this: * I will have a function that takes eight generics, four query types and four pagination fragment types: ``` function createAuthDesktopPicker({...

Doing this without changes to Relay is blocked on https://github.com/microsoft/TypeScript/issues/33304 :/

[In Isograph](https://github.com/isographlabs/isograph/blob/15dff200ed5c48c13d08ade408a71f3de4fa3484/libs/isograph-babel-plugin/compileTag.js#L51-L71), what we do is throw when babel encounters a call to `iso` if anything besides a template literal (i.e. backtick string) is passed in. We also throw if...