Tim
Tim
I dug a bit into this problem and it seems `date-to-time` cant parse ISO 8601 values. I searched a bit arround and found [an article](http://ergoemacs.org/emacs/elisp_parse_time.html) by Xah Lee on parsing...
With this change, I hacked together with my limited skills in elisp, it works: ``` elisp (defun org-sync-parse-date (date) "Parse and return DATE as a time or nil." (defun replace-in-string...
I want to sync some projects from https://services.tourevo.com/redmine/ and https://dev.louiz.org/ with credentials. I would put them in different files, one for work related stuff and one for open source stuff.
Has there been any progress on this one? As far as my limited skill of perception can see, this is the main issue that prevents angulars change detection work properly...
@JiaLiPassion Would that be https://github.com/domenic/zones?
Hello @limelect, this was the initial implementation, but someone suggested in #2 that its actualy possible to write `&Then` instead of `_Then`. Maybe the `&`-Keyword came in a more recent...
I tried this with 9a412c3e09a949056cf262eafcc19452f1f24b4c and these steps: * npm i * npm run build:chrome Added than this line in my init code: ``` BrowserWindow.addDevToolsExtension(path.resolve('C:/Users/tim/Datenknoten/dev/augury')); ``` Augury appears, but is...
Anything hindering this pr to be merged?
That would be me 😉
Some implementation notes from my side: The decorator `@Action` is already in use, so I choose `@Actions` for my quick hack. I think `@ActionHook` or something like that, would be...