Rohan Prabhu

Results 8 issues of Rohan Prabhu

I have recently started using remote-browser and when I was working on it, I realized that the documentation is extremely lacking and it took me snooping around the code a...

The README makes multiple references to a 'Remote Browser' extension, but neither provides a link to it or any steps to to install it from source (possible the src/extension directory)....

I'm not sure if I'm missing something, or if the document doesn't cover it as of now, but is there a way to specify headers in the API calls being...

Since the plugin uses references to certain jooq objects that it is built with, there might be scenarios where the objects that are being referenced for configuration computation do not...

Current way to specify a jooq configuration is something like: ``` configuration("", ...) { configuration = jooqCodegenConfiguration { .... } } ``` Whereas all other places of configuration looks like:...

The configurable parameters of this plugin are defined in a block and persisted which are then used by further configurations during the project evaluation phase. This causes issues where an...