Rik Smith-Unna
Rik Smith-Unna
[term.js is no longer maintained](https://github.com/chjj/term.js/#termjs) - it would be good for long term support to move to the [maintained fork, xterm.js](https://github.com/sourcelair/xterm.js). I'll send a PR for this.
Approximately 3/4 times I load http://rik.smith-unna.com/command_line_bootcamp, the file tree fails to populate (see blahah/command_line_bootcamp#10). `expose-fs` is working fine - when the error happens I can retrieve the JSON response manually....
🐛 bug fix ## Checklist - [x] tests pass ## Context See issue #533 ## Semver Changes Patch change
https://sentry.io/codeforscience/sciencefair/issues/304052017/ ``` Error: /articles/2/0/6/7/4/elife-20674-v1.xml could not be found at notFound (/opt/ScienceFair/resources/app.asar/node_modules/append-tree/index.js:669:13) at apply (/opt/ScienceFair/resources/app.asar/node_modules/thunky/index.js:44:12) ```
Some recent change has left the search being very slow. It used to start returning results almost instantly. Now it waits for all results to be returned before showing any....
If a tag filter is applied to the search, text search doesn't work.
Currently most of the action happens in the electron renderer process. This means that things like downloading and fs operations are competing with the UI for processing. We should separate...
Choices: - https://github.com/electron/electron/blob/master/docs/api/accelerator.md - https://github.com/ccampbell/mousetrap