Opender Singh
Opender Singh
Would love to have an update on this and/or some guidance on how I might be able to get set up to try and figure this out :)
You could check the branch ['upload_album_art'](https://github.com/thebigmunch/gmusicapi/tree/upload_album_art) in @thebigmunch's fork, or [my fork](https://github.com/develohpanda/gmusicapi) (which just merges this branch into develop) for an implementation where uploading album art through code works fine....
AFAIK It was an experiment by one of the devs and was not fully supported against the main project. Reason why I merged to dev on my fork was because...
Keen to try out your libraries once you get them published!
If `a.proto` depends on something in `b.proto`, both proto files need to be available to Insomnia (they are fully ingested by Insomnia). In order to provide two .protos in this...
Gotcha - how are you importing `b.proto` in `a.proto`, and could you show an outline of the file/directory structure you have?
👍🏽 From `com/org/contracts/test/api`, which directory are you selecting to import into Insomnia?
I vaguely recall that relative imports aren't possible (something like `import ../b.proto`)? If you can visualize how the files are being resolved compared to what is given, you'll see the...
@sasidakh that seems to be unrelated (maybe OS specific), could you please open another issue (and share your OS details) please? Thanks!
This is very much related to #2511. Running tests doesn't update response history, but tests also don't handle block tags so there are two blockers.