Jordan Bradford

Results 5 comments of Jordan Bradford

I wrote some code to do this a while back. You can see a working example at https://ssbhibbing.com/faq.html ### HTML ``` Expand all Collapse all First tab here is the...

These deprecation notices were annoying enough that I forked and patched the code on our servers with the `#[\ReturnTypeWillChange]` attribute, but it should be fixed for everyone. I can't submit...

@Zelfapp To be clear, my fork only suppresses the messages. The AuthorizeNet team might want to instead change the return type to `mixed` for all of the functions. It depends...

This is a Docker container that provides a REST API to libpostal: https://github.com/johnlonganecker/libpostal-rest-docker (I saw it mentioned in https://github.com/openvenues/php-postal/issues/15#issuecomment-51305913.) Otherwise, maybe a PHP socket server could work, similar to what...

I don't know when it happened, but at some point `rgba()` became able to convert `#rrggbbaa` colors to `rgba()`. Example: `box-shadow: 0 3px 6px rgba(#00000029);` will output as `box-shadow: 0...