James Onnen

Results 33 issues of James Onnen

**Describe the bug** Mantle will fail to upload a product with a same name, if it already exists. This is a problem because if you lose your Mantle deployment data...

bug

**Describe the bug** Deploying more than 32 products causes Roblox to throttle creation of additional products. This leads to a lot of weird behavior and errors as Roblox hits race...

bug

If you have this pattern ``` { "name": "TestProject", "globIgnorePaths": [ "**/*.lua" ], "tree": { "$className": "DataModel", "ServerScriptService": { "avatareditor": { "$path": ".." }, "Script": { "$path": "scripts/Server" } },...

type: bug
scope: cli

Documentation is unclear on how to filter out objects, or what the metatables and/or indexes should return. More documentation is required.

enhancement

Update lodash to 1.17 to prevent CVE-2019-10744 vulnerability. Recommend you remove the lodash vulnerability completely. See #6

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10744

You'll need to do the following after merge: 1. Create a new release with a commit with this ID 2. Add an NPM_TOKEN to github secrets 3. Run the release...

This is a common PR comment and one that reduces readability. A selene lint to check for this usage will speed up development.

Formatting a hex number with an _ spacer creates an error when running --verify --color Always ```lua local nextMultipleOf64 = bit32.band(leftover + 32, 0xffff_ffc0) ``` **Edit: Looks like may any...

bug

📦 Published PR as canary version: Canary Versions :sparkles: Test out this PR locally via: ```bash npm install @quenty/[email protected] npm install @quenty/[email protected] npm install @quenty/[email protected] npm install @quenty/[email protected] npm install...