Huy Vo

Results 5 comments of Huy Vo

I wonder if there is an example not using nerd font?

Yes I'm posting with content-type = application/json ```ruby class Testing < Grape::API namespace :testing do params do requires :content, types: [String, Hash, Array] end post do declared(params)[:content] end end end...

Hi @sonnylazuardi, I would like to take this issue. So there are only 2 components (PassageScreen and SearchScreen) right?

I added 4 PRs for some solutions using Scala: https://github.com/lambda-study-group/hacker-rank/pulls/huyvohcmc. Please help me to review it.