Henrique Corrêa
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.   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: 
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)?