Timothy Warren

Results 3 issues of Timothy Warren

### Steps to reproduce 1. Create a file with links: `echo "https://www.google.com" > /tmp/links.txt` 2. Open the file: `/Applications/MacVim.app/Contents/MacOS/Vim -g /tmp/links.txt` 3. Ensure the cursor is over the link 4....

Response Needed

**Describe the bug** When users are mentioned (via `@username`) in a GitHub issue, no slack notification is made. **To Reproduce** Steps to reproduce the behavior: 1. Enable real time notifications...

bug

Can you have multiple `-- +migrate Up` blocks within a single file? I'm specifically wondering about mixing transactional and non-transactional migrations. ie, ``` -- +migrate Up . . . --...