Results 68 issues of Jonah Graham

Diamond Light Source are interested in using jzy3d inside an Eclipse application. This requires that in some way the jzy3d and dependent bundles are resolvable using OSGi. On behalf of...

enhancement
question

As the [benchmark repo](https://github.com/bartdag/py4j-benchmark) has not been moved to the new org yet, I have left the links to that one in place.

CDT 11 includes a new ${ALL_FLAGS} that can be specified in the scanner discovery to pick up all command line options specified in the managed build. See the N&N entry...

By wrapping ResponseErrorException with another layer in RuntimeException it means the unwrapping of the exception in RemoteEndpoint.DEFAULT_EXCEPTION_HANDLER doesn't work as expected and instead of getting the original ResponseError the other...

This is the Release plan and TODO list for LSP4J release v0.23.0. ## Steps for Release Items at the beginning of development - [x] Create an Endgame Issue to track...

endgame

There are a number of places in PDT where 3rd party code is referenced in MANIFEST.MF with require-bundle. This is causing PDT to force pull-in the Orbit version of these...

### Checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session - [X]...

type:bug
codebase:figterm
terminal:Jetbrains

The files generated by the tool are all lowercase file names because of this `.lower()` (and the subsequent ones?): https://github.com/instrumenta/openapi2jsonschema/blob/d697cbff8a25f520e125e3a5f79cb4e9b972e8ce/openapi2jsonschema/command.py#L130 But the `$ref`s are the case of the input, in...

### Discussed in https://github.com/eclipse-tycho/tycho/discussions/2732 I have converted this discussion to a bug as Tycho is requiring the artifact to be in an accessible Maven repository. For example Orbit makes an...

There is no strict need to have a program passed to GDB when attaching (remote or local). Either the program can be downloaded from the remote or otherwise read by...