Michael A. Smith

Results 23 issues of Michael A. Smith

I would like to get different versions of PHP by creating different tags of the `tools` and `php` services. I hit snags with Debian's built-in support for various versions, but...

enhancement

For example, a container running an open source IDE, vim or emacs with setup for xdebug path mappings, etc.

enhancement
help wanted

As I've been trying to debug an issue with an instance metadata credentials error, I looked at bumping the loglevel of botocore.credentials. That's when I noticed that most concrete CredentialProvider...

enhancement
feature-request
credentials
p2
logging

Not really an _issue_, but someone may find this useful. If you want to use this with [dj-database-url](https://github.com/jacobian/dj-database-url), add a scheme entry: ``` # settings.py from decouple import config import...

We started seeing stack traces like this after a change: ``` Cron error while executing catalog_product_scheduler: exception 'Mage_Core_Exception' with message 'Invalid model/method definition, expecting "model/class::method", got "" instead.' in /var/www/magento/app/Mage.php:596...

## What is the purpose of the change Make aliases a reserved property of NamedSchema and Field. ## Verifying this change This change is already covered by existing tests. ##...

Python

## What is the purpose of the change - AVRO-3816: Remove Special Properties Dictionary ## Verifying this change This change is already covered by existing tests, avro.test.test_schema ## Documentation -...

Python

## What is the purpose of the change This is part of the incremental effort to add type checking to the Python implementation. ## Verifying this change This change is...

Python

Let anyone (with enough votes?) add arbitrary tags to posts. Give the community a way to consider tags aliases of one another, so that people who refer to the same...

help wanted

When we switched from using `maxActiveThreads = -1` to a small positive number (1, for example), kclpy stopped working. It would start up, but it would never create a python...