David Brouwer

Results 165 comments of David Brouwer

@ShivanshVij thanks!

Any general build message is not logged out as json, but should still be included in the output. E.g. import cycle

@amaanq try taking them out of the requires section

Try upgrading lua to v5.4 (and neovim to 0.8 if its not)

Hm very strange. Next thing I would try is manually cloning, and instead of using the repo in packer use the absolute path to the clone, and run `PackerSync` again

What is progress here? I saw its filled with run/output/status for each line. Didn't anything for build message there, not sure if its necessary ```lua tests[testname] = { output =...

Now also fixed global output. Meaning; previously if you opened the output with the cursor outside of a test function it would show json-like output, which I found annoying, so...

![image](https://user-images.githubusercontent.com/25869544/200020780-853c3c00-34a4-40e1-8d3a-e752e6cf2f3c.png) I've added more coloring for testify output, the extra coloring is nice but I'm not sure about the colors themselves yet. Open to suggestions

Panic highlight: ![image](https://user-images.githubusercontent.com/25869544/200082308-790ed10c-6959-498b-afae-4284f57a9298.png)

Changed to built-in functions. Didn't know about them