Fotis Gimian
Fotis Gimian
The easiest workaround for now seems to be: ```go package tester_test import ( "testing" "github.com/stretchr/testify/require" ) func TestVeryLongSlice(t *testing.T) { var bigSlice []string for i := 0; i < 20000;...
> We use a scanner to get the text which should go there line by line (it can be multiline) to indent each line until after the field name: >...
> Hello For the argument ordering, you can enable https://github.com/Antonboom/testifylint via golangci Thanks, yep I'm using this already, but I think my point was more around the inconsistency of the...
Just my 2 cents below 😄 > 1. Change the signature of the `assert`, and `assert/cmp` functions to use generics instead of `any` as the argument types ([assert: use type...
Little +1 from me too, absolutely love MacDown :smile: Perhaps a good reference would be Sublime Text 3 with its MarkdownEditing plugin. It does exactly this with Tab and Shift+Tab...
> Ooh, good catch. Thanks for pointing that out! We should skip reading the content length and do the take(), plus a read_to_string(). Sweet, makes sense! Thanks heaps for the...
Amazing stuff, thank you so much @FractalBoy!
I'll be trying this out myself tomorrow but you should simply be able to import the cache variable and use it in the blueprint. e.g. let's assume you have this...
How embarassing, this was a simple syntax error... ``` link(rel="stylesheet", type="text/css", href="theme.css") ``` Closing :smile:
Hello, I was about to post the same feature request here as I have a similar request. My test class is called TestRabbitMQ and I get this: ``` Rabbit m...