jspam
jspam
To elaborate on yurymann's comment, it seems that `kernprof` does not use `line_profiler` by default, but `cProfile`. One needs to specify `-l` to use `line_profiler`. So one should either do:...
Not directly, because of the way it's called: `bash: line 1: CC=gcc: command not found`. But setting the variable at the call site would work: ```diff diff --git a/src/glib.mk b/src/glib.mk...
The null check would definitely make sense to avoid the exception, also on future code changes. As for the format detection, would it make sense to run mime against "file"...
This has the "probably fixed" label, but still occurs with the latest master. Is this intentional?
Could you please tell me the commit hash of your fix? I don't see anything related in the commit history.