Demitri Muna
Demitri Muna
I've been using these great classes in my app for a while. I'm finally getting around to updating my app for Mojave and Catalina, both of which introduced new security...
#### Problem description I am getting the following error when reading a file from an S3 bucket: ``` Invalid bucket name "xxxx:yyyy@bucket": Bucket name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$" or...
I'm reading a single row from the latest SDSS DR14 spAll file (`spAll-v5_10_0.fits`) and am getting this error: ``` In [15]: spAll0 = fitsio.read("spAll-v5_10_0.fits", rows=[0], ext=1) --------------------------------------------------------------------------- OverflowError Traceback (most...
On the page describing the [arguments to list users API](https://developer.wordpress.org/rest-api/reference/users/#arguments), the description under `search` is: Limit results to those matching a string. I'd like to request this be clarified: what...