Ivan Dlugos

Results 334 comments of Ivan Dlugos
trafficstars

> [@vaind](https://github.com/vaind?rgh-link-date=2025-04-09T07%3A01%3A18.000Z) Would you please help create a PR to implement this enhancement? Hey, I'm afraid I don't have the capacity to create a PR at the moment. In case...

> [@bruno-garcia](https://github.com/bruno-garcia) you mention > > > Since that means having to deal with retries, managing files on disk etc. > > `sentry-native` currently doesn't do this, and there's no...

> A customer who has their own crash handler mechanism would like to upload minidumps they capture by themselves. do they want to deal with sentry-native API, building an executable...

Memory: From my previous testing (because it's hard to tell without further details it's anything else): TraceEvent does a lot of temporary allocations on the heap during profiling and even...

> After some digging, I realize the real error is hidden by the `INSTALL.vcxproj` machinery. yeah... https://github.com/flutter/flutter/issues/154977 -> https://github.com/flutter/flutter/issues/143589 > ``` > file cannot create directory: > D:/dev/giant_robot/build/windows/x64/$/bin. > Maybe...

> Yes, this is after flutter clean. Sorry I didn't mention it in the OP. > > The project isn't open source but if you agree, I'm happy to give...

`flutter build windows` works on an incremental build as well as a clean build (tested both latest stable v8.11.0 and beta 8.12.0-beta.1) ![Image](https://github.com/user-attachments/assets/df7c1a51-da5f-4eae-8c19-187eac8a9818) Interestingly, it doesn't even try to create...

Also, maybe it has something to do with a cmake version, mine is `cmake --version`: `3.31.0`

> For us its compiles for release but crash as soon as we open it. > > Downgrading to 8.10.1 fix the issue. That sounds like a separate issue. Could...

@wispborne thanks for the feedback. What MSVC and cmake version are you using?