Vincent Bernat

Results 527 comments of Vincent Bernat

I did run with the same issue on my own code. The proposed fix makes it work.

Hey! I have a 44MB executable. go-binsize-treemap reports 12MB. I have 5.4MB of embedded files. If I link with `-s -w`, I get a total of 33MB instead. I don't...

I am using https://github.com/vincentbernat/akvorado. `go tool nm -size` doesn't display anything for embedded files. I have spent some time looking left and right without any success.

This can happen if you compile with `-ldflags "-w -s"`

Here is a workaround: ``` bash #!/usr/bin/env bats setup() { [ ! -f ${BATS_PARENT_TMPNAME}.skip ] || skip "skip remaining tests" } @test "foo" { true } @test "foo2" { false...

As for updating in Nix, we can work without a release (we can add back the `Cargo.lock` through a patch). So, master would be enough.

I am using this for similar effect: ```elisp (require 's) (require 'dash) (defvar edit-indirect--left-margin 0) (defun vbe:compute-left-margin (code) "Compute left margin of a string of code." (-min (-map #'(lambda (line)...

I run into this problem with Emacs 25.3 as well. Is it expected?

❦ 22 mars 2016 21:30 -0700, Pierre-Elliott Bécue [email protected] : > There is a bunch of commits since I merged your changes and patched > some bugs my upgrade to...

Hey! Did you get time to investigate a bit? It seems that you got a better understanding from https://github.com/phillipberndt/fakexrandr/issues/48.