Gert-dev

Results 94 comments of Gert-dev

Thanks for your response. I'm hosting the bot on an ARM device and since the FFmpeg conversion to MP3 was already pretty taxing, I'm guessing on-the-fly normalization may indeed pose...

> On my side. I don't like having a tool modifying the sound of a music. I see what you mean. Normalizing the actual data is indeed an action that...

I believe databases are still being placed in the user's cache folder by default, see also https://github.com/Gert-dev/php-ide-serenata/blob/master/lib/AtomConfig.js#L75. However, at least Windows 10 can prune these sorts of temporary files by...

Could you post the output of the developer tools console? Don't forget to enable verbose mode there. There may be some useful output there.

@ThomasLandauer I don't think it's related to the Atom version. This problem existed before as well, but it appears to have gotten worse recently, perhaps this has to do with...

It is the same in Atom if you use hyperclick provided by atom-ide-ui. Since you also posted #510, are you sure Serenata is indexing your project correctly? Do you see...

Not directly since `atom-ide-ui` is already a hard dependency, causing it to be installed before you can use this package (or this one won't start); if it's not installed, you...

Strange that it works once, that implies at least some parts of the code got indexed successfully. Did you have a chance to check out the developer tools console (Ctrl-Shift-I...

Hi. Can you reproduce this consistently? (This may be hard to see, but) are there perhaps errors on shutting down in Atom in the developer tools? What version of Xdebug...

Hmmmm, I'm not seeing this behavior on my end. Perhaps the server is freezing on shutdown. Does the same thing happen with Xdebug disabled? I would expect not, since the...