Nabarun Mondal

Results 10 comments of Nabarun Mondal

> Sounds like a meaningless feature Why you think so? Xee has it and honestly qView is a nice substitute for Xee. So.. I think it is great feature to...

> Wow this issue got kinda spicy. I think this is a good idea, probably coupled with some sort of UX change where the sorting mode is changed per-window in...

@jurplel There is a simpler way of achieving the random next. Do not have a setting in the first place - ( rather that browse setting - do not use...

@jurplel .. again thanks for the awesome viewer! I had like one problem with it, the random order view was slow, for a folder having 1000s of images. I have...

There is a bit more. If we try to use Compile the scala source code as script it would not even compile. ```java import javax.script.*; final String code = "x"...

Please note that this is not about graalvm being slower ( which it is - around 12+% with respect to Temurin 21.). We also ran another end point `/hello/z` and...

> Did you test GraalJS with Temurin as well? No.. I ran Graal against Graal and.. Rhino in Temurin! Sure I can try running Graal in Temurin.

Hi, Sorry to be so late. The reason Graal was slow is because it was fully interpreting the code. If we stop interpreting - via providing the compile time options...

Hello @iamstolis , seems like it was my mistake and I had a brain freeze or something. Here is an example that perfectly runs. ```java package com.mycompany.app; import org.graalvm.polyglot.Context; import...

Actually, I have found out a way to do exactly what I was doing - and for anyone who might accidentally hit this issue of how to share code and...