簡煒航 (Weihang Jian)
簡煒航 (Weihang Jian)
Hi @jaypinho, thanks for reaching :) > So if I have an image file where I don't know if EXIF data exists or not, it seems like the best way...
Hi @zzj0402, Your issue might be caused by the building environment instead of jaro_winkler gem itself. I wonder if you are able to install any other native extension with your...
The issue seems similar to this: https://stackoverflow.com/questions/19176136/make-is-not-recognized-as-internal-or-external-command In theory, it should have worked on Windows since the extension is implemented with CRuby's interface, but I never had tested jaro_winkler on...
Oops, I suddenly realized I misread rubocop-hq/rubocop#5989, it's **JRuby** on windows platform.
@rtdevlin Would you paste the full error message here, thank you!
@rtdevlin I am not able to reproduce your issue: ``` C:\Users\User>ver Microsoft Windows [Version 10.0.17134.48] C:\Users\User>ruby -v ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32] C:\Users\User>gem install jaro_winkler Temporarily enhancing PATH to...
Hi, @sjayanna, thanks for reporting this issue, unfortunately, I am not able to reproduce with the following Dockerfile. ```docker FROM ubuntu:18.04 RUN apt-get update RUN apt install -y curl autoconf...
I am having the same issue. What I am trying to do is: 1. `params[:foo]` is required. 2. If `params[:foo]` is `true`, then `params[:bar]` is required, otherwise `params[:bar]` is optional....
> Hey there @tonytonyjan and @lulalala happy to get this merged in, could you please bring it up to date against Master? Thanks for the reminder. I have updated the...
hi @aried3r, I am sorry for the late reply. I recently changed CI from travis to github workflow to make maintenance easier. See https://github.com/tonytonyjan/jaro_winkler/commit/5701ef7e76bfe5668486ea7411099ed9210ab671 I removed the support to v2.6...