Michael A. Smith

Results 23 issues of Michael A. Smith

Test for #102 A regular expression is often written with backslash escapes. This change introduces a test to check that the Csv helper does not strip backslashes from input strings.

The [django-cors-headers](https://github.com/adamchainz/django-cors-headers) middleware has two ways to control `Access-Control-Allow-Origin`. One of them is via a regular expression `CORS_ALLOWED_ORIGIN_REGEXES`, which is a list of strings that are regular expressions. Unfortunately, we've...

### Environment * PostgreSQL version: Amazon Aurora RDS (PostgreSQL 12 Compat) * PostgREST version: main branch * Operating system: … ### Description of issue AWS offers [IAM authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html), which we...

enhancement

### Jira - [x] My PR addresses [AVRO-3476](https://issues.apache.org/jira/browse/AVRO-3476) and references it in the PR title. - [x] My PR adds no dependencies. ### Tests - [ ] My PR still...

Python

Adds strict type hints for avro.schema. ### Jira - [x] My PR addresses [AVRO-2921](https://issues.apache.org/jira/browse/AVRO-2921) and references it in the PR title. - [x] Adds no dependency ### Tests - [x]...

Python

This is the first pass at adding type hints across all of avro in python. - It adds `strict = true` to mypy configuration, which will help ensure future changes...

Python

The vfsStream submodule url is git://github.com/mikey179/vfsStream.git which is blocked by our corporate firewall; however https://github.com/mikey179/vfsStream.git would work just as well and would be far less likely to be blocked by...

After creating a virtualenv and adding nodeenv to it with nodeenv -p, I still see the following values: ``` $ npm config ls -l | grep ~ cache = "/nonexistent/.npm"...

When attempting to use botocore / boto3 in AWS EMR or PySpark, it's necessary to load from a zipfile. However, botocore does not support this. ``` + PYTHONPATH=botocore.zip:boto3.zip + .venv/bin/python...

pr/needs-review
needs-review

I can easily rewrite 01-Arithmetic.idr so that all the booleans are True and there are no metavariables, but is that the intent of the exercise? Should I instead try to...