Mitar

Results 578 issues of Mitar

Inside our CI environment, we use [Kaniko](https://github.com/GoogleContainerTools/kaniko) to build Docker images. Kaniko support caching by pushing Docker image layers to a Docker registry. We use docker-registry-proxy for Docker caching inside...

I think current verbose language description is great when you do not know the tool. But if you do know the tool but just need quick reminder what each argument...

feature request

While JSON schema is useful to validate if the JSON is of valid structure and types, JSON-LD allows one to assign semantic values to the JSON properties. This allows then...

proposal

Not sure if this is the best place to comment on the RFC, but I see that for key names there are only primitive JSON types specified. Wouldn't it be...

proposal

Feature request: I would like to share a set of datasets with my students. Ideally, I would publish them to datbase.org and invite them and they would then be able...

The package has documentation at: https://meteor-community-packages.github.io/meteor-roles/ Should we organize it by versions? Where should be the job to build it? GitHub Actions?

I find it so useful that I would love to use it also outside of Meteor. :-)

enhancement

I have the following code to disable autoreloading: ``` Meteor._reload.onMigrate(function () { return [false]; }); ``` But at least based on console log vue still reloads the app's components: ```...

It seems data-v attributes are added to all DOM elements even if I am not using scoped styles. To my understanding, Vue proper adds them only when scoped styles are...

enhancement