Antoine Goutenoir

Results 40 issues of Antoine Goutenoir

> Features and scenarios are executed in multiple workers, so there is a degree of unpredictability of the order of execution. Is there ? I think the `forEach` method waits...

https://github.com/dkornishev/dherkin/releases

``` gherkin Feature: Specs In order to test the runner's output As dherkin developers We should have a gherkin feature for it. ``` The only non-deterministic part of the output...

enhancement

If you want to vote for native support for working multi-screen screenshare, here's the relevant issue : https://bugs.chromium.org/p/chromium/issues/detail?id=396091 It's not closed, but it's not overly active either.

We'll branch the current main into `3.x`, and move the `master`/`main` to Godot 4, someday soon.

Godot will soon use these types to _Make Things Run Faster_ ©.

enhancement
api break

There are multiple strategies to achieve that. Some notes - rewrite stuff to trackball around a target node instead of the parent, like some other cameras do - right now...

enhancement
help wanted
question

As far as I've tested, on Firefox on Android, moving the camera with swipes is OK, with the default export to html presets. More tests are required, feel free to...

enhancement
help wanted

I love these koans ! Is it relevant to drop a word of caution regarding rounding? ```elixir koan "But beware of floating dragons" do assert Float.round(2.675, 2) == ___ end...

I noticed that `BackgroundExecutor.cancelAll` did not work for me in the field, with the latest build from `develop`. I had had a look at the tests earlier, and saw [these](https://github.com/androidannotations/androidannotations/blob/b1e1903307d143b22f985d61c8b8e552d9c1c291/AndroidAnnotations/androidannotations-core/androidannotations-test/src/test/java/org/androidannotations/test/ThreadActivityTest.java#L337)...