anzz1

Results 149 comments of anzz1

This is not a Eluna issue but a core issue. That function you do just calls the core to set unit's flags and the core handles it from there onwards....

Well Firefox is open-source, maybe pitching an idea to add such a feature wouldn't be a bad idea ... Meanwhile though, isn't Firefox design that every tab is its' own...

This shouldn't introduce any new softlock possibilities, since you could always re-teach the forgotten HM. Old softlocks (release/trade the HM poké) are unaffected. I cannot really figure out why the...

Also, this isn't really the place to post this but cba to make a forum account for a single post, so here it goes: From some googling around, if I...

~~Yeah, I need to ofcourse replace the whole 16bit padding field with the new one to keep the struct size same. idk what I was thinking in my 1st commit,...

What is the reasoning for changing C++11 standard to C++17 since the project does not use any of C++17 extensions? To my knowledge all compiler versions which support C++17 also...

Implementing this: https://github.com/ggerganov/llama.cpp/pull/890#issuecomment-1503354856 will fix it.

@prusnak Yes, 100%. It's [dynamically loading](https://en.wikipedia.org/wiki/Dynamic_loading) the library and thus can solve at runtime whether the function is available or not. The implementation of loading of shared libraries in the...

The complaint from the compiler is because `windows.h` already declares those functions, the example posted was a portable one which needn't include it. When the header is included, you'll need...

> I did run test dump and then parsed it with the analyzer script and it works. I would maybe think about making a separate directory for all the analysis-related...