Andy Smith

Results 8 issues of Andy Smith

### What happened? ### Description When uploading a file with space characters in the filename, it gets saved on the volume with dashes instead of spaces. This is a problem...

bug
craft4

I ran `hologram init` and followed the quick start guide and ran Hologram, but I'm getting the following error: `(erb):3:in ‘get_binding’: uninitialized constant Hologram::TemplateVariables::Rails (NameError)`. Any idea what could be...

Love this app! A tiny change that would help the UX a bit would be some indication that a file is done being compressed. There's some tiny text above the...

This updates pinned cards if the title changes. This was written by Claude, so I'm learning what's going on here. We use similar `broadcast` methods when pinning/unpinning cards, so this...

A few changes to how the column view works: - Global layout change that uses grid containers in an effort to better manage places where we need full-viewport-height scrolling. -...

A couple fixes around content editing: - Remove errant padding on the prompt menu - Remove right padding when editing a comment - Simplify selectors for rich-text-content - Ensure small...

Another take on mobile columns. This time, we're leaning on the desktop behavior. The main differences you'll see on mobile: 1. The Maybe? column is collapsible 2. Only one column...

Removes `user-scalable=no` from the viewport meta, which will allow people to scale as needed. This was originally added in #1613 as a way to ensure that the screen doesn't zoom...