Jump to content

kejadlen

Member
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by kejadlen

  1. In v0.0.7, I removed the DEFAULT_LOCATION config in favor of getting the location by checking your IP.
  2. @Anoxy: There is some configuration that's needed: https://github.com/kejadlen/forecast.alfredworkflow, did you do that?
  3. Released 0.0.7, which fixes the browser bug: https://github.com/kejadlen/forecast.alfredworkflow/releases/tag/0.0.7
  4. Thanks, that workaround is perfect. In hindsight, that should've been obvious! And yeah, I forgot that Alfred doesn't know where the `{query}` is in the URL, since the reserved characters are different depending on which part of the URL they're in... oh well!
  5. In my Forecast workflow, sending ""http://forecast.io/#/f/47.6062%2C-122.3321" being sent to the browser. This works in Firefox, but not in Chrome or Safari. From what I can tell, commas don't need to be escaped in fragments, so is this a bug or is there some way to send the unescaped comma through to the browser?
  6. @thightower That behavior is really fascinating! The URL should be ""http://forecast.io/#/f/47.6062%2C-122.3321". This might be an Alfred bug, since the comma character should be unescaped within a fragment. (Although it looks like Firefox correctly handles this case anyway!)
  7. I couldn't find any forecast workflows that were quite to my liking, so I whipped one up that gets a forecast from forecast.io: Note: requires at least Mavericks. Not tested on Yosemite. Download: https://github.com/kejadlen/dark-sky.alfredworkflow/releases GitHub: https://github.com/kejadlen/dark-sky.alfredworkflow
×
×
  • Create New...