Hasan Diwan

Results 22 issues of Hasan Diwan

Just added swagger-docs to my rails application, pulling up the /swagger/dist/index.html?url=/apidocs/api-docs.json gives me an "Unable to render this definition The provided definition does not specify a valid version field." --...

> LanguageDetector detector = LanguageDetectorBuilder.fromAllLanguages().build().detectLanguageOf("I am what I am and no one says..."); Yields a NoSuchMethodError. Help?

authData = redditClient.getOAuthHelper().easyAuth(credentials); I was getting an error related to the version of okhttp3 I was using. When I had that matching build.gradle, JRAW spat out this error on the...

Trying to allow users to book uber rides using this gem on rails 6.1.4 and ruby 3.0.2 and getting the error in faraday. I tried upgrading the faraday gem and...

String text = "hello world"; LanguageDetector detector = LanguageDetectorBuilder.fromAllLanguages().build(); Language language = detector.detectLanguage(text); Now how do I get "English" from the language object? language.toString() doesn't work, nor does language.name().

I get this error. I get it, rails, authenticate is not defined. Can I see a sample, as I can't figure it out from the source for the gem, nor...

Error occurs if I leave unicorn running too long on the system (uname output below). I didn't notice it with webrick. and haven't tried thin or any other rails appserver...

Any possibility of getting this library onto a JS CDN?

depends_on 'java' deprecated in favour of depends_on 'openjdk'

How am I supposed to populate the OrderStatus table? I'm trying to process an order using stripe, but it is expecting the class to be populated: def create @order =...