Pascal Bourque

Results 8 comments of Pascal Bourque

I have a patch that seems to fix the problem: https://github.com/bourquep/bulkupdate/commit/f6fea626b81a9f1f77fff484d2da22e8f160fe5b I can issue a pull request if this is something that should be merged in the main branch.

Same thing happens for me with C# code. For example, when typing an opening parenthesis (e.g. for a function call), I'll see the Tabnine suggestions but not the parameter tooltip...

FYI, I'm able to use `@improbable-eng/grpc-web` in React Native by using the `@improbable-eng/grpc-web-node-http-transport` transport. In order for that transport to work in RN, I had to: * Add the following...

Unfortunately I don't have time for this now. Sorry.

I can confirm that authentication is an issue. I am trying to _Clone repository in Container Volume_, with a repo whose devcontainer `Dockerfile` contains `FROM my-private-registry.com...`, and it fails to...

Meanwhile, I'm using this fork which adds support for Mobx v4: https://github.com/crayonzx/mobx-remotedev

Is anyone working on this? If not, I might give it a try.

In our case, the use-case is pretty simple: we have a bunch of repositories that define their own Buf modules, and there are interdependencies between those modules. When module B...