Andrey Viktorov
Andrey Viktorov
Setting id and data-turbolinks-permanent does not help: ```erb ``` https://github.com/turbolinks/turbolinks/blob/master/README.md#persisting-elements-across-page-loads
Looks like #962 is related to this
Ugly, but seemingly working temporary workaround: Add this to your component (inspired by solution in #119, but modified for modern react): ```js import ReactDOM from 'react-dom' componentDidMount () { ReactDOM.findDOMNode(this).parentElement.removeAttribute('data-react-class')...
Судя по всему, где-то [тут](https://github.com/vas3k/vas3k.club/blob/3c1ee2f9dede0a4cba4c0e1f92b447aa09e9570a/notifications/signals/comments.py#L78) не хватает проверки, аналогичной [вот этой](https://github.com/vas3k/vas3k.club/blob/3c1ee2f9dede0a4cba4c0e1f92b447aa09e9570a/notifications/signals/comments.py#L41)
Судя по всему, проблема именно с меншенами, потому что текст приходит "Кто-то упомянул вас в комментарии", если упоминаешь самого себя (происходит автоматически при реплае самому себе)
+1 for "not touch comments", having same issue
Just happened to me and I've wasted half an hour to debug why does it happen. Maybe reopen?
Looks like `vscode-ruby` was just deprecated in favor of `Ruby LSP` extension from Shopify, which does not have the same issue https://github.com/rubyide/vscode-ruby/issues/815#issuecomment-1493321750
> I just ran into this using `Ruby LSP`, so I think it might still be an issue? Have you uninstalled vscode-ruby?
Same issue for me on Hyprland. Starting on non-scaled display is fine, but not on scaled. Moving wezterm window from non-scaled display to a scaled one also causes crash. Logs:...