Alexey Shamrin
Alexey Shamrin
I don't have an opinion whether "deciding based on spacing" is a bad idea. Don't know enough about the language. However, I wonder if Lobster could ban `some_function (` sequence...
The error for `f (1 + 2) * 3` could be something like: ``` game.lobster(48): error: space before (, did you mean `f(1 + 2) * 3`? ```
I've searched for it in the Lobster repo: `ag '[a-z] \(' tests/ modules/ samples/` Assuming you agree to disallow `some_function (` sequence, in almost all of the examples you could...
@delef Спасибо за интерес! Я перестал пользоваться этой программой и перешёл на Chrome+Keysocket. Плюсы полноценного браузера перевесили проблемы с реализацией media-клавиш в Chrome. Поэтому личного интереса патчить yandex-music-mac-player у меня...
@delef Я переписал эту программу, совсем не зная Objective-C :-) Оказалось, не так уж трудно научиться. XCode и Stackoverflow помогают в сложных случаях. Скорее всего, менять много не придётся и...
@delef По поводу переписывания на Ruby: я больше времени потратил на возню с OS X API, а не на Objective C. Не думаю, что Ruby как-то облегчит дело (возможно, даже...
Да, KeySocket в целом хорош, за исключением нескольких проблем: 1. Необходимость ковыряться в настройках Хрома после установке расширения. 2. Конфликты с VLC и другими программами, которые ловят media-клавиши. Некоторые подробности...
@Krizai Great job! Unfortunately, the project [is now deprecated](https://github.com/mblsha/yandex-music-mac-player/issues/31). Personally I've stopped using the app and switched to Keysocket extension in Chrome. I don't have enough motivation to maintain the...
Thank you. I'll look into it.
There is a workaround for now. Scroll to the bottom of the page and click "Вернуться на старую версию". You only need to need it once (works across restarts): ![2014-09-18...