MagiMaster

Results 17 issues of MagiMaster

Even with the typeChecks option on, there still seems to be cases where this failure only happens on mount, at which point the stack trace no longer contains any useful...

bug

For example, if you set self.state to a string, nothing fails immediately. When you later call self:setState, you get a "table expected, got string" error, but attached to the setState...

In some situations when replacing a ref, the new ref does not receive a pointer to the instance during render. After some digging, it seems like the old ref is...

bug

I got an error when parsing adodbapi.py from the adodbapi library. This is on baron 0.6.6. baron.parser.ParsingError: Error, got an unexpected token STRING here: 261 try: 262 self.connection_string = kwargs['connection_string']...

Or at least a URL in the README.md.

We should have more in-depth documentation on how to best use this library. This issue is to track which features/situations/edge cases are currently missing or under-explained. (If you haven't seen...

enhancement
docs

Right now, we call tostring on any errors we get. This is to prevent errors within the error handling when trying to concatenate a non-string. The better solution would be...

enhancement

`.+%.lua:%d+` was removed from some of our tests because of this. We should verify where this issue is coming from and what we want to do about it.

Passing in an empty string as the test name filter will mark every test as focused, ignoring any focus or skip blocks set in the test files. An empty string...

bug
good first issue