Nick Renieris

Results 91 comments of Nick Renieris

Whoa I completely missed this issue, sorry! I remember to talking to someone related on Discord some months ago, was that you? In any case lemme know if you want...

Hah so it wasn't you, that's surprising. > Which channel should i hop on (if channel is the correct word used in this platform)? Something related to Vita3k? No need...

The statically linked thing was already known btw. Should have mentioned it here. I guess I figured it out afterwards and forgot to. You can ask next time, I don't...

I see that you used my PR #132, next time mention it in the PR itself :) I'll look into it, thanks.

I'm getting a different error, which version of AdrenalineBubbleManager did you use? I used latest which is v4.10.

@1whatleytay You can try adding `raise(SIGTRAP);` line by line to see where it fails. Also I'm assuming you've tried running it by attaching debuggers to the appveyor builds, correct? As...

Signal behaviour varies between systems so try other signals as well if TRAP doesn't work. Initially put it first thing in main (so that it has to run first) and...

[cppfs](https://github.com/cginternals/cppfs) might be a good candidate.

@Jack-Punter Hi, we've talked about STL's `filesystem` (I mention it in #82), but aren't sure yet, since support is experimental: you need to use `std::experimental::filesystem::v1` in VS and specify an...