hackerweb icon indicating copy to clipboard operation
hackerweb copied to clipboard

A simply readable Hacker News web app

Results 28 hackerweb issues
Sort by recently updated
recently updated
newest added

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

`hw.news.render()` is called for routes that don't display the news list, like https://hackerweb.app/#/about, or a specific news item. This may result in unnecessary calls to the HN API. It also...

I think service-worker.js should ignore requests where the URL has chrome-extension scheme. Otherwise this error might happen: service-worker.js:19 Uncaught (in promise) TypeError: Failed to execute 'put' on 'Cache': Request scheme...

When navigating to hackerweb, there's a brief but very noticable flash of white on Firefox desktop & mobile. Maybe background-color could be set earlier?

bug

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Is it possible to upvote a post? If not, consider this a feature request 😃

enhancement

Had a little hack this morning to try and add Open Graph tags to HackerWeb so that you would get rich previews when sharing hackerweb links with others (I often...

I think it would be convenient to be able to use the keyboard to navigate through posts.

enhancement