Jonah Graham
Jonah Graham
@jzy3d / @Mailaender - this is from my distant past. I added them to the EBR repo (see https://github.com/eclipse/ebr/pull/22) You can find the EBR recipe to change the jars to...
> would be nice, yes I have just noticed you merged this. Do you still need a review, or are you satisfied with the change?
The diff looks basically identical to me. I think that makes sense as even though version of Gradle changed, version of Bnd stayed the same. I compared build output of...
# Binary Transfer Survey ## Direction Check the most common scenario (only 1). - [ ] I want to transfer binary data from Python to Java - [ ] I...
On Python we use [numpy.save](http://docs.scipy.org/doc/numpy/reference/generated/numpy.save.html) and [load](http://docs.scipy.org/doc/numpy/reference/generated/numpy.load.html), see [pyflatten.py#ndArrayHelper](https://github.com/DawnScience/scisoft-core/blob/master/uk.ac.diamond.scisoft.python/src/scisoftpy/python/pyflatten.py#L219) for example of use. On Java we have load/save implemented to the IDatasert here: [loader](https://github.com/DawnScience/scisoft-core/blob/04a1e7ca9f5de6da5cc80f429656b1e6c2ed8599/uk.ac.diamond.scisoft.analysis/src/uk/ac/diamond/scisoft/analysis/io/NumPyFileLoader.java) and [saver](https://github.com/DawnScience/scisoft-core/blob/04a1e7ca9f5de6da5cc80f429656b1e6c2ed8599/uk.ac.diamond.scisoft.analysis/src/uk/ac/diamond/scisoft/analysis/io/NumPyFileSaver.java) The file format is...
> From what I see in the code, if Py4J [...] Yes, I think that is right. Interestingly, I don't know if (1) is even needed as when we did...
Thanks for the bug report. Can you provide the LSP message that fails, ie the json that failed?
This is looking like a charset issue. Not sure why LSP4J is failing on this but VSCode isn't. I don't know how to test your code in place, but I...
Hi @NickAcPT - I would be happy to review/merge a pull request that added such annotations. It may be best to do a single file first to make sure we...
I suspect to change this back (i.e. revert #137) we need to get xtext involved so to not regress all the xtext generated language servers. See https://github.com/eclipse/xtext-core/issues/558 for the discussion...