Jaroslav Tulach

Results 27 comments of Jaroslav Tulach

With [be02cff](https://github.com/apache/netbeans/pull/4040/commits/be02cffbe1fac920a47b20a0b21c71ac1312a668) one should be able to stop the Java execution before sending a message to VSCode: ![image](https://user-images.githubusercontent.com/1842422/171216803-dd5dc036-0852-4222-8063-d71c34b4681c.png) And just by setting `pause = true` in the evaluation window the...

HTML/Java 1.8.1 is available on [Maven central](https://repo1.maven.org/maven2/org/netbeans/html/ko4j/1.8.1/). @dbalek please replace 6c9ab9a with proper external binaries. I hope this will make it into NetBeans 15.

Where does the `native_com_sun_prism_es2_GLContext_nTexSubImage2D0` method come from? From a global scope? That's nasty. Bck2Brwsr tries to limit the number of globally visible symbols - only `bck2brwsr` symbol is available after...

> CI run [shows](https://github.com/enso-org/enso/runs/7967611554) that the `DebuggingEnsoTest` is failing. Local variables aren't visible as the default visualization doesn't work for `int` based variable indexes. That's going to take a time,...

Dne středa 5. října 2022 13:27:33 CEST, Shafqat Ullah napsal(a): > Hi @jtulach @JaroslavTulach > > While browsing the codebase, it seems there are good bit of Truffle code or...

> Yes, my main question was whether Truffle can run on top of Bck2Brwsr. The goal is to run the Truffle langs and Espresso in browser. There is a reimplementation...

The above ZIP files (in fact JAR) files contain compiled classes from [Natural, Filter, Primes](https://github.com/jtulach/sieve/tree/78c56f07d0c9910c9b2c5ebdd7823729ac0f7bdf/java/js/src/main/java/org/apidesign/demo/sieve/js) sources - one version is using Java primitive types (e.g. **int** and **long**) and the...

From end user perspective, the solution is really great: ![TreeToIr.java](https://github.com/apache/netbeans/assets/1842422/3ee28feb-4c66-49ed-ab52-e9a7276ac42f) it will make it way easier for me to work with Enso code base.

Btw. [Metals](https://scalameta.org/metals/docs/editors/vscode/) - the VSCode support for Scala is using _Italics_ to render the additional inline hints: ![image](https://github.com/apache/netbeans/assets/1842422/851a4bdc-a3b2-4d19-9cad-abfc60783b92)

Hello Ernie. Choosing Gradle when looking for stability isn't going to play nicely. Gradle is known for being aggresive when deprecating and removing features. If you want some stability then...