Tom Levy
Tom Levy
Steps to reproduce: 1. Open https://www.speedscope.app/ 2. Try to import an invalid file such as [invalid.json](https://github.com/jlfwong/speedscope/files/14167326/invalid.json). The page says "Something went wrong. Check the JS console for more details." 3....
This is a simple UI enhancement. Currently, when there are many packages, the results page shows the following text: > To see all packages which contain results: > `curl -s...
Some websites use a CSS rule such as `overflow: hidden !important;` which has higher priority than our CSS property. Add the "!important" flag to our property, so it will override...
The implementation changed in commit 6a4473d (Set hidden overflow stylings to visible, not auto, 2018-04-26). Also fix a typo.
Merge after #7. ENTRYPOINT and CMD are similar but CMD is more appropriate because it allows overriding on the command line, e.g. `docker run ... kill-sticky sh` can now be...
The package 'get-stdin' switched to an ES module in version 9.0.0 \[1], which broke the build (full error message below). The error could be fixed by switching to a dynamic...
No behaviour change intended. #### What is it? - [ ] Bugfix - [ ] Feature - [x] Codebase improvement #### Description of the changes in your PR - Simplify...
#### What is it? - [x] Bugfix - [ ] Feature - [ ] Codebase improvement #### Description of the changes in your PR - Use streams to encode and...
Sometimes Android reports the MIME type as "application/octet-stream" even if the file has a .json extension (specifically, on Android 8 and 9 for backups exported outside the Download folder). Previously,...
Very similar to FossifyOrg/Notes#14 (which has a more detailed commit message). Basically, some file pickers don't automatically append the extension, so we should do it ourselves. It doesn't cause problems....