Lattitude75

Results 11 comments of Lattitude75

I tried calling the set_backend immediately after importing the package. ``` import arrayfire as af af.set_backend('opencl') ``` I still get the same error.

@hugoroy Has anything happened with this issue? It still affects me and is very troubling as I am not able to open links in the Html mode and the plain...

@mreppen Yes, I have realised that. But, that is too lengthy each time I want to open a link. I copy it, then go to a browser open a new...

> This will only work once. Next pulls you have to skip the limit option. Yes, it is unnecessary after the first pull. Don't you think so? After the first...

No, it is the full_pull function where the --limit is implemented as shown in the excerpt from it below. ``` def full_pull (self): total = 1 self.bar_create (leave = True,...

I do not think that any full pull with a limit variable defined is going to pull all the email. Looking at the full_pull function: ``` def full_pull (self): total...

Sorry, closed it by mistake!

The last commit I added should fix the problem with the partial pull. It makes sure that the number of messages in the database is always below the limit set...

In the final commit, I made the necessary changes like removing the extra function I defined and adding indicators where the limiting action was being taken. I also tested it...

> But one thought I had was that we should probably limit the number of messages requested from gmail. This would also fix the progressbar. Please check if such an...