Dennis Anderson
Dennis Anderson
I had this same issue with a unit test in my code. It worked fine with MRI 1.9.3. File.open(".\test\log\testfile3.log",File::CREAT, 0644) do |f| f.flock(File::LOCK_EX) I changed the above to the below...
It is still an issue in December... version 7.2.0 I've attempted to exactly follow the openApi doc, but I get the same result. https://swagger.io/docs/specification/describing-parameters/
This appears to be a duplicate of [issue 483](https://github.com/kogosoftwarellc/open-api/issues/483). My team began walking through the source code expecting to open a PR and decided the easiest solution is to do...
Hmm... it isn't letting me link the PR. Well, here's the PR for this issue. https://github.com/lifion/lifion-kinesis/pull/406
The Github rollercoaster. You search the issues and find one with your EXACT problem 😄 and scroll down to find that there has been no response in a year and...
@bhrigushr that was the exact conclusion I came to yesterday 👍 In case someone runs into this two years from now... I ended up using node-redis and connected directly to...