Dan Bradbury

Results 17 comments of Dan Bradbury

> > > And you have not changed anything, you just try the demo? > Also note that you should use Game maker 1.4.1804. The 1.4.9999 got nasty network bugs....

I'm in the same boat.. curious why this isn't working in `htme_obj_waitforclient` ``` ///Check if client is connected if (htme_clientIsConnected()) { room_goto(htme_rom_demo); } if (htme_clientConnectionFailed()) { htme_error_message_handler("Connection with server failed,...

I have a rather gross fix for this issue ``` cex substitute(system(cmd), '\[', '', 'g') ``` Not sure if there is a cleaner way to handle this issue but for...

Is there anyone owning this project who could advise an ideal solution? (cc: @janx ) It might be worthwhile to apply the "hack" for both cases but i am afraid...

Both of you are using the default settings here? Would it work for you to run and use quickfix? `let g:rubytest_in_quickfix = 1`

Ran into this requirement recently so I took a quick stab at hacking out a solution to let us proceed and I'd very much like to help make this be...

> With a scan hook you could create the report without doing changes everywhere: https://www.zaproxy.org/docs/docker/scan-hooks/ Wondering if that solve makes sense for folks supporting 100s of applications and needing to...

ack. My issue with that solution is that it requires something beyond the baseline scan options that come out of the box. Seems like a workaround to use a hook...

My understanding from the docs was that `"GitHub Actions wrap the above packaged scans "` (Baseline, Full Scan, API Scan) > What do you want to use? The action or...

> I'm not sure this is the right way to go about this. We intend to replace the packaged scans with Automation Framework functionality. My understanding is there is an...