Nikolay Bachiyski
Nikolay Bachiyski
Opens a file with the default associated app, instead of launching an app. Useful to open files/directories via keyboard shortcuts. My specific use-case was to open my “Downloads” directory. From...
Quite hacky at this point, though the script was successfully used to export few presentations I had. Approach: uses puppeteer to open a URL and press Space, while taking screenshots....
The spec requires that providers respond with `401 Unauthorized` to private resources. The [HTTP 1.1 spec](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2), however says: > 10.4.2 401 Unauthorized > > The request requires user authentication. The...
Currently, when we exceed the number of consecutive errors, we just disable polling. We neither tell the user, not allow them to resume it. So, the task is two-fold: 1....
Currently we show errors only to people, who can edit the liveblog and we show them in `alert`s. We should have a dedicated error area, where we can show any...
Some editors don't know about some of our nifty features like: - Entering a YouTube URL embeds the video - Entering an image URL inserts the image - Entering a...
Using `self::KEY` for identifiers is starting to get cryptic. I hadn't looked at the code for some time it took me a while to figure it out. Especially when we...
Currently we show the fixed nag only if we have scrolled below the new entries area. We need to show it any time when the new entries area isn't visible.
A few housekeeping templates improvements: - [Refactor custom template path](https://github.com/Automattic/liveblog/pull/89#commitcomment-2526394) - Remove `liveblog` prefix from template filenames.