Steven Loria

Results 67 issues of Steven Loria

Users should be allowed to pass a single dimension, which is assumed to be the width. We let the browser maintain the aspect ratio for the height. ```markdown ![test1](image.png =100)...

When passing `many=True` to `PolyField`, errors are not keyed by index like they are with `Nested`. Here's an example to reproduce the issue: ```python from marshmallow import Schema, fields, validate,...

The Treebeard constructor/intializer function, `runTB` is a bit unintuitive because it doesn't really return a new Treebeard instance; intstead, it returns a mithril module: https://github.com/caneruguz/treebeard/blob/93ff6df2f4e230db33736eb1850de4e471daa5db/scripts/grid.js#L2406 This leads to a number...

Just a quick note for when we get back to developing the OSF role: we should ensure that each OSF deployment has a unique cookie name defined in `website.settings`. Otherwise...

For some reason, using the `lookup` function for public ssh keys doesn't seem to be working. ``` yaml genericusers_users: # ... ssh_keys: - "{{ lookup('file', 'group_vars/pubkeys/sloria.pub') }}" ``` When the...

I believe @chrisseto has already made a role for this. Posting this for record-keeping

2 - Working

I have manually tested LFD like so: - Temporarily allow password authentication by changing groupvars - set LF_SSHD_PERM = 30 in the csf configuration file - ssh sloria@localhost -p 2222...

help wanted

http://centerforopenscience.org/integrationgrants/ Remove "an"?

As reported by @icereval , many of the images we're serving are needlessly large in file size, which is slowing down page loads. These images should be optimized. Even a...