Varun Batra

Results 9 issues of Varun Batra

Hi this.cache is bind to a cluster, This means, if this.cache is updated on different cluster, key may not present in other clusters and hence returns an empty response. Consider...

Hi I am trying to use multi-cursor with the key ` ` - Try it three times. It shows a weird error, sometimes it cuts the characters, sometimes it deletes...

``` gocron.Every(1). Monday().Wednesday().Friday().Saturday(). At("09:31").At("09:43").At("13:31").At("17:43").At("23:17"). Do(SendSMS) ``` This doesn't work. Only last one stays. I was wondering if we can make it chainable like above?

**Which version are you running? The lastest version is on Github. Pip is for major releases.** ``` 0.3.79b0 ``` **Do you have _TA Lib_ also installed in your environment?** ```sh...

bug
help wanted
good first issue

When I worked on a website where filters were containing ", " for example "Medium, 6-10 students" then they went in two lines. With the result I used custom separator...

I was using bootstrap three responsive snippets and there wasn't any function which returns only embed url for youtube. So I created one.

Average function is quite incorrect. It doesn't consider unrated dimensions. Unrated dimensions are literally zero and thus it should be consider. ``` ruby def calculate_overall_average rating = Rate.where(rateable: self).pluck('stars') (rating.reduce(:+).to_f...

enhancement

I was playing around cache in http://varunbatra.com/ What I have observed is, you can't have a cache if it is a wiselink request. I have looked into the codes: https://github.com/igor-alexandrov/wiselinks/blob/19b88b10dc4e669003326dea9786ddc37052039d/lib/wiselinks/rendering.rb#L14...

Hi, if there is any provision planed to make it installation with LuaRocks?