Markus Stange

Results 188 issues of Markus Stange

There are some tests at https://github.com/wine-mirror/wine/blob/813ab925abd45d48c811898028fddc1047b0c250/dlls/msvcrt/tests/cpp.c#L1142 - I've tried a few of the examples on this implementation, and they all failed to parse. I'm willing to spend some time debugging...

https://github.com/hyunsik/bytesize/blob/02822917468b14b6daa5bd76c0522a4f06a1188e/src/lib.rs#L63-L64 The two base values are backwards. This leads to the selection of the wrong unit; values larger than 1000 or lower than 1.0 can be displayed, e.g. "1090.0 GB"...

Diagonal panning on the trackpad on macOS feels very wonky in Helio. Scrolling to the top left moves up and to the left (good). Scrolling to the top right moves...

It would be nice to be able to binary search offsets, and to use them as keys in a BTreeMap. Here's a spot in pdb-addr2line which would be improved by...

`Symbol` has a public [`raw_kind` method](https://docs.rs/pdb/0.7.0/pdb/struct.Symbol.html#method.raw_kind). But it's hard to do anything with the return value because it's a raw number and none of the constants you could compare it...

At the moment, [`LineProgram`](https://docs.rs/pdb/0.7.0/pdb/struct.LineProgram.html) only exposes all line records, or the line records for a certain "line subsection" if you know the line subsection's start offset. However, I have a...

[Visual Studio 2017 added a `/DEBUG:FASTLINK` option:](https://docs.microsoft.com/en-us/cpp/build/reference/debug-generate-debug-info?view=msvc-170): > The /DEBUG:FASTLINK option is available in Visual Studio 2017 and later. This option leaves private symbol information in the individual compilation products...

This was previously discussed in #94: It's good practice to include a `"main": "main-file.js"` entry in package.json, so that the generated npm package is usable without specifying a file name....

On my macOS 12.2.1 machine, py-spy 0.3.11 failed to open the SVG file at the end: ``` py-spy> Stopped sampling because process exited py-spy> Wrote flamegraph data to 'hg-2022-03-04T13:17:06-05:00.svg'. Samples:...