Hunter Perrin
Hunter Perrin
Is this only happening with Angular, or with any project using TypeScript?
Since Svelte now supports TypeScript natively, I may be able to do away with the type definition file and convert PNotify to typed Svelte.
What version are you using?
Can you show me your code? I'm not sure what you're trying to do.
As long as it's not on one line like that (so the comment doesn't comment out the closing }, that should work. Are you running it after loading PNotify?
Try it like this: ```js document.addEventListener('DOMContentLoaded', function() { PNotify.defaultStack = { "dir1": "down", "dir2": "left", "firstpos1": 25, "firstpos2": 25, "spacing1": 36, "spacing2": 36, "push": "top", "context": document.body }; }); ```
Yes. You don't need to include Svelte. I chose Svelte as the framework to write PNotify in because it compiles down to vanilla JavaScript, so there is no need to...
I don't actually maintain the package on Nuget. It looks to be pretty far behind. I can see if I can take it over, but I'm not sure how. I've...
I don't really know what I'm doing. I've never used Nuget, and haven't used Visual Studio since VS6. I don't know how to make a Nuget package.
I'm hitting this one as well on a diff between two 3kb strings. The page essentially freezes and must be killed by the browser's task manager. The problem is definitely...