Jarl K. Holta

Results 8 comments of Jarl K. Holta

> _however, what if I need to turn off range checking for one routine and then back on for another? In my tests, I see compiler options are global not...

I think this is just an unimplemented feature (it also affects enums), it's been known for a long time, and no-one seemed to care, which I guess is because few...

Same problem, it's close to useless, cant be used for any realtime analysis. I have 200 coins I'd like to track, but impossible without myself using a database for the...

@Turbine1991 it's really not the programming language that is the issue. This is all backend stuff, just calls to the Windows/XLib API, more or less. We are by no means...

![Image](https://github.com/user-attachments/assets/bb6cdb9e-2a86-4d44-b881-ce340383e508) Adding this image as an attachment, image comes from the user that created this issue. Personally I have no idea why this issue comes up, but if this is...

What about: ``` TPA.ToAxes(X,Y); vx := X.variance(); vy := Y.Variance(); ``` Would give you the var in each axis.

My bad, I misunderstood the issue, Simba implies TPA supports var? Iirc those methods are dedicated to numeric arrays.

Just to extend on one of these, where I know we get a lot of warnings: `lpeval_functons.inc` - The compiler will warn us as there is no explicit casting done...