Steeve Morin

Results 186 comments of Steeve Morin

@sergiocampama that could work, what do you have in mind? I think it would be better for those rules to live in this repo from a UX standpoint, just run...

That looks alright! Is there any API you have in mind for that runner to work? Like, that the IPA as argv[1] or something? If you look at #364, which...

@sergiocampama it's absolutely fine to use substitution

while being widely used, it used to be that libimobiledevice wasn't maintained much. would it make sense for https://github.com/steeve/itool to replace it ? Which I made because it libimobiledevice wasn't...

Yes, depending on a pre-built binary was the objective at the time

~is the package you're trying to import declared in the `BUILD.bazel` target? since the gopackagesdriver forks out to bazel and lets bazel be the source of truth, could it be...

You can inspect the `gopackagesdriver` payload by running this command ```echo {} | ./tools/gopackagesdriver.sh file=platform/pkg/myfile.go``` Is there any error? Can you inspect the json payload and check that the package...

Thanks, so the issue is indeed between perhaps gopackagesdriver, gopls and vscode perhaps? For some reason it's not "reloading" the packages? Maybe something with vscode itself ?

Can you enable gopls tracing see if at least the gopackagesdriver is called "regularly" ?