Thomas Due

Results 19 issues of Thomas Due

This is mainly a question about contributing. Let's say I find a bug in a macro, or improves a macro. Maybe adds a new function etc. How would we go...

Hello, I noticed another repos on Github that are working on updating AnkhSVN to VS2019. Maybe it would be beneficial to collaborate? https://github.com/chucker/AnkhSVN

### Describe the Bug If calling either `stringToList` or `json.fromList` with a period for alternative delimiter, the result is an empty list. This does not appear to be an issue...

bug

**Describe the solution you'd like** I would like a "Close Campaign" menu item, which when clicked closes the current campaign and any dialogs and frames etc. that may be open....

feature

**What would you like to be added**: I would like the health check collector service to skip configurations without an uri. **Why is this needed**: We are using the sample...

I am using this for ad-hoc cs-script ... scripts in VS Code, and it works like a charm. However, the output itself is a bit funky: ![Image](https://github.com/user-attachments/assets/1b2df1cc-c30c-43e6-8fc7-b6227d1fa487) Any ideas as...

### Describe the Bug A campaign with an add-on embedded will generate an error on the add-on's `onInit`, if the event requires campaign resources, like switching to a lobby map,...

bug

### Describe the Problem I have often need for a panel with macros specific to a map. ### The Solution you'd like I would love a panel, like Campaign and...

feature

### Describe the Bug I have this macro: ``` [h:baseUrl = getLibProperty("baseUrl")] [h:apiKey = getLibProperty("apiKey")] [h:mediaType = "application/json; charset=utf-8"] [h:data = json.get(macro.args, "data")] [h:id = json.get(data, "id")] [h:headers = json.set("{}",...

bug