Robert Bouillon
Robert Bouillon
## Summary Add performance benchmarks as a type of test which measures changes in performance. ## Background and Motivation Pass/Fail is an inadequate way to measure the quality of a...
Disable type-checking on the `any` type, or provide another type which allows Lua-style table traversal (`dynamic` ?) ### Use-Case Sometimes the application provides a complex hierarchy we don't want to...
Type guards with unions that include a record (table) will only check for the table. Other values included in the union will not be captured. ```lua global record Foo bar...
Update `inventory.list()` to be `inventory.list([filter])`, where filter is a JEI-like search string. The main issue is performance when searching for items in large inventories by tag. Tags don't come back...
### Describe Slot filter arguments start at index 0 instead of 1. Lua indices are 1-based, so it makes it difficult to write code that interoperates with the peripheral API....
### Environment information ```plain text Not Applicable / Using AMP1 ``` ### Description ### Steps to reproduce 1. Set up custom domain 2. Start the process / generate the SSL...