Lokesh Sharma

Results 38 issues of Lokesh Sharma

I've been using deep-cli since last month. It's been working fine untill today. I started receiving these errors today- ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/deepl/deepl.py", line 170, in...

Syntax highlighting is not working for me. I was getting page build warning about using `rouge` so I changed the highlighter to `rouge` in `_config.yml` but still its not working....

Remove useless $

Could someone please tell the command to convert WAV to PCM for processing and then back to WAV?

Using the Fibonnaci code in the README ```rb lokeshh:~/workspace/rubex/fib $ irb 2.3.0 :001 > require_relative 'fib.so' => true 2.3.0 :002 > Fibonnaci.new.compute(10) => false 2.3.0 :003 > quit 1"\n"1"\n"2"\n"3"\n"5"\n"8"\n"13"\n"21"\n"34"\n"55"\n"89"\n"lokeshh:~/workspace/rubex/fib $...

enhancement
difficulty: moderate

```ruby require 'daru' Daru.plotting_library = :gruff dv = Daru::Vector.new [1, 2, 3] dv.plot do |p| p.title = 'lol' end ``` result in following error: ``` SystemStackError: stack level too deep...

I feel like we should have a function to match regular expression like we have `eq`, `lt`, etc. It would work as follow: ``` ruby > dv = Daru::Vector.new ['abc',...

help wanted