commit 60ffe1fe0bfccd4854fae29ce95a5c9836ab034c
Author: Phorge Migration <migration@localhost>
Date: Tue, 21 Jul 2026 18:18:20 +0200
Archive issues/PRs export for Nordgedanken/Matrix-DSL
Diffstat:
4 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/issues/1.json b/issues/1.json
@@ -0,0 +1,14 @@
+{
+ "number": 1,
+ "title": "I need to track if we are still inside an array or not",
+ "state": "open",
+ "author": "MTRNord",
+ "created_at": "2018-04-23T18:13:50Z",
+ "closed_at": null,
+ "labels": [
+ "bug"
+ ],
+ "assignees": [],
+ "body": "The example gets parsed wrong. The AST result has \"Homeserver\" and \"HomeRoom\" under the second Array which shouldn't happen.",
+ "comments": []
+}
diff --git a/issues/1.md b/issues/1.md
@@ -0,0 +1,11 @@
+# #1 I need to track if we are still inside an array or not
+
+- **State:** open
+- **Author:** @MTRNord
+- **Created:** 2018-04-23T18:13:50Z
+- **Labels:** bug
+
+---
+
+The example gets parsed wrong. The AST result has "Homeserver" and "HomeRoom" under the second Array which shouldn't happen.
+
diff --git a/issues/2.json b/issues/2.json
@@ -0,0 +1,16 @@
+{
+ "number": 2,
+ "title": "ToDo: Add custom scanner which allows custom definitions",
+ "state": "open",
+ "author": "MTRNord",
+ "created_at": "2018-04-24T18:38:59Z",
+ "closed_at": null,
+ "labels": [
+ "enhancement"
+ ],
+ "assignees": [
+ "MTRNord"
+ ],
+ "body": "",
+ "comments": []
+}
diff --git a/issues/2.md b/issues/2.md
@@ -0,0 +1,12 @@
+# #2 ToDo: Add custom scanner which allows custom definitions
+
+- **State:** open
+- **Author:** @MTRNord
+- **Created:** 2018-04-24T18:38:59Z
+- **Labels:** enhancement
+- **Assignees:** @MTRNord
+
+---
+
+_No description._
+