Christian Mehlmauer

Results 93 comments of Christian Mehlmauer

Can you please try the dev branch and see if the problem exists there too? go install github.com/OJ/gobuster/v3@dev

@Freeedim can you please try the `dev` branch? `go install github.com/OJ/gobuster/v3@dev` There are a few updates to the progress handling in this version, curious if this problem still exists in...

this should be fixed in v3.7.0

just send a pull request 🤷🏻‍♂️

Also encountering the same issue in WSL2 and air

@MWedl awesome thanks! Currently the number is an autoincrementing value in the database, can a sysreptor plugin currently also add custom manage.py commands to django? It would be cool to...

Iirc that's because we mount the home directory of the user and the user id running msfconsole and the directory permissions need to match inside the container. So we create...

@baywet this is almost fnished but I'm struggling with one of the last pieces. There is a trailing space on all setter methods in interface declarations (`Setxxxx(value xxx)`). I can't...

The first version is ready for review @baywet . There are still some minor issues which I was not able to fix as I did not find the code that...

> @firefart thanks for the extended work on this. As for your question, have you looked here? > > https://github.com/microsoft/kiota/blob/e23ac20b0aef66454376deee667714f0ab50ca1f/src/Kiota.Builder/Writers/Go/CodePropertyWriter.cs#L31 > > It seems to me that if both the...