Benson Margulies

Results 10 issues of Benson Margulies

Please push your plugin to maven central. It's pretty simple via https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide#SonatypeOSSMavenRepositoryUsageGuide-7a.1.POMandsettingsconfig If you send me an email to this effect, I can do it for you in a fork...

I should not get red marks for using: ``` blueprintBundle Provides bundle's Bundle object. blueprintBundleContext Provides bundle's BundleContext object. blueprintContainer Provides the BlueprintContainer object for the bundle. blueprintConverter Provides the...

New Feature

In the below, the 'ref=component' is painted red, even though the setter has the appropriate type declaration. ``` ```

New Feature

Currently, central has an old version, and java.net has a newer version with a missing pom. Could you please use ossrh to publish the current version to central? If you're...

Could we have that option, too?

enhancement

I could speed up some code if I could write: ``` @JsonCreator public MyClass(@JsonProperty("a") String a, @JsonAnySetter Map leftovers) {} ```

most-wanted
2.17

I tried to use the version of this from github (the distribute mojo) and I didn't get too far. It seems to read and write the same file: src/main/python/setup.py. I...

Following all the many posts about namespaces, I have the following setup, using pytest 8.3.4 and poetry 0.1.0: In pyproject.toml: ``` [tool.pytest.ini_options] consider_namespace_packages=true addopts = [ "--import-mode=importlib", ] ``` My...

**Describe the bug** java.lang.Throwable: Do not call `getChildren(null)`. Do not expand action groups manually. Reuse `AnActionEvent.updateSession` by composing, wrapping, and postprocessing action groups. Otherwise, use `getChildActionsOrStubs()` or `getChildren(ActionManager)` at com.intellij.openapi.diagnostic.Logger.error(Logger.java:375)...

bug