Johan Walles
Johan Walles
macOS 10.15.3 IntelliJ Community 2019.3.3 running on Java 11 FlameViewer 0.8.1 ``` java.lang.NullPointerException at com.github.kornilova_l.flamegraph.plugin.server.converters.file_to_file.jmc.FlightRecorderConverter.removePackageInParameters(FlightRecorderConverter.java:32) at com.github.kornilova_l.flamegraph.plugin.server.converters.file_to_file.jmc.FlightRecorderConverter.(FlightRecorderConverter.java:18) at com.github.kornilova_l.flamegraph.plugin.server.converters.file_to_file.jmc.JMCConverter.convert(JMCConverter.java:44) at com.github.kornilova_l.flamegraph.plugin.server.converters.file_to_file.ProfilerToFlamegraphConverter$Companion.convert(ProfilerToFlamegraphConverter.kt:46) at com.github.kornilova_l.flamegraph.plugin.server.converters.file_to_file.FlamegraphFileSaver.tryToConvert(ProfilerToFlamegraphConverter.kt:14) at com.github.kornilova_l.flamegraph.plugin.server.FileUploader.tryToConvertFileToAnotherFile(FileUploader.kt:53) at com.github.kornilova_l.flamegraph.plugin.server.FileUploader.upload(FileUploader.kt:37) at com.github.kornilova_l.flamegraph.plugin.server.ProfilerHttpRequestHandler.uploadFile(ProfilerHttpRequestHandler.java:234) at...
If you do `git log -p`, it can be hard to see where each new commit starts and ends. Highlight this somehow!
Latest change was in 2017, it's not on Google Play any more. I vote for archiving this. That said, it was a good ride, and except that it's not available...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug A number of styles have `Background` color without any foreground...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What problem does this feature solve? Chroma can classify text by its contents:...
``` px version: 3.3.1 Python version: 3.11.4 (main, Jun 7 2023, 00:46:41) [Clang 13.0.0 (clang-1300.0.29.30)] Platform info: Darwin-20.6.0-x86_64-64bit 2023-07-02 14:58:41CEST ERROR Running ptop failed Traceback (most recent call last): File...
When searching, both in `px` and `ptop`, we should highlight what matched. So if you search for `rome` and find `Chrome`, then we should show "Ch**rome**" (note last part in...
`moar` should be part of Debian. Kindly contact the Debian Go maintainers about this: https://go-team.pages.debian.net/ As a positive side effect, this would also make `moar` part of Ubuntu and other...
Setting `frequency` to `0.0` in `FastNoise::seeded()`... https://github.com/amethyst/bracket-lib/blob/0d2d5e6a9a8e7c7ae3710cfef85be4cab0109a27/bracket-noise/src/fastnoise.rs#L1764 ... ensures we don't get any noise: https://github.com/amethyst/bracket-lib/blob/0d2d5e6a9a8e7c7ae3710cfef85be4cab0109a27/bracket-noise/src/fastnoise.rs#L2020-L2023 Maybe it should be initialized to `1.0` just like for `new`? https://github.com/amethyst/bracket-lib/blob/0d2d5e6a9a8e7c7ae3710cfef85be4cab0109a27/bracket-noise/src/fastnoise.rs#L1734-L1738