Alex David

Results 12 comments of Alex David

We are using [react-e](https://github.com/originate/react-e) which is similar to react-hyperscript, but with a slightly cleaner syntax for children and has the classnames module built in

IMO this should be an option since running down migrations to the holes isn't always safe (suppose a column is added and has real production data, the down + up...

Multiple environments does not solve the problem. It can potentially make the problem less likely to show up, but it is still entirely possible for a feature that introduces a...

```shell $ echo 'some data' | git hash-object -w --stdin 426863280eedd08aa600ac034e6a9933ba372944 $ echo -e '100644 blob 426863280eedd08aa600ac034e6a9933ba372944\tgt.yml' | git mktree 8cd014f2ed4051811c47f0c282704ab735a3cd0c $ git commit-tree 8cd014f2ed4051811c47f0c282704ab735a3cd0c ``` Just a POC of...

Failing tests seem to be unrelated to my change. Looks like master is failing on its own: https://github.com/pimutils/todoman/pull/385

Rebased & test are working now. Thanks! For documentation, I'm not seeing any existing documentation for `default_command`. Would you like me to add a section to `docs/source/configure.rst`?

I got super wrapped up with other things for the past few weeks. I updated the documentation, but wasn't sure how to denote that the option could be a string...

Ugh github closed my PR for resetting my branch back to master trying to figure out why the tests are failing again

I'd be happy to implement this since I would also like this feature, but wanted to discuss implementation before submitting a PR. I think ideally `default_command` should accept either an...

In either case we will need to allow users to manually create terraform entries anyway (this is why I wanted to treat the terraform file less like a lock file)....