Jeroen Hermans

Results 21 comments of Jeroen Hermans

Universal WebExtensions Installer?

We noticed a similar issue and verified it was solved by adding the `close` handler to the request instead of the stream in `Watch.watch`: https://github.com/kubernetes-client/javascript/blob/master/src/watch.ts#L120 Alternatively, changing `close` to `end`...

A PR with a reimplementation was opened (#242), but now protowhat will become the base for pythonwhat so they can share these SCTs.

We should probably always mention the context/env when it is set (also when calling a function with `check_call`, rerunning a body with `check_body().has_equal_output()`, checking the value of an argument with...

Thank you for reporting documentation improvements! The first is the implicit state that is built up by traversing the code (as mentioned elsewhere on the reference page, you shouldn't set...

@klmedeiros It's down to 24: ``` course_id chapter_id id number title 1 1531 3844 38857 8 Using zip 2 1531 3845 38874 9 Dict comprehensions 3 1606 4135 42717 12...

@epicfaace The reason to give `getMatchingOption` a different return value for 'data matches the first option' and 'data matches none of the options' is that they need different behaviour. Without...

@epicfaace is there something more I can do to get this PR merged?

@epicfaace I rebased the PR and the CI still passes. The test updates in this PR add cases that fail before the fix and pass after.

This looks like the same error as [this (also including fixes)](https://github.com/google/seq2seq/issues/285).