Feliks Borzik

Results 6 comments of Feliks Borzik

Hi. Actually this is not a bug, it is how sessions in Rails work. Usually you store user_id in session. When you log out, session's user_id parameter gets cleared. If...

In most cases it is not a benefit. Usually it's annoying: if user has two trusted and one untrusted computers, when he is logged out on untrusted one, he will...

I have the same issue. When I put mounts inside `namespace`, it affects all routes inside that `namespace`.

I get this error when I'm training using SD 1.5, but SD 2.0 works fine with the same settings

Looks like there's some incompatibility with the newest version of xformers, and 0.012 or 0.0.13 releases don't work as well. I've installed this version and it works: ``` pip3.10 install...

It looks like I've found the way to fix blank editor on 4.6.6: try to initialize tinyMCE manually instead of just inserting `tinymce` helper. Here's an example code: ```javascript document.addEventListener('turbolinks:load',...