Sithara

Results 10 issues of Sithara

Is it possible to make the decryption offline?

CsvXlsxConverter::CsvToXlsx.new "foo.csv" is giving me NameError: uninitialized constant CsvXlsxConverter Please help!

My tests configured with `php-vcr` records requests to vcr-cassette but does not replay the cassette . Instead it fires the http request over and over again ``` public function testInvalidOrderUpload()...

Is there a workaround to prevent concurrent user signs while using Azure AD for authentication The below code snippet is likely to work only if the default sign in mechanism...

Recently we've come across Tinytds error# Unknow host machine name(name) error while processing background resque jobs. The issues occurrence is not frequent . Is this some sort of tinytds error...

Hi Can we add `impression.rb` to `app/models` that takes in user_id from a table other than `users` table? I tried adding `belongs_to` association but it does not work. class SomeUser...

Hi While trying to execute I keep getting the below error ``` google.auth.exceptions.TransportError: HTTPSConnectionPool(host='accounts.google.com', port=443): Max retries exceeded with url: /o/oauth2/token (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable...

bug
triage

How do we set the expectation that the worker is currently processing a job ? Can we stub the `perform `method, delay and validate ?

Could we specify ID IN (ID1,ID2,ID3) within $filter for the c4c odata api ? While trying this ID ne '1' and ID ne '2' in the filter condition I get...

Azure AD on redirecting to http://localhost:3000/auth/azureactivedirectory is giving me a BAD URI error 'bad URI(is not URI?): "127.0.0.1:8888" ``` /home/sithara/.rbenv/versions/2.6.0-dev/lib/ruby/2.7.0/uri/rfc3986_parser.rb:67:in `split' /home/sithara/.rbenv/versions/2.6.0-dev/lib/ruby/2.7.0/uri/rfc3986_parser.rb:73:in `parse' /home/sithara/.rbenv/versions/2.6.0-dev/lib/ruby/2.7.0/uri/common.rb:234:in `parse' /home/sithara/.rbenv/versions/2.6.0-dev/lib/ruby/2.7.0/uri/generic.rb:1543:in `find_proxy' /home/sithara/.rbenv/versions/2.6.0-dev/lib/ruby/2.7.0/net/http.rb:1109:in `proxy_uri' /home/sithara/.rbenv/versions/2.6.0-dev/lib/ruby/2.7.0/net/http.rb:1096:in...