Alexander Mann
Alexander Mann
# Motivation Hello! Just starting out a new project and trying to setup linting in CI s best practices. Decided to give Zprint a go. Had trouble getting the binaries...
# Problem `Singer-Python` is the root repo for pretty much every `tap` and `target`, and the suggested way to log "out" is to use `singer.get_logger()` or one of the helpers...
# Motivation For some Google drive files, such as the popular [Word2Vec Trained GoogleNews dataset](https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit), the file is public, and can be successfully downloaded from any browser with no logged...
# Motivation One problem we're definitely seeing is a 🐔 and 🥚 security constraint around _protecting_ Contexts in CCI. Our team use this provider to auto populate/generate Contexts in CCI...
# Motivation https://github.com/mrolla/terraform-provider-circleci/issues/70 ^ seeing the same errors as above...when running this...from inside CCI. This is the simplest solution I could whip up. I'm not a Go native developer, but...
# Motivation When we remove a column from a schema definition, it _implies_ that the column is nullable. At present, `target-postgres` does not see _absence_ of properties to mean that...
# Motivation We've now gotten a number of issues being reported over weirdness with batching. My suspicion is that this _may actually be that batching is a black box_, and...
# Motivation `SQLInterface` has no `Error` class, nor does it have a Logger. Both of these things are relatively simple, and would make surfacing problems to users much simpler. ##...
# Motivation When we denest a column and then handle things like naming collisions, you can end up with very confusing structures when trying to map it all back to...
# Motivation Presently `SQLInterface` is using mainly the following words for it's non-major API actions: - `upsert` - `add` - `drop` - `get` - `serialize` - `canonicalize` - `make` -...