Mitar

Results 583 issues of Mitar

**Is your feature request related to a problem? Please describe.** I want to log `Notice`s as I get them from the server. Currently they are exposed in `Notice` struct, but...

**Is your feature request related to a problem? Please describe.** I have not measured any of this, but while working on #1875, I noticed that there is a lot of...

There are few other extensions which would be great to have an API for: - extending subscription handle (what is returned from `Meteor.subscribe`) - wrapping existing methods on collections (like...

enhancement

I really like things you described at http://theoj.org/. We have quite similar ideas and are working on a similar project: - Site: https://peerlibrary.org/ - Video: https://vimeo.com/93085636 We started from a...

In README you are saying that the viewer is for Postgres SQL, but https://github.com/datacamp/antlr-plsql looks like it is for Oracle SQL?

I think it would be nice to preserve space inside `` tags.

`json.NewDecoder(r).Decode` by itself is meant as a streaming parser and it does not fail on its own if there is trailing data after payload. I use [such check](https://github.com/golang/go/issues/36225#issuecomment-1649618098) in my...

With Meteor 1.5.1, `this.connection` is always set, even from server called methods, see https://github.com/meteor/meteor/pull/8629. So the suggestion here, to check if `this.connection` is `null` does not work anymore. cc @abernix,...

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...

We could use examples from [guide example app](https://github.com/meteor-vue/guide) and convert them to tests.