Egor Krugletsov
Egor Krugletsov
Hello. The moment I noticed lack of function names, I put a no inline attribute (`__attribute__ ((noinline))`) and it didn't help. Just now tried also with the compile flag and...
I support this. Currently, it is a hassle to keep track of future execution. Here is the situation I often encounter in my app: ```c++ void Widget::getData() { m_dataFuture.cancel(); QFuture...
> > I use QPointer like this: > > ```c++ > QPointer local(this); > promise.then([local]() { > if (local.isNull()) { > return; > } > ...... > }).fail([local]() { >...
Seeing how Bintray closing down and C/C++ packages are moving to the central repository, I've been thinking about publishing hunspell package there. However, I've noticed no one has done it...
Oh, absolutely, it just slipped my mind :D Here are the .sym files generated by Google Breakpad and Rust implementations: * [crashpad_test.sym.rust.txt](https://github.com/rust-minidump/rust-minidump/files/13413801/crashpad_test.sym.rust.txt) * [crashpad_test.sym.breakpad.txt](https://github.com/rust-minidump/rust-minidump/files/13413802/crashpad_test.sym.breakpad.txt) Sending as .txt because GitHub didn't...
Huh, I tried that and it didn't work. I can only assume that I misclicked the hotkey combination. Well, regardless, I'd still like to disable this function as I don't...
I as well had maintenance turned on and I had same issue with minor differences: it was not whole repository, but only around 500 files. Simply running `git gc` didn't...