-
Sir, I'm doing something wrong.
I'm running Windows 7 Home (ver = 6.1.7601) and
Firefox 34.0.5 and
Greasemonkey 2.3.
The monkey-pull-down shows Greasemonkey enabled.
I select "Manage User Scripts" …
-
While @mhoeger and I working on #5361 we found that although the worker is down, the host still accepting requests till the function timeout.
When the worker is down, the host still accepts request…
-
Two incorrect error enum strings in scripts/consts.zeek:
```
[57] = "Reject Invalid Tag" ,
[58] = "Reject Network Down" ,
```
should not include the `Reject `. They are correctly:
```
[57] = "I…
-
Hello I've four Raspberry PI 2 with UPS Pico HV3.0B module installed.
The batteries are all LiPo 450 mAh.
The power supply is a standard Raspberry PI wall supply marked Stontronics 5.1V 2.5A
Th…
-
### Is your feature request related to a problem?
Inspector is a very useful thing, and will be even more useful with new code editor, but there one feature which is completely unnecessary.
It's "…
-
Hello, I have recently built commander for the Anbernic RG28/35/40XX series of devices. These devices are running on aarch64 linux kernel 4.9.170. for some reason when i launch the application i have …
-
I'm getting a "Module Not Found Error" running the latest 9.9 downloader
[ [43]ERROR ] [2024-07-19 | 23:56]: Unexpected error during Messages download:
Traceback (most recent call last):
File …
-
Just some first ideas on how to structure the pipeline after a discussion during the 2024-08-08 SCT dev meeting:
# 1. Installation script
This script will be run only once and install SCT and d…
-
As mentioned in the closing comments and other comments on https://github.com/runt1me/stormcloud/issues/32, it would behoove us to have a more robust process for recognizing unhandled exceptions (serv…
-
The following code will cause incorrect style highlight
``` vue
p {
color: red;
}
```
If the code is changed with ``, the style highlight is ok
```vue
…