Mitar

Results 583 issues of Mitar

nginx Docker image does not seem to be using memcached? If I compare apache init_volume.sh with nginx one?

I am trying to make the first release and I am getting the following error: ``` Missing section for previous release ("0.0.0") in CHANGELOG.md. ``` I prepared the following changelog:...

Reading [documentation here](https://swagger.io/docs/specification/callbacks/). I think that in the multiple callbacks section, the example is missing event names for `failedUrl` and `successUrl` cases. So instead of: ``` callbacks: inProgress: '{$request.body#/inProgressUrl}': post:...

We use code like this to encode a version of the gRPC protocol: ```protobuf import "google/protobuf/descriptor.proto"; extend google.protobuf.FileOptions { string protocol_version = 51000; } option (protocol_version) = "0.1.0"; ``` And...

enhancement
good first issue
javascript
P3
triaged

In my code I often have `return foobar{}, errors.New("some error")` to return an empty struct when there is an error. Currently linter complains about that. I can go around that...

If I have private struct with some exported fields (uppercase) and some not (lowercase) I would like that this linter complains only if I forget about an exported field. While...

I made [a spiritual successor of `github.com/pkg/errors`](https://gitlab.com/tozd/go/errors) some time ago and in it I want to know if an error already contains a stack trace. The goal is that if...

(This is a followup to https://github.com/Polyconseil/vue-gettext/issues/93.) As an example, let's look at the following simple Vue template: ```vue XXX foo YYY ``` Currently this is extracted as: ``` msgid ""...

**Is your feature request related to a problem? Please describe.** So I use nested transactions. And I would want that various parts of code do not have to compose well...

**Is your feature request related to a problem? Please describe.** With recent Go improvements [to convert strings from and to []byte without copying](https://pkg.go.dev/unsafe@master#StringData) I would like storing strings into bytea...