Rafael Quintela

Results 4 issues of Rafael Quintela

```bash $ docker run --rm -p 9000:9000 h2non/imaginary -enable-url-source $ curl http://localhost:9000/smartcrop?width=31&height=31&type=webp&url=https://camo.githubusercontent.com/bcb3b2bd343c3c85aaf6094e51c6178bbe239a32/687474703a2f2f7331342e706f7374696d672e6f72672f3874683731613230312f696d6167696e6172795f776f726c642e6a7067 {"message":"Error while processing the image: shrink: parameter vshrink not set","code":1} ``` but if you increment the with to...

bug
bimg issue

Completion-nvim is broken for nvim >= 0.5.1 The signature changed from `function(err, method, result, client_id, bufnr, config)` to `function(err, result, ctx, config)`. > ref; https://github.com/neovim/neovim/pull/15504

I use gopls to complete some structs, but when the suggestion is a struct like `&model.User{}`, it will complete without closing the brace(`&model.User{`) Enable auto close brace by ```vim let...

Error on start `django.core.exceptions.ImproperlyConfigured: You must configure``cache.backend``.` You should add `SENTRY_CACHE='sentry.cache.redis.RedisCache'` to sentry.conf.py