Quinn Shanahan

Results 45 comments of Quinn Shanahan

Are you looking for pull requests?

@apneadiving dude update your shit

any updates here? i'm interested in this for creating something for Relay. I see the WIP PR was closed, any way for someone to contribute to this?

duplicate of https://github.com/typicode/hotel/pull/361

merged this fix and published to https://www.npmjs.com/package/@qshan/hotel if you want merge/publish access lmk

Thanks, @BookOfGreg . so in my project, i would have to create: ```js # PackageComponent.js module.exports = require('@package/package-name').ComponentName ``` Then, i could (assuming the above file is in the glob...

wouldn't I have to ``` window.PackageComponent = require('@package/package-name').ComponentName ``` explicitly? Either way, I will try it out and let you know how it goes. thank you!

a few more comments: * I get a cryptic parse error on any name with a namespace, e.g. `rpc GetAddress(shipping.GetAddressRequest) returns (shipping.Address) {` outputs a contextless `error expected ; found...

sorry, one more thing: specifying the host in the proto seems inflexible. ideally there would be a way to change the host _after_ the code is generated, to allow for...