Peter Grman

Results 30 comments of Peter Grman

You need to have the build essentials installed. Afterwards you install Mutate simply via ppa. It will be compiled on your machine and everything should work. You don't need to...

@ajcvickers - for those of us who might have found this question and are concerned enabling AsNoTracking for all queries which don't need tracking, by default - is this only...

hi @protometa - did you ever get to implement the feature? I'm using meteor with angularjs so basically what I need is to translate a simple markdown file to a...

@protometa no problem. Maybe I'll do it as an exercise on how to create a meteor package later next month. I'll add the link here if I ever get to...

Since I'm trying to commit another change, here are some more details. This is the default behavior: ````bash $ git commit -m "rename input ID to be a noun" WARN[0000]...

@jayam04 this is on linux, so definitely not using Docker Desktop for Windows or Mac, here the docker info output: ````bash $ docker info Client: Context: default Debug Mode: false...

@seanlip PTAL I didn't write tests for the code, since the correct behavior would need to be verified via e2e tests and I couldn't find webdriverio tests which would open...

It's most likely red due to flaky tests https://github.com/oppia/oppia/pull/20913 should fix that

I'm creating new tags for new github branches - I'd also like to automatically delete tags when github branches get deleted - is there any other way to do it?...