Muhammad Nuzaihan Bin Kamal Luddin

Results 13 issues of Muhammad Nuzaihan Bin Kamal Luddin

PHP 7.4 ternary operations works differently (ie. more explicit) with brackets.

I am currently looking into this as when i pair a real keyboard to ipad on bluetooth, the characters that is supposed to be mapped is not correctly shown on...

bug

The code below: ``` def acknowledge secure? && (!success? || requery == "00") end ``` at: https://github.com/Shopify/offsite_payments/blob/master/lib/offsite_payments/integrations/ipay88.rb shouldn't it be: ``` def acknowledge secure? && (success? || requery == "00")...

### Bug Description A clear and concise description of what the bug is. ### How to Reproduce Enable NAT for VMs Steps to reproduce the behavior. Set the VMs to...

I am writing a load balancer that configures dynamically configure upstream and host headers. Looking at here: https://github.com/cloudflare/pingora/issues/134 which is similar but is based on url paths. If for example...

question

@ota42y token of appreciation for taking your time helping me. 🙏

Hi @ota42y I have add initial support for securityScheme. Just bearer JWT support will do. I'm trying to add it in `components` but it seemed that i can only add...

/usr/local/rvm/gems/ruby-2.1.5/gems/grape_devise_token_auth-0.1.3/lib/grape_devise_token_auth/configuration.rb:10:in `initialize': uninitialized constant GrapeDeviseTokenAuth::Configuration::DeviseTokenAuth (NameError) It seems that GrapeDeviseTokenAuth::Configuration::DeviseTokenAuth does not exist or is it because i am not using the correct version of devise?