Steven Kalt

Results 48 issues of Steven Kalt

- rewrote everything using es6 globals and import/export syntax - added JSDocs - rewrote tests in mocha to run offline to make automating CI easier - transpiled the module for...

The question/request: instructions for running the tests from a cold start. Better yet, a script to set up a database server for running the tests. Here's the story that led...

enhancement

Working on #114, I've often been at a loss telling what a function does with its arguments and variables or what a class represents. Adding more docstrings would help make...

internals
docs

Working on #114, I've found myself wishing for more informative variable names. Here's a preliminary list of suggested refactors: - changes.py: - statements_for_changes - `things_from, things_target` -> `source_, target_` -...

enhancement
internals

Would you be interested in using mypy to validate [PEP 484 type annotations](https://www.python.org/dev/peps/pep-0484/) as a part of `migra`'s CI? If so, what syntax would you find acceptable? There's: 1) My...

enhancement
internals

Docstrings would be great for ease of contribution and use. Some names could be made more informative, such as - `connection_from_s_or_c` - `s_or_c` - any one-letter variable/argument

enhancement

Using Python3.6+ type annotations would require documenting and refactoring, as requested in #40

enhancement

While using `migra`, I got the following error: `AttributeError: 'NoneType' object has no attribute 'name'`. Using `pdb`, I determined that the error arose when a table with an index was...

On `docker build .`, I noticed the message > [DEPRECATED] The `--system` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do...

## Paste the link of the GitHub organisation below and submit https://github.com/mapbox --- ###### Please subscribe to this thread to get notified when a new repository is created