SamareshSingh

Results 20 comments of SamareshSingh

> Note that `c_addrOf` and `c_ptrTo` are expected to give different results, so I don't think this is the correct fix. See https://chapel-lang.org/docs/modules/standard/CTypes.html#CTypes.c_ptrTo and https://chapel-lang.org/docs/modules/standard/CTypes.html#CTypes.c_addrOf for the differences. > >...

The real issue is that c_pointer_return (electron-browser/workbench/workbench.html) expects a wide pointer structure, but unmanaged class variables are stored as narrow pointers. For c_addrOf to return the variable's address (not the...

> Thanks for the PR. Please fix the code format first, and remove changes that aren't related to the fix in the PR. Done

I am not sure what am i missing for code format. @fchollet Can you help ?

There was confusion pre-commit hook runs shell/api_gen.sh NOT api_gen.py and I was using this python script for checking code format. Now it is fixed.

Hi @pingulee, The fractional values you're seeing are likely due to **time normalization** in the query engine, which is working as designed. Here's what's happening: ## Why Fractional Values Appear...

@vinniefalco - Can you please get a chance to review this PR?

Hi @asmorkalov, Thanks for the review! You are right to ask about max_theta - I can see how it wasn't immediately obvious from the code changes. The max_theta parameter is...

yeah, give me sometime. I will get it fixed in a week or two. Thanks