Tiến Nguyễn Khắc

Results 143 comments of Tiến Nguyễn Khắc

@vkagamlyk or are you suggesting I should create like a simple html page that simply run all the stuffs under `examples`?

Okay I'll add a simple webpage. There's some flaky test that is failing randomly on GitHub Action it seems btw.

@vkagamlyk have added a simple webpage that just display your graph running on `localhost` on the screen.

Modified the README a bit to say this is also compatible with Web APIs compatible runtimes (browsers, WinterCG runtimes, etc)

> @tien I got an error `index.js:22 Uncaught SyntaxError: The requested module '/@fs/C:/_Projects/tinkerpop-tien/gremlin-javascript/src/main/javascript/gremlin-javascript/index.js' does not provide an export named 'default' (at index.js:22:8)` in Chrome. Is this from running the example?...

> VOTE +1 Thanks 🙏, just made a small change, updating the browser example package.json description.

@kenhuuu regarding the user agent header [used](https://tinkerpop.apache.org/docs/current/dev/provider/#_graph_driver_provider_requirements) by Gremlin server This is likely a separate discussion, but `User-Agent` header might not be the best way to identify client supported GLV...

@kenhuuu thanks for this. I'll try to find another VOTE +1 if possible. Would be beneficial for me to get this in early because there's a work project I'm on...

`default` needs to come last else it will throw an error

I'm getting this same exact issue interacting with ArcadeDB using `gremlin-javascript`. Normal query work fine, but this error will be thrown when trying to perform a transaction. This works: ```js...