Elmi Ahmadov

Results 48 comments of Elmi Ahmadov

@elshadsm but this is not what I want. I want to create a simple list (maybe a long one) that each cell contains a RadioButton and TextView as follows: ![Screenshot...

Hi, you can have a look here: https://github.com/eclipsesource/J2V8/blob/master/v8/linux-x64/args.gn

Hi @jeanleflambeur, Currently, this example does not work with VSCode because VSCode sends additional `GET` HTTP request to get the version of the server and this example does not act...

That's good to know that VSCode now supports WebSocket server directly! At that time, I created that example project that was not possible. Good to hear that this example helped...

Hi, yes, this repository contains the basic of V8 inspector implementation. We have already used in another project (J2V8), you can also look at code to understand how to use...

Hello @alexvfrolov, since we dropped the support for macOS, J2V8 does not provide a build for macOS but of course, you can build the J2V8 on your machine for macOS....

Hi, `V8DebugServer` is not compatible with J2V8 6.2. You have to use [V8Inspector](https://github.com/eclipsesource/J2V8/blob/master/src/main/java/com/eclipsesource/v8/inspector/V8Inspector.java) instead. To establish communication with Chrome DevTools, you have to create a WebSocket based HTTP server then...

Hi, Please take a look at #469 and #477. We removed support for NodeJs.

Hi @zhangjiagege, What is `ExecutorService`? Without a simple snippet, it's difficult to find what is the problem. We are internally using the V8Inspector in our project and it works very...

We usually post an article about the new features in the J2V8. There will be a new article about changes and new J2V8 Inspector API!