-
When I source `browser-source-map-support.js` in Chrome 42, I get the following warning in the JS console:
> Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental eff…
danvk updated
4 years ago
-
### Describe the bug
When I want to kill the character I'm playing I spam Shift-Q. Sometimes I get the error below after confirming, but I'm not sure what causes it. This is usually fatal for the p…
-
I have added a 50000_custom_rulesets.json in _libpath_/rules/ and a `waf:set_option("add_ruleset", "50000_custom_rulesets")`
I need to reload rules when the custom rulesets' file has changed.
A pa…
-
Hi there,
I'm running w3af_api through python script using subprocess
```
proc = subprocess.Popen(['/root/w3af/w3af_api'])
```
I'm using os.kill(proc.pid, signal.SIGTERM) to close the api but some z…
-
Hi,
Is there any way to find a text on page? Something like `browser.assert.text` but without assertion.
-
Please provide a description of the issue and any relevant error messages.
The scan just freezes. I am trying to run a scan on a fresh Ubuntu installation and after about an hour it just freezes and …
-
### Description
I cranked it up to maybe 30% then moved and kept it in my hand. Went to start it after setting up the miner and it was at max. Cranks keep cranking if you move and keep it in hand i…
-
Please post all bugs that are **not fixed** here so we can make a list of what needs fixing. Thanks to all who contribute!
### List of Bugs So Far:
All checked are fixed
- [ ] Player walking whil…
-
Wouldn't this work:
```
#!/bin/bash
sv_stop() {
for s in $(ls -d /etc/service/*)
do
/sbin/sv stop $s
done
}
trap "" SIGCHLD
trap "sv_stop; exit" SIGTERM
/sbin/runs…
mitar updated
7 years ago
-
The following script causes a segfault when exiting:
```
$workaround = false
require 'fiddle'
Fiddle::MemoryView.new(Fiddle::Pointer["foo"])
GC.start if $workaround
```
A backtrace fr…