François A.
François A.
It could be better to set two `New()` function for convenience : `NewWithToken()` and `NewWithOAuth2()`. Don't you think ? Because `discordgo.New("Bot " + token)` is not really clean as it...
Version : all Command : kots admin-console upgrade Use case : Version mismatch Example : `KOTS CLI version 1.106.0 does not match API version 1.105.4.` It exits with status code...
Hello, First of all, thanks a lot, what you did is awesome and very useful ! Here are the issues : - Sometimes the API stops responding and I do...
It could be awesome to use your library in combination with ui.bootstrap.buttons for great and beautiful "button checkboxes".
I posted an issue here : https://stackoverflow.com/questions/65858504/postgres-bigint-value-not-being-created-or-updated-with-golang-and-sqlx Here is the content. I am doing this : Note : Request is generated with **squirrel** ```go // Prepare query qb := sq.Update(d.table)....
**Describe the bug** The form errors are not displayed when entering a bad value in CollectionField (collection of MoneyType), I tried to set it as required, to see if it...