Fabian
Fabian
Any sufficiently large built image should reproduce this, below is a slightly silly example. ``` { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ firefox thunderbird awesome redshift...
@Lassulus Thanks! What do you think about improving squashfs speed by letting the user specify a faster compression method? `-f iso` already supports large images, but takes very long to...
This would be great, especially with the huge number of existing typescript definitions (and high activity) in [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped).
Temporary workaroud until `ppx_core` is fixed: Add ` -no-check` to the command line of `ppx_sexp_conv` or `ppx_jane`.
> I also have this problem. As a non-ppx expert, how do I add -no-check to my Makefile-based build? Find the `-pp` or `-ppx` flags and add `-no-check` after each...
Sure. Here is the script.perf file (generated by `perf script -i perf.data -F +pid > script.perf`): https://copy.sh/script.perf And here is the profiler.firefox.com url that produces the above error: https://profiler.firefox.com/from-url/https%3A%2F%2Fcopy.sh%2Fscript.perf/calltree/?v=6
@barisconur Yes, this issue is still present.
For reference, this minimal patch fixes the issue (but will break other formats): ```patch diff --git a/src/actions/receive-profile.js b/src/actions/receive-profile.js index 744ccfb0..da8259b9 100644 --- a/src/actions/receive-profile.js +++ b/src/actions/receive-profile.js @@ -1224,11 +1224,7 @@ async...
The name without a dot has only been started being accepted [recently](https://github.com/ocaml-community/lambda-term/pull/97), which hasn't made it into a release yet. You can either pin lambda-term to master or wait for...
I disassembled the rtos using ghidra (good alternative to IDA) and found some addresses to increase the bitrate for Yi4k+. In firmware v1.4.14 (the only one you can download from...