-
> Do you have any suggestions for any projects that could be added to this repository??
> Like we could also add a Tick Tack Toe game in C++ to this repo...may i do it??
_Originally posted by @aks…
-
**Description**
Upgrading from salt-ssh version 3007.0 (Chlorine)
to 3007.1 (Chlorine), seems to broke the file_roots that i use in my master file.
```
root_dir: "."
conf_file: ./master
cache…
-
(Copied manually from https://github.com/StackStorm/st2contrib/issues/647, original reporter https://github.com/sibirajal)
We have configured multiple rules/workflows/actions for our infrastructure…
-
### Benefit
Around 650 UHP troopers will benefit a refreshed mapping system, and the IT people in DTS will have less to maintain after moving the local physical GIS server to combine with an existing…
-
A top level "how to get started" that extends from the "Gentle-Guide", at least to explain a working "Hello-World". Should provide an explanation on how serverX would be employed, replacing routes etc…
-
From the https://toml.io/en/v1.0.0#string, I found the sample str7 will make the color style of rest part in toml file become to invalid style.
```toml
str4 = """Here are two quotation marks: "". …
-
snip from the spec
``````
TOML supports literal strings where there is no escaping allowed at all.
+**Literal strings** are surrounded by single quotes. Like basic strings, they
+must appear on a sin…
-
I am a big fan of gulp-nodemon, but I cannot figure out how to pipe it through Bunyan
I have to do this:
```
$ gulp nodemon | bunyan -l debug -o short
```
but I would rather do something like this:…
-
# Problem Statement
I would like to re-use the class definitions and data from one data product (e.g. DPA) in another (e.g. DPB), without having to copy any content from DPA to DPB. This will impro…
-
hub的chanByName保存了订阅对应关系,可是我该怎么向hub发送消息,然后转发到其他server呢?