Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
RenderMichael pushed 1 commit to input-device RenderMichael/selenium
- Do not demand for `PointerMoveInteraction.target` to be not-null e244523
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
> Am I right that this hidden knowledge is private? If yes, we can leave it as is. This is a debacle of the `Actions` vs `ActionsBuilder` class. The `Actions` class exposes higher-level operatio...
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Removed the nullability annotation
RenderMichael pushed 1 commit to httpCommandExecutor RenderMichael/selenium
- Remove nullability annotation from `HttpCommandExecutor.CreateHttpClient` 312791e
RenderMichael created a comment on a pull request on SeleniumHQ/selenium
I'm doing my best to keep each PR completely isolated from the other ones, so they can take as much time as they need to merge. Some points I am more active, other times I will go days without a...
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Once we enable `#nullable` for the full file, we will mark `this.client` as maybe-null. However, after calling this method, we know for sure that `this.client` is not null. So we can do something l...
RenderMichael opened a pull request on SeleniumHQ/selenium
[dotnet] Annotate nullability on `HttpCommandExecutor` aside from `Response`
**Thanks for contributing to Selenium!** **A PR well described will help maintainers to quickly review and merge it** Before submitting your PR, please check our [contributing](https://github.c...RenderMichael created a branch on RenderMichael/selenium
httpCommandExecutor - A browser automation framework and ecosystem.
RenderMichael pushed 1 commit to trunk RenderMichael/selenium
- [dotnet] Add nullability annotations to `Proxy` (#14861) be90e2f