jirkadev
jirkadev
Hi @coderholic @s-n-g , thanks for this great app. It would be nice if there were two keyboard shortcuts for playing next/previous station in a playlist. It would be great...
Now we are able to add jQuery from CDN directly to ``. jQuery does not need to be part of the initial JS bundle (and users might have it cached...
this PR fix the lint errors of this PR https://github.com/Meteor-Community-Packages/meteor-mocha/pull/106 After my use (8+ months) as a local package with this PR https://github.com/Meteor-Community-Packages/meteor-mocha/pull/106 I think it is good to merge...
The new code can also work for tables, where table rows are wrapped by e.g. elements ``` ... .... ```
Hello, I encountered this problem when I updated to version 1.5.9. I used v1.5.8 without any problems. In the source code I saw you changed `shh2` package for `ssh2-classic`. This...
Hello @odrick , I cannot paste image dimensions with the cmd+v shortcut on macOS. I can only use the context menu. Probably it is not possible to use cmd+v on...
pls merge this. LGTM
Hi, I found that it is possible to 'click' on items in settings, if you open with PREFS shortcut. Use voiceover feature to listen and have iPhone speak the thing...
Hi @sakulstra, thank you for your fork. I would like to ask, why you call `toArray()` on returned aggregation? https://github.com/sakulstra/meteor-aggregate/blob/master/index.js#L14 In the original code, only the cursor was returned, and...
Hi @d4rkr00t, I like your code very much. I would like to calculate a percentile "percentage value" like in this video: https://youtu.be/Snf6Wpn-L4c?t=55 Do sth. like this (your modified example from...