Itay Neeman
Itay Neeman
In our examples, the code executing is not entirely idempotent, and so the way Editr works is a bit problematic. This is because it just re-executes the code in the...
In my tests, if you set --dns-ports to another port (say `1054`), you get an inoperable cluster. The installation stops at: ``` Mon Apr 22 01:20:36 UTC Wait for kubernetes...
We have a trigger that is configured like this:  I can see the API returning it:  However, it's not being rendered:  Any idea what might be happening?
It would be nice to have a variable that had all the commit messages from the commits in the PR. In an ideal world it would look similar to what...
I was wondering if it's possible to connect to an authenticated Presto cluster (e.g. authenticated with LDAP)? I could not find any information in the docs or in the code...
I was wondering if it is possible (and if you had any plans) to add a general "search" option that can just search for things in the codebase. Examples might...
The table output that `cli-table` uses on Windows is totally whacked.
There's nothing in what Cover does that prevents it from running in the browser. It just involves a bit of decoupling to take out the Node specific parts out (like...
Imagine I have a definition that allows for some flags and then two positional arguments (named command and myargs), the second of which is a list, then, I invoke it...