Advanced Hacker 101
                                            Advanced Hacker 101
                                        
                                    Hey, @JaikrishnaTS You could try the latest version where the `vendor/` folder is removed, because the stack trace says that the error comes from there. Also could you post your...
But then it would still panic at the switch statement, but it panics at the for loop. This could be related to optimisation, because your for loop may try to...
I think this could work 2 ways: 1. Replace the current file format describing requests/responses, and replace them with the Open API ones. Pro: Files would follow a *standard* and...
For the other specs (PostMan, Insomnia) we would need to write a *converter* anyways, if we want to support them, so yeah, then option 2 is the better choice here....
Yes, it does..... I'm working on a linux version of the server, which is, let's say in beta version, so I could release it sometime. It's a command line interface,...
The server written in c# can't just run on linux without any extra effort. I need to re-write the whole server application in Python (for example). I know that there...
Hey, take a look at Issue #11, this can be the reason the client isn't connecting to your server. ### Antivirus Problem There can be many reasons for this. I...
Hi! Going to install a 32-bit win7 shortly to see if I can replicate the issues. In the meantime these questions might give some context to the problem: 1. Did...
Ok, here is what I got sofar: 1. My build is actually Any CPU too, I was wrong sorry. 2. Process list worked for me, with normal user privs as...
I can execute commands but no output, so no : ) I also investigate this. The file listing was just my mess up, only in the local code, so that...