Brian McNamara
Brian McNamara
I was looking at implementing blockmap support into https://github.com/brian-mcnamara/plugin_uploader to solve the warning, however I did come across a bug https://youtrack.jetbrains.com/issue/IDEA-293222/non-dynamic-plugin-installs-do-not-use-blockmap-partial-download which (at least for my plugin, which is not...
blockmap support added to [plugin_uploader as part of version 1.3.0](https://github.com/brian-mcnamara/plugin_uploader/pull/9)
Yes, creating the distribution and using ideDirectory is the workaround, but creating the distribution is another step outside a normal compile. I was hoping we could just point to the...
I think I am having the same issue with projects using spring boot. Spring packages up resources under /BOOT-INF/classes which makes the default class loader ineffective in easily picking this...
This was named based on the heroku cli --as parameter on addon:create https://devcenter.heroku.com/articles/heroku-cli-commands#heroku-addons-create-service-plan
> > Since I can't do an inline comment, you also need to set the attachment name in the `Read` function: https://github.com/terraform-providers/terraform-provider-heroku/pull/241/files#diff-1a1b7e50595b433f6c7e741170d655b8R184 > > Note: the addon resource [does not...
Testing some things: Given an add-on id, you can query the heroku api to list the add-on attachment that were also created. You can not delete the only attachment associated...
Oh geez, @davidji99 I didn't notice your PR until now 😮, do you have time to work on completing your PR? Happy to help work on your branch (since it...
Our environment at Salesforce requires this change. We have a specialized Maven project that does not use the IntelliJ maven plugin. We have our own code generator to generate the...
Hey @chashnikov , No worries for the delay. I agree, a plugin would be best, and that is what I have in mind down the line. The reason I went...