Alexander Pushkov

Results 67 issues of Alexander Pushkov

> If there was no operator, however, each line is an argument to the last function call. > > ``` > print "Doge says:" sep: "\n" > "not want talk"...

I'm running this theme on Waterfox 56 with these fixes: https://gist.github.com/notpushkin/64c1c2679a5006e504e75284ae74dea0 (place this to `/chrome/userChrome.css`). I can probably do a proper fix sometime, but in meanwhile use the userchrome variant....

By default Apollo scans the entire sdcard for music. But I store my music in sdcard/Music, and there are other audio files on my sd, e. g. Android system sounds,...

Thanks for such a neat app! I've noticed that if the device is rooted, there's no need to use adb to run the `pm grant` commands, one can run them...

Интересно, а можно ли все это провернуть через браузер? Чтобы скинул знакомому ссылку, а у него сразу же результат.

This exposes a param on the router called `history`. By default, it will use `globalHistory`, but we can pass an API-compatible history object and it will be used instead. For...

1. There's already a thing called 'Pidora', it's [a Fedora remix for Raspberry Pi](http://pidora.ca/). 2. As have been noted by the-other-Pidora team, [it doesn't sound quite good among Russian-speaking community](http://zenit.senecac.on.ca/wiki/index.php/Pidora_Russian)....

question
new feature

First of all thanks for your wonderful project! 🎉 Current JSON layout (column-oriented) isn't really easy to consume. I propose we flip it like this: ```js { "files": [ {...

enhancement

E. g. on https://revolist.github.io/revogrid/demo/, try pasting a string in a column with `select` or `date` type: ![image](https://user-images.githubusercontent.com/1298948/106290348-45012a80-6242-11eb-9c49-0486898551ed.png)

Reference: [``: The Content Template element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template) This can be used to provide a simpler, more declarative API in case list is empty from start, e. g.: ```html ```