cottton

Results 10 comments of cottton

Bump. Installed the software on win last night. I got the latest firmware ... now on linux (ubuntu 18.04) i do not have a mic adapter when wireless. Have to...

Both actions return $next(...) if there is $next. Here an example case: test.global.php ```

Note: for w/e reason cphalcon does return `NULL` on `::getReservedAttributes`. It looks like all attributes WOULD be filtered in there. No idea atm why this return NULL ...

Still a problem. Just for those who need a quick fix (as said by @albarrentine) (PHP) ``` // tools like DHL validation api expects "1234 AB" $postcode = preg_replace('/(\d{4})\s?([A-Z]{2})/', '${1}...

Needed a from-to last days ... here is a **concept** i would suggest: EDIT: i just realizeed that the param `$invert` makes no sense in this method. So ignore it...

Note: official openapi description at: https://github.com/UPS-API/api-documentation

If you just need to implement a few endpoints of the new UPS API on your own backend: See (not my video) https://www.youtube.com/watch?v=DNSbsYRqs3k 1. login at developer.ups.com 2. go "My...

As a pre-expert i can tell you have to pre-read it before opening it.

Not so nice. What about a framework building dev? Perhaps we want to swap the Di too? :) Simple example: $config = [ // ... 'di' => [ // class:...

How should we now be sure? I see now 3 possibilities for me: - blindly accept this post and keep going (like an idiot) - research if this change, your...