Amy Troschinetz

Results 84 comments of Amy Troschinetz

I don't think you're doing anything wrong. If there are any errors they may show up in console of the developer tools; you can open it with the "Open Dev...

Oh no, that's not good. Not sure why you're getting that deserialization error. It looks like an unhandled exception tho the lines afterward seem to indicate that `atom-notes` does continue...

So, I'm actually experiencing this same error too. It seems to happen the first time Atom loads the package. Subsequent hard reloads seem to work for some reason. Sadly, I...

One thing you might check is that after you type something into `atom-notes` and hit enter, can you go to the directory where your notes are being saved and see...

That would totally be possible, I may be able to work on this over the next weekend.

I believe that should be possible. I'm partial to something like `atom://atom-notes/toggle?q={query}` or `atom://atom-notes/toggle/{query}`.

Does `package-cop` give you any indication about what `atom-notes` is doing that is causing the performance issues? Perhaps there's some callbacks that are triggering more often than they need to...

I have about 240 files indexed by `atom-notes` currently and I do notice some lag whenever first starting up because it's spending time indexing all of that. But I hadn't...

So there's actually a profiler built into the dev tools for Chromium that we can utilize to profile Atom as it's running. I may try disabling almost all my plugins...

Ty for this! I'll try and take a look at it later this week. Perhaps this weekend.