Tim Mackey

Results 29 comments of Tim Mackey

Sounds good! Offhand, do you have any opinion on whether to hard-code the currency ISO or expose it as an option? I'll have to look at all the tasks to...

Haha, I was wondering if you'd say anything about the comments 😆 . Sounds good! Thanks for the reminder about the default filter, I always forget about that.

Thanks to those involved for your work on making this app cross-platform! I discovered Libation yesterday and was happy to be able to backup my Audible library to my mac....

Sure, I will try to get to that soon. Do you think someone will be able to translate those couple of lines for me? Also, I was thinking it might...

I need to clarify: syntax highlighting DOES work correctly for alternative syntax, however alternative syntax control structures are not recognized by cold-folding or in the Code Navigator. This might be...

I figured out a bandaid solution to this, as I haven't tried to puzzle through a proper solution. The `getProp()` and `setProp()` functions in **configuration.ts** expect to receive objects, but...

Interesting idea! One thing I find frustrating about Shopify theme development is the single monolithic assets folder.

Ahah! I figured out what the problem was. It turns out that the command was working if you selected it from the menu, but the keyboard shortcut wasn't working because...

Okay... removing the scope broke things. I got it working properly by changing the scope for "Send Asset to Shopify" from `text.html.liquid` to `text.html,source.css,source.js`. You could possibly add other file...

Ah, thanks @meeech. I see what you mean about the scope. As far as textmate bundles go, I'm only really familiar with snippets, I don't really know how scopes and...