Andrew Sampson
Andrew Sampson
I’ll provide a more thoughtful response later this evening but to comment quickly: > JS is not a language focused on performance so I think it would be better to...
> When you have a chance to review more closely, I do think the bring-your-own BebopView would be a good middle ground to prevent the default from being hard-to-understand behavior...
You can already specify a namespace for generated code by doing: `./bebopc --cs [output_file] --namespace see.you.in.space.cowboy` Then all compiled schemas will be placed under this namespace. Is that what you...
To provide an update this is going through internal discussions now to identify if we promote it to a feature.
Bebop supports browsers and has no dependencies on node.
You should be able to add the package to your web project and used Bebop generated code without issue. The bebop compiler integrates into your developer environment to automate the...
You're both awesome! Thanks for your contributions, @200sc seeing someone reimplement the entirety of Bebop is really humbling. @cwize1 if you have any feedback on how we can improve the...
Hey @cwize1 just as a heads up a new type was added in 2.1.0.
> I've completed updating my [Go implementation](https://github.com/cwize1/bebop/tree/cwize1/Go) to support unions. Sorry for the delay in replying, great work! I’m not fluent in Go but if you want to submit a...
I am not a big fan of `void is a special argument/return type which indicates no bytes and declares an empty struct. A function which accepts no arguments must specify...