Sean Templeton

Results 35 comments of Sean Templeton

Over 2 years on this, any chance of this getting resolved? Seems like an easy enough fix.

Okay, so I see why this isn't an easy fix. Attempting to fix this myself, I see a couple issues: 1. Class names for migrations are the same 2. Can't...

Apparently I'm not the first to encounter this: #145

Couldn't you just use alfred workflow environment variables for this?

Where does this stand? It's been 5 Years since the last discussion, and react-blessed-contrib hasn't been updated in 3 years and doesn't seem to work with the latest version of...

I actually looked into this, and it's harder than you would expect, since this project uses resources, and you have to specifically support that. Especially xib files. So I'm guess...

Yes, but it requires you to change your bundle loading to use Bundle.main which will break cocoa pods > On Apr 15, 2021, at 3:06 AM, Daniel Alm ***@***.***> wrote:...

My specific use case is that we are developing a TypeScript component that has it's own repo. This library isn't exactly perfect yet and ready for public consumption, and is...

Ahh, I see what you mean. We don't commit code that isn't ours. We use package management for everything external to that specific project. (Cleaner repo's). If we need to...

@vladimirsiljkovic Yes, I'm using that to allow for completely dynamic popups. I try to abstract most of my code, especially when I use libraries. I needed it for my dynamic...