Pradeep Garigipati

Results 267 comments of Pradeep Garigipati

@coderboyisongithub That sounds more like Intel driver issue to me. A simple plot if data rendered never changed, it wouldn't even copy data across buffers. Can you share an example...

@pauljurczak This is a known issue that hasn't been fixed in the upstream yet. The viewport clipping is off, the data is being rendered though. You would be able to...

I assume, you are asking about setting those programmatic-ally ? If yes, we haven't looked into yet. If there is enough demand(requests), we will add the required support eventually. Having...

I added API Change although it is not function API change since it would still cause the user code to change a bit once the delimiters are made consistent.

I think the variable `hashes` of type Array is incorrect. You are passing in a slice of one value and passing in dims which seems to be a vector. On...

A small clarification, I was referring to the variable hashes from the code stub you posted on Reddit. On Tue, Oct 18, 2016, 7:48 PM Pradeep Garigipati [email protected] wrote: >...

@polarathene My bad, what i meant was that the dims seems to indicate that the data is of vector shape (not a vector type of rust) - I have corrected...

Having a single character for one array is probably not an efficient way to do it. I would think of a way to handle bunch of chars in one single...

I am sorry it has been quite some time since last comment was made here. Here are some updates w.r.t clarifications requested. > I noticed I can do array_a =...