Adam Krantz

Results 23 comments of Adam Krantz

@Zlatkovsky I merged master in to resolve the merge conflicts...

Old functions seem to stay around even with a new document or new Excel instance. Opening Internet Explorer and clearing the cache seems to remove them.

Sorry, but there needs to be another way to do this. It gets too cluttered. I don't see why you want all functions for all snippets to stay around. It...

Can I just have a clear button to clear existing registered functions?

Also, do you understand my problem where I currently have no easy way to get rid of existing registered functions? Perhaps there could be an option to control the behavior....

Well, I think it is more of a function of how snippets are handled. When I import a new snippet, I expected the old snippet to be gone, that is...

The problem looks related to the quotes around the entire string. Rather than looking for a script named "start:desktop", it's looking for a script with the entire string. Is the...

@TCourtneyOwen @keyur32 I have an example of this already. See the "content" branch in my fork: https://github.com/akrantz/Office-Addin-TaskPane/tree/content Note, that had an experimental change where content add-ins are enabled for Word,...

I did not have a problem changing the "dev-server" script in package.json to use `--mode production` instead of `--mode development`, running the "Dev Server", modifying the add-in to have `*ngIf`...

I'm going to close this as I don't think there is a fundamental problem with the template. If you do find an issue, feel free to re-open.