Lokesh Sharma

Results 94 comments of Lokesh Sharma

Update: It's ocurring no more. Closing this now. I will reopen if it occurs again @eggplants

This is happening again. Is there a way to extend the timeout?

As @johntiger1 says, its easy to fix. I just had to run the following command ```bash conda create -n zzz python=3.7 conda activate zzz # Install required libraries, test your...

@jneves No, it doesn't work. I ran the latest zappa from master. Here's the error message I got https://gist.github.com/lokeshh/ba6eac37748bff04b5f3bdd1b8d0779f

@vcaesar I agree but it makes things hard to copy paste. Further for the first two commands you don't have `$`, hence it isn't consistent.

@zverok Yes, `:set` method is missing for category vector. We have to fix this.

@rohitner When you do `vc.send(:set, 5, 6)` you setting a new category `6` in index `5`. Because `6` is a new category you need to first call `#add_category` and then...

@rohitner It would be better if you could create a PR and we discuss it there.

@Shekharrajak Ok, but these lines are certainly not working in latest daru release. ```ruby NoMethodError: undefined method `plot' for "#\n 0 1\n 1 2\n 2 3" from /var/lib/gems/2.3.0/gems/daru-0.2.1/lib/daru/vector.rb:1420:in `method_missing' from...

@Shekharrajak Also I'm getting error (the same I mentioned on top) on latest code. You might want to test on a new computer with only latest `daru` installed because that's...