X3STeNLiTE

Results 7 issues of X3STeNLiTE

_Issue without proper information won't be answered_ ### Expected Behavior login successful and bot running well ### Actual Behavior ![image](https://cloud.githubusercontent.com/assets/9717561/18026354/4f8e9506-6c6e-11e6-8c18-92cc5e362de5.png) ### Steps to Reproduce login with select encrypt32bit.dll from https://github.com/PokemonGoMap/PokemonGo-Map/tree/develop/pogom/libencrypt...

Any possible to config PtrTips or TypeTips to generate code like this **input:** ```c int open(char* path); ``` **expected output:** ```go func open(path string) int {} ``` **actual output:** ```go...

When define struct in c and it has callback as member *c-for-go* generate file `cgo_helper.go` that no definition of `PassRef` and `NewRef` for callback Reproduce: **header file** gh.h ```c #ifndef...

**Please provide the following information** libtorrent version (or branch): 2.0.10 platform/architecture: qbittorrent-static-nox x86_64 compiler and compiler version: GCC 13.2.0 -- x86_64-linux-musl I'm using qbittorrent and having http proxy settings ![image](https://github.com/arvidn/libtorrent/assets/9717561/699b2bfb-3448-47cb-9e12-1a221abe09cf)...

I found some issue about validator It's not check the property is nil before try to get it's properties name and here is reproduce code ```json { "$schema": "http://json-schema.org/draft-04/schema", "properties":...

I'm using jsonschema2pojo gradle's plugin v0.4.29 and here's configure, schema, output java build.gradle Configure ```gradle jsonSchema2Pojo { generateBuilders = false usePrimitives = true source = files("${sourceSets.main.output.resourcesDir}/json") targetDirectory = file("${projectDir}/src/main/resources") targetPackage...

From #7651 After I tested the latest pull request, which I'd previously said passed, the proxy server still couldn't sign the certificate when deployed with the actual application. This was...