Source61
Source61
Duplicate of #840. _Originally posted by @diath in https://github.com/edubart/otclient/issues/1109#issuecomment-781453720_ Just thought I'd add that this is an invalid duplicate. I'm not clicking multiple times in the recording, only once, and...
Python version: 3.11.2 OS: Debian 12 Pynput version: 1.7.6 I'm having the issue that when I set a mouse controller to perform certain sequences of actions with monitoring (which is...
### Is your feature request related to a problem? Please describe. It would be super helpful to be able to print a stack trace like what is done in Python...
New Wireshark versions at least >= 3.2.8 are crashing when loading Tibia rsa keys settings. Also the RSA decryption doesn't seem to work for me using custom RSA keys.
### Steps to reproduce (include any configuration/script required to reproduce) 1. Compile otclient 2. Compile a lua module such as /modules/corelib/math.lua to bytecode using LATEST LuaJIT version 3. Run otclient...
### Describe the bug Not sure if this is a bug or enhancement. I have a C array with defined index ranges in an enum. In C++ this will compile...
### Describe the bug Implicitly or explicitly calling a string object as a object to use bytes.replace($1, $2) no longer works since version 3.0.9. ### Code to reproduce the behaviour:...
### Describe the bug The "cython" bin/script segfaults if a.pyx includes b.pyx and b.pyx includes a.pyx. Didn't see an issue for it, and seemed like it could potentially be handled...
Model: WizardLMTeam/WizardCoder-33B-V1.1 Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained. new version of transfomer, no need to use BetterTransformer, try...
I don't know if the issue is my code, or how it's supposed to be done, but some examples of wrapping mysql++ would be awesome. Here's my simple little wrapper...