Himanshu Gupta

Results 8 issues of Himanshu Gupta

I need a custom sound to play on the notification. How can i enable that?

The formatonSave feature seems to remove \n from the end of the file. When I run mix format from the terminal, it adds the \n at the end of the...

I am not able to call soap:wsdl2erlang function. ``` -> soap:wsdl2erlang("http://www.webservicex.net/CurrencyConvertor.asmx?WSDL"). ** exception error: undefined function soap:wsdl2erlang/1 -> code:get_path(). ["deps/yamerl/ebin","deps/unicode_util_compat/ebin", "deps/ssl_verify_fun/ebin","deps/soap/ebin", "deps/ranch/ebin","deps/poolboy/ebin","deps/mimerl/ebin", "deps/metrics/ebin","deps/idna/ebin","deps/hackney/ebin", "deps/erlsom/ebin","deps/detergent/ebin","deps/cowlib/ebin", "deps/cowboy/ebin","deps/certifi/ebin",".", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/kernel-5.4.1/ebin", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/stdlib-3.4.3/ebin", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/xmerl-1.3.16/ebin", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/wx-1.8.3/ebin", "/usr/local/Cellar/erlang/20.2.2/lib/erlang/lib/tools-2.11.1/ebin",...

Currently, the library does not support these expressions: "* * * ? * L-2 *" => Every second, the last Saturday of the month, every month "* * * L-3...

enhancement
help wanted

Hi, i want to use the call/4 method that involves sending header along with the request. i could not find tests for calll/4 mothod. There is only one test qtest()...

After installing gcloudex and goth, i had to run mix deps.get again which downgraded several dependencies. - httposion 0.12.0 -> 0.8.3 - certifi 1.2.1 -> 1.0.0 - hackney 1.8.6 ->...

Hey, the demo is not working on local. I used `npm run dev` and when i click on login through github/facebook/google, It redirects to server not found. Do we have...

I am using this library for Oauth authentication. The next() function does the job of what happens after successfull sign in but rest of the things are handled by the...