Octavian Dima

Results 6 issues of Octavian Dima

**Is your feature request related to a problem? Please describe.** Currently there is no method to hook game event's `gamePuppet::OnDamageReceived`, `gamePuppet::OnHit`, etc.. **Describe the solution you'd like** The best solution...

enhancement

**Is your feature request related to a problem? Please describe.** The current pattern finding script only support patterns for function prologues or pointers. **Describe the solution you'd like** An improved...

enhancement

**Describe the bug** When attempting to inject a service dependency into another service within a C++ project using MSVC compiler, the compiler generates a `warning C4702: unreachable code` during compilation....

question
msvc
has workaround
external

As described in #466 the plugin is not compatible when using both `eslint-plugin-astro` and `eslint-plugin-jsx-a11y` because of the redefinition of `jsx-a11y` plugin. This PR resolves the issue by renaming the...

I'm writing a custom handler on Windows following the [README.md](https://github.com/jeremy-rifkin/libassert/blob/bd33ba116f209bf71761c58dccc2f3bf277e0824/README.md?plain=1#L771-L797) example (the exact same copy) and I'm getting a `LIBASSERT_PRIMITIVE_DEBUG_ASSERT` in `Debug` builds. In release mode, the assert is not...