Itay Neeman

Results 12 issues of 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...

kind/bug
kind/enhancement

We have a trigger that is configured like this: ![image](https://cloud.githubusercontent.com/assets/3266/22909326/4bb61cb8-f208-11e6-83b7-21bf1f17890a.png) I can see the API returning it: ![image](https://cloud.githubusercontent.com/assets/3266/22909339/59248e7a-f208-11e6-927c-99c56b5dd366.png) However, it's not being rendered: ![image](https://cloud.githubusercontent.com/assets/3266/22909349/6238a6fe-f208-11e6-96a4-2bd8f8448a51.png) Any idea what might be happening?

bug
help wanted

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

enhancement

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

enhancement

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