Alexander Tsirel

Results 7 issues of Alexander Tsirel

Requirement comes from `celluloid` with ` spec.add_runtime_dependency "timers", "~> 4"`

Example added to extension.js: ``` javascript BabelExt.xhr({ method: "GET", url: 'http://www.babelext.com/', onload: function(response) { alert("YEAH!"); } }); ``` Error in safari console: `DataCloneError: DOM Exception 25: An object could not...

Slate can support non-latin language toc-linking and lunr search. Redcarpet fix: https://github.com/vmg/redcarpet/pull/539 Lunr multilang: https://github.com/MihaiValentin/lunr-languages#indexing-multi-language-content

enhancement

When `Action Cable` used it's better to store message queue in redis. Now 1000 actions done against ActiveRecord will spawn another 2000 queries to store/wipe `synchromesh_queued_messages` Not a priority for...

enhancement

### How can we help? Is there a plan to support https://developer.apple.com/documentation/usernotifications/implementing-communication-notifications in order to replace app icon with the User Avatar in the push messages? ### Code of Conduct...

Hi! I have found that the code around process refresh was shadowed by the `reload` instruction. So basically state field was never refreshed in the database. For this case I...

## 🐛 Bug Report ### **Describe the bug** Random crash on the paste step. So recording is done, transcript is present, app crash on pasting the text. Start to happen...

bug