Henrique Corrêa

Results 80 comments of Henrique Corrêa

`-bundleName` is part of the `[options]` and if you look at the output you provided, it clearly says `send [options] `. `` indicates that you must provide a file.

I agree with @xiantang. Data loss should not be acceptable at all. Instead of a warning, the best option is to print an error message and exit the application immediately,...

> I want to reload the browser page whenever my code changes. Right now, whenever a file changes, it rebuilds the Golang code, which is nice, but it does not...

The log above was with `chart.js ^2.7.0`, since with the latest one I noticed the following warning: ``` npm WARN [email protected] requires a peer of chart.js@

> this package seems to be unmaintained yes, it is. using `chartjs-node-canvas` instead. https://www.npmjs.com/package/chartjs-node-canvas

Don't worry about it. :) Most smaller bots don't have rate limiting implemented so it makes sense that such feature hasn't been requested yet. I would try writing a PR...

I'm facing a similar issue today with GORM v1.23.8 and CockroachDB. ![image](https://user-images.githubusercontent.com/75134774/189366968-e5b30dd2-d4c9-4570-a391-8b6e56baef43.png) ![image](https://user-images.githubusercontent.com/75134774/189367105-3b7df2c3-66c3-4a61-9165-7640c90e6f7c.png) Interestingly enough, if you don't set an index name (`gorm:"uniqueIndex"`), automigration fails on the second run as...

Actually, I think my issue is unrelated and I managed to fix it by defining the `unique` tag separately: ![image](https://user-images.githubusercontent.com/75134774/189391057-2f2a2a93-4652-4122-a59a-2d289fb5038a.png)

hello! which version of Golang are you running? run `go version` in the terminal to check it. if it's an old version, please try updating to a newer one and...

have you tried [`LoadImage`](https://pkg.go.dev/github.com/fogleman/gg#LoadImage)?