-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting to 1.0 #93
Comments
This is the exact list of this that I want to fix before the end of this year. Unfortunately, I don’t have that much free time as I used to have.
|
I've got time I can pull out of a few project to help. I'm going to start with moving to formal TypeScript since I've got a strong bias into making sure the system is helping me with types and I do find it annoying to have to keep comments in sync. There are some things that I think are breaking changes, it's probably good to target those at 1.0 since it's a major release and can justify breaking compatibility. |
I strongly agree with that.
I'd be happy to see you or any other contributor out there working on the issues. |
also #82 |
Which implementation would be the target? I personally use the improbable one because bundle size is much smaller than google's and supports binary for streams. So if I may, I'd like to vote for that one |
If both of them (google one, improbable one) have feature and public API parity, then we would like to support them both. . Personally, I don't like imposing choices on people. |
Now that the windows issue is gone (and we test against windows as well), we can safely move on and add new features to the plugin. @koblas |
#98 is here but it still needs a bit of work. |
#132 has been merged. |
All the items here are done. closing |
This is putting in a handful of notes. I would like to help push this package to a formal 1.0 release so that it can get better adoption. I'm selfish in that way which is I want to make sure I've got stable programs that I'm building against that have more maintainers...
There are a handful of things that I perceive that might help:
Moving the codebase to TypeScript-- just makes it look better to outsidersIssues: WindowsIssues: CamelCaseIssues: Namespacesdefinition
in Unimplemented Service Definitions - it feels wrong to a first readExtra imports when not usedgrpc-web client/supportAnything else?
The text was updated successfully, but these errors were encountered: