Lily Skye

Results 103 comments of Lily Skye

Gotcha, thanks for the explanation! I'll give it a shot

I was able to get it working! I had to: - Symlink `brcmfmac43602-pcie.FreeBSD-BHYVE.bin` to `brcmfmac43602-pcie.bin`, as you said - Obtain [brcmfmac43602-pcie.txt](https://gist.github.com/MikeRatcliffe/9614c16a8ea09731a9d5e91685bd8c80), modify its contents to contain my device's mac address...

Not at all, that sounds awesome. Thank you!

I don't own tfc, but if you can chop up the lines into words and upload those word .wav files somewhere, I would be happy to add them

As of 1.1.0, you can pass options for enzyme's `mount`, `shallow`, or `render` functions into `mountWrapper`, `shallowWrapper`, or `renderWrapper`. This lets you set context like this: ```js describeComponent(MyComponent, ({ mountWrapper...

Could you post the error stack? This is likely a bug in [luaparse](https://github.com/fstirlitz/luaparse), though it might just be that we're using an old version.

I don't remember; I think it was probably just because it was what me and the other person working on this were used to I don't have a strong opinion...

Dang, sorry @gakada! I totally missed the notification for this PR. That said, I still think we should merge in this code, since it conditionally handles both prettier 1 and...

Food for thought: - I don't often see semicolons in lua code (but I haven't done any roblox stuff). If they aren't common, I don't think it's super important that...