Jakob Krigovsky
Jakob Krigovsky
Thanks for weighing in, @deanishe. The aim is to get Alfred to reload the workflow after the `subtext` in the `Info.plist` is updated. Having this in mind, #9 basically breaks...
This might no longer be an issue with Alfred 4. From [Alfred’s changelog](https://www.alfredapp.com/changelog/): > Prevent multiple copies of Alfred from running if, for example, a workflow accidentally attempts to re-launch...
> I actually found a solution in `alfred-updater` by killing Alfred first and then re-opening it. This solution won’t work for alfred-notifier, though, right? After all, the update check runs...
If you assign a scope variable to the [`value` attribute](https://github.com/SonicHedgehog/angular-progress-button#value-number) the progress bar will automatically be updated when the scope variable is updated.
Do you mean the progress bar doesn’t show up at all until you refresh the page or do you want the progress bar to show up again when clicking the...
Okay, I think I understand your use case. While it’s possible to reset the button to its initial state using `value = 0`, it lacks any kind of animation and...
If you want to increase the duration the bar is visible upon completion, you just need to [increase this parameter](https://github.com/SonicHedgehog/angular-progress-button/blob/v0.3.0/src/progress-button.js#L36). [See this JS Bin](http://jsbin.com/wulobevoza), for example.
Thanks for the kind words. I’m probably not going to implement various button sizes but I’m planning to offer better integration with frameworks such as Bootstrap so that their buttons...
I have experimented a bit with ICU’s charset detector (using [node-icu-charset-detector](https://github.com/mooz/node-icu-charset-detector)) which seems to be the most accurate and most battle-tested charset detector out there. However, I’d want to avoid...
In case anyone’s interested in this, I have released [detect-character-encoding](https://github.com/SonicHedgehog/detect-character-encoding) which compiles ICU using node-gyp.