James Onnen

Results 27 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...