Ivan Smirnov

Results 37 comments of Ivan Smirnov

I'm having similar problems, and no matter what I try, I can't get chromium to respect my `--user-data-dir`. After much investigation, I found that it unconditionally puts all the profiles...

Got it, totally understand. So many interesting projects and tasks in this life, and not enough time to get to them all! Glad to see you prioritizing the important things...

*edit: fixed by installing php-xml for 7.3* FYI: On ubuntu 18.04, after installing php-fpm-7.3, the search functionality breaks. ``` 2019/10/16 10:06:16 [error] 12763#12763: *5 FastCGI sent in stderr: "PHP message:...

@giterlizzi thanks, I had installed it for 7.2 but not 7.3. Happy to report this fixes the crash seen. However, my benchmarking shows no speed improvement between the two PHP...

I noticed in my console that I'm getting the following error: ``` Uncaught TypeError: Cannot read property 'top' of undefined at HTMLDocument. (js.php?t=bootstrap3&tseed=4aa93bfaaa0f79c6f45f6115c18cf54c:1) at HTMLDocument.dispatch (jquery.php?tseed=23f888679b4f1dc26eef34902aca964f:3) at HTMLDocument.q.handle (jquery.php?tseed=23f888679b4f1dc26eef34902aca964f:3) at...

Running `jQuery(document).trigger('bootstrap3:media-manager');` manually in the console also got the styles looking good. At this point I'm fairly certain it's the undefined reference to `jQuery('main').position()` that's causing the `js/template.js` to fail...

Man, I should really check the issues tab before I dive in. Fell into the same hole - sent out #17 and after the page reloaded saw this PR. Looking...

@IronTooch can you push your branch to your fork? I'd love to play around with this as well, if you're open to that.

Found them! Will try to get some time in the next few days to play with it.