rex posadas

Results 7 issues of rex posadas

The copy button copies the command prompt. We should remove the command prompt so that what is copied is valid. I.e. I should be able to click on the "copy"...

A simple reformat of a list in the tutorial. This is to improve readability.

Is there an example I can look at to see how Renderer handles multiple layouts? Say my registration page and my login page have two different layouts. How would I...

# Rationale I suggest using the assert package in the tests. See: https://github.com/stretchr/testify It'll make the code cleaner. For example in api_test.go we have: ```go if err == nil {...

See issue: https://github.com/sashabaranov/go-openai/issues/186 Add helpers in order to reduce boilerplate code in the tests. To test this PR run the tests: `go test ./...`.

Hello, Just curious, is this repo still being maintained? I was thinking of adding features to this library but I don't see much activity. If it is not being maintained,...