Yury Shevchenko
Yury Shevchenko
The `phantom.run("h1"...` code example in README.js uses `phantom.run` and `phantom.addCookie` methods. First one is a [custom phridge](https://github.com/peerigon/phridge/blob/master/lib/Phantom.js#L115) method, second is a [native PhantomJS method](http://phantomjs.org/api/webpage/method/add-cookie.html), so these two `phantom` objects must...
This PR makes video attachments (files that end in `.mov` or `.mp4`) play using inline `` tag. The videos do not autoplay and are muted by default. There is no...
This PR changes colors of usernames in subscribers and subscriptions lists so that live users are displayed in blue color, and "gone" users are in grey. Before: After:
This PR fixes (?) a rare case when instagram preview throws an exception: https://freefeed.net/support/c30f53b2-e78e-4ba3-a9aa-121a499bc723. I wasn't able to reproduce the bug.
This PR adds "sign in to comment" link under all posts for anonymous users, and not just under "single" posts. Before: After:
Initial commit for UI supporting the "video processing on the server" feature. See https://github.com/FreeFeed/freefeed-server/pull/538
Initial commit for "video processing on the server" feature. See https://github.com/FreeFeed/freefeed-react-client/pull/1430
The "longtitude" field is a duplicate of (properly spelled) "longitude" field. Should it be removed from datasets?
I am adding custom headers using code that is very similar to the example in https://github.com/aws/aws-sdk-js-v3#middleware. However, when inspecting the list of command calls in my test, I do not...
Hi, I am trying to create a worker for a custom mode (following this [guide](https://github.com/antlr/antlr4/blob/master/doc/ace-javascript-target.md)) and I can't get my browser to make a request for my worker file. Upon...