Richard Willis

Results 80 comments of Richard Willis

@nedtwigg apologies for the belated response. I'm going with option A. I've started the process to make this happen in vscode (see https://github.com/microsoft/vscode-gradle/issues/1156) but haven't had time to chase it...

It'd be super useful to have this feature 👍

Apologies for the belated response. I'll add some windows scripts to help with this when i get some time, in the meantime have you tried using the [grpc-proto-loader](https://github.com/badsyntax/grpc-js-typescript/tree/master/examples/grpc-proto-loader) as it...

Hello! I can certainly see the usefulness of packaging the client stubs into a distributable npm package, and it should be pretty easy to do. What have you tried and...

That would be very useful, thanks!

Thanks for the reply. I would prefer to use fetch tbh. I like the way the middleware is implemented in the openapi typescript fetch client. You can see an overview...

> What I have noticed is that the output from your lib is very closed to the mobile output. However I added `opts: { screenEmulation: { disabled: true } }`...

To support multi-root workspaces, it would be better to set the process `cwd` in Java land, before running the gradle process. It looks like gradle reads from `user.dir` system property,...

I'm unable to change `cwd` in java land, so I don't have a good fix for this. Will keep this PR open for reference.

Hi. Thanks for the bug report. Are you able to provide an example (like a ~build.gradle~ gradle.properties file) to help me reproduce this bug?