Jacob Heider
Jacob Heider
Instead of using slugified versions of boards/lists/cards, I might well replace them with a ordinal identifier. So rather than: cards in this list: - Test email > "Hey Kyle, does...
No, that's certainly true. Perhaps a configuration option or switch depending on preference.
Hm. Obviously, we can't have a commit with its own SHA in it. README.md could definitely be updated with the semver, then that commit tagged and released. That's probably the...
I don't think this is likely possible. The browser letting you run arbitrary unknown applications on link click would be a monstrous security hole. I also think it would be...
Zoom registers a handler with the browser to receive zoom:// URLs. It _might_ be possible to find a registered URL scheme that will just run our script, after prompting, but...
For the installer? I could see registering a handler for tea commands in browsers we can find, but I don't think the installer can rely on that.
My brain thinks this is the same as: `find $(tea --prefix)/tea.xyz/var/pantry/projects -name package.yml -type f -exec dirname {} \; | sed -e "s|$(tea --prefix)/tea.xyz/var/pantry/projects/||"` which replaces the `cd` with a...
Done: https://us-east-1.console.aws.amazon.com/lambda/home?region=us-east-1#/functions/www-redirect-dist/versions/3?tab=code I'll get the prototype web listing put together so we can argue about webUI stuff.
Takes about 5s to walk the tree, but here's a list of tar.(g|x)z keys.join('\n')ed. So, we have _something_. I'm thinking the friendly way is to list the packages in a...
Hm, seems to running _much faster_ (40ms) now, so maybe lambda/cloudfront is caching better.