Results 31 issues of Anaminus

- GopherLua version: ee81675732da08c6c96265e65c88ef410081bfc0 - Go version: `go1.16 windows/amd64` What I did: ```bash glua -e "(123).K = nil" glua -e "_=1; (123).K = nil" ``` What I expected: ``` attempt...

I tried to toggle a variable named `index` to PascalCase, and found that it did nothing! This is because the variable is neither snake_case nor camelCase, but simply lower case...

1. Create a new file called `run.bat` with the following content: ```batch @echo off mkdir test cd test rojo init mkdir src\client\test\foo start rojo serve timeout 1 rd src\client\test /s...

type: bug
scope: cli
size: medium
impact: medium

Add a `[Tags]` symbol to support construction of instances with tags. Similar to `[Children]`, except the elements are just strings: ```lua -- Single tag construction. New "Folder" { [Tags] =...

enhancement
ready to work on

Repurpose script format aliases to use RunContext instead (`lua` and `luau`): | Format | Class (RunContext) | |--------------------|--------------------| | `server.lua` | Script (Server) | | `client.lua` | Script (Client) |...

enhancement
breaking

Cobra, as well as most flag packages, requires specifying the description of a command as a string. Because rbxmk descriptions are dynamic, this means that a lot of work is...

enhancement

This issue tracks the progress of the current chaotic state of documentation for rbxmk. ## Program Documentation from within the program is currently expressed through "fragments", which are snippets of...

enhancement
documentation
important

- Provides auxiliary third-party data for descriptors. - Extensions are isolated under `$rbxmkExtensions` field in the descriptor root, for forward-compatibility with Roblox's API dump format. - For convenience, the rbxmk...

enhancement

Each non-property field on an instance can be thought of as a "behavior". These behaviors can be configured. When an instance is indexed, the the combination of the instance's class...

enhancement

1. Clean up the [imperative][imperative] section of the change log. - Reorder changes based on interest. - Linkify things that can be. - Note that, on release, instances of `imperative`...

meta
recurring