Devin Zhang

Results 6 issues of Devin Zhang

It's correct to setup base currency. But it seem to can not recognize this command `curcon LIST`. Is there some wrong operation for me? Node: v17.9.0 Alfred: 4.6.4 Powerpack alfred-currency-conversion:...

show messages: ``` shell :public is no longer used to avoid overloading Module#public, use :public_folder instead from /Users/simlegate/.rvm/gems/ruby-1.9.3-p448/gems/cijoe-0.9.2/lib/cijoe/server.rb:12:in `' /Users/simlegate/.rvm/gems/ruby-1.9.3-p448/bin/ruby_noexec_wrapper:14: stack level too deep (SystemStackError) ``` Ruby 1.9.3

Now only support `find`

![image](https://user-images.githubusercontent.com/2359726/33163214-578a92e6-d068-11e7-834c-499147e986f5.png) 红色框中的输入框只能输入不能粘贴

For example: ``` java @Component("loggingFilter") public class LoggingFilter extends OncePerRequestFilter { // ....... } ```

``` ruby # Do not need require 'open-uri' # remove open method # old table = Jsoner.parse(open('table.html')) # new table = Jsoner.parse('table.html') ```