Mark Richman

Results 33 issues of Mark Richman

I can't seem to find an example of how to do this. My method feels like a hack. I've got my `login` handler, and I want to show errors if...

Is this project dead? If so, can you recommend another Rails job app?

OS X + Python 3.5: When invoking `fab setup`: `ImportError: cannot import name 'isMappingType'` It looks like Fabric isn't compatible with Python 3.5.

``` brew install neovim-dot-app ==> Installing neovim-dot-app from rogual/neovim-dot-app ==> Installing dependencies for rogual/neovim-dot-app/neovim-dot-app: scons ==> Installing rogual/neovim-dot-app/neovim-dot-app dependency: scons ==> Downloading https://homebrew.bintray.com/bottles/scons-3.0.1.high_sierra.bottle.tar.gz ######################################################################## 100.0% ==> Pouring scons-3.0.1.high_sierra.bottle.tar.gz 🍺 /usr/local/Cellar/scons/3.0.1:...

I have an SSH tunnel, forwarding local port 8182 to my EC2 instance. I can connect to Neptune via curl if I ignore the SSL cert validation: ``` curl -Gk...

Could you add the SES steps to the CFn template? https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptrule.html

Could someone post an example of a responsive custom home page (i.e. `//layouts/partials/homepage.html`)? I don't want to show a list of posts by default, but rather my custom content. I...

I get this error `Target cannot be found: 'AzureTableStorage'` when I enable the target in my NLog.config. Here are the files I dropped into my application to try to get...

Table waiters are more deterministic than `sleep()`. https://github.com/trek10inc/ddb-single-table-example/blob/d54358a441c7305bd9d5ebbd1f2876e5a53f44a9/load.py#L57 ```python waiter = dynamodb.meta.client.get_waiter(tablename) waiter.wait(TableName=table_name) ```

Does this work with Rails 4.0?