Boris Kheyfets

Results 3 issues of Boris Kheyfets

Hi, I'm on Kubuntu 19:10, starting zoom via zoom-us-wrapper seems to be ok: ``` $ zoom-us-wrapper zoom Cleaning up stopped zoom-us instances... Starting zoom... $ ``` but zoom windows does...

I open java file https://github.com/openjfx/samples/blob/master/IDE/Eclipse/Non-Modular/Maven/hellofx/src/main/java/org/openjfx/hellofx/MainApp.java and as soon as I save it -- eclipse.jdt.ls changes ``` import javafx.stage.Stage; ``` to ``` import org.graalvm.compiler.phases.common.NodeCounterPhase.Stage; ``` After this project won't compile. What...

enhancement
client/integration

Python's sphinx allows to number equations by adding label to the directive, and to reference a particular equation by the label value: ``` .. math:: :label: 1 (a + b)^2...