Timofey Kazantsev
Timofey Kazantsev
Every time I'm modifying `reapy` source I feel myself uncomfortable as: * at first, I do not have type-checking while writing the code * at the second, I need to...
Within my performance investigation I've walked into full-wrapping of take midi functionality. Pity, but It leaded to breaking the signature of `MIDIEvent.set`, as I couldn't extend it to the subclasses...
How from your side of view is better to handle distant errors? I couldn't imagine better solution than ```Python try: except: Exception as e: if "reapy.errors.UndefinedMarkerError" in str(e): else: raise...
On the start of my project, I've made some tests considering how to keep objects between Reaper sessions. And, occasionally, I found, that id property is good. But the test...
Any rust-analyzer-run command exits with an error: ```Python Traceback (most recent call last): File "/home/levitanus/.config/sublime-text/Installed Packages/LSP-rust-analyzer.sublime-package/plugin.py", line 344, in callback File "/home/levitanus/.config/sublime-text/Installed Packages/LSP-rust-analyzer.sublime-package/plugin.py", line 310, in run_terminus File "/home/levitanus/.config/sublime-text/Installed Packages/LSP-rust-analyzer.sublime-package/plugin.py",...