Christian Bewernitz
Christian Bewernitz
I know it's really an edge case since it can only happen when not reading the awesome documentation properly. But since it's actually a contradiction according to the documentation and...
I wanted to verify that I draw the right conclusions from the documentation: 1. Depending on when a script is loaded, it is possible that `window.flutter_inappwebview` is not yet set....
Since updating to 2.1b1 it loads all tabs initially and popupmenu on tabs is missing Bartab-entries
Did u drop support for FF 3.5.11 ? Will this be fixed for FF 3.5.11/when? thx
We are currently using `cdktf get` to get providers. I would like to switch to the installing them as npm dependencies. And I would prefer to install the exact version...
in node shell: ```node > const arg = require('arg') undefined > arg({"--int": parseInt}, {argv:["--int=-100"]}) { _: [], '--int': -100 } > arg({"--int": parseInt}, {argv:["--int -100"]}) Thrown: { Error: Unknown or...
**Question** Since our stryker run takes around 2 hours to complete we currently only run it on the default branch. It would be nice if we could still execute just...
I would like to use the same config in multiple projects. At the moment I have to insert everything again or "mess" with the configuration-xml(s). It should be to difficult...
I would have expected `next-update --available --changed-log` to work, but it fails with the message ``` _.pluck(toCheck, 'name'), ^ TypeError: _.pluck is not a function at Object.available (/home/dev/.../node_modules/next-update/src/next-update.js:29:11) at Object....
Instead of writing: ``` assertThat(false, describedAs("false is false", isTrue())); ``` it would be more "intuitive" to be able to write: ``` assertThat(false, isTrue().describedAs("a failing false")); ``` I think describeAs is...
In the living specs for parsing XML and HTML, that this library is trying to implement, there is a distinction between the different types of documents being parsed: There are...