Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
renamed to `response`
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
reverted
RenderMichael pushed 1 commit to response-ctor RenderMichael/selenium
- Rename `Response` local and parameter 7ce6809
RenderMichael pushed 3 commits to response-ctor RenderMichael/selenium
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
I plan to propose some follow-up changes after this PR is merged, and this variable name makes the diffs as clean as possible. I can re-name in a follow-up, or I can change it here if that's prefer...
RenderMichael opened a pull request on SeleniumHQ/selenium
[dotnet] Annotate nullability on command repository
**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
repository - A browser automation framework and ecosystem.
RenderMichael pushed 1 commit to trunk RenderMichael/selenium
- [java] Enable SpotBugs for java_export (#14882) f697509
RenderMichael pushed 4 commits to response-ctor RenderMichael/selenium
- [py] add execute_cdp_cmd to Remote (#14809) * [py] add execute_cdp_cmd to Remote * use inherited method 4bb5353
- [java] SpotBugs exclude `IS2_INCONSISTENT_SYNC` form the `SeleniumManager` (#14768) 9d68245
- [java] Enable SpotBugs for java_export (#14882) f697509
- Merge branch 'trunk' into response-ctor e18888c
RenderMichael pushed 4 commits to cookie-jar RenderMichael/selenium
- [py] add execute_cdp_cmd to Remote (#14809) * [py] add execute_cdp_cmd to Remote * use inherited method 4bb5353
- [java] SpotBugs exclude `IS2_INCONSISTENT_SYNC` form the `SeleniumManager` (#14768) 9d68245
- [java] Enable SpotBugs for java_export (#14882) f697509
- Merge branch 'trunk' into cookie-jar 1c81be9
RenderMichael pushed 1 commit to cookie-jar RenderMichael/selenium
- Update `ICookieJar` contract and implementation with null-handling parameter checks 74701ce
RenderMichael created a comment on an issue on SeleniumHQ/selenium
Taking a look at how users actually use this method in the wild: https://grep.app/search?q=GetCookieNamed%28 It looks like more often than not, people are just making an assertion that a cookie ...
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
This will fight nullability once that's implemented on `Cookie`. Could this be a cast instead? ```suggestion return Cookie.FromDictionary((Dictionary<string, object>)rawCookie); ```
RenderMichael pushed 2 commits to main RenderMichael/playwright-dotnet
RenderMichael pushed 1 commit to null-manager RenderMichael/selenium
- Revert most cookie changes 8c84516
RenderMichael pushed 1 commit to null-manager RenderMichael/selenium
- revert a bunch of changes d7a2f15
RenderMichael pushed 2 commits to trunk RenderMichael/selenium
RenderMichael pushed 6 commits to null-manager RenderMichael/selenium
- [dotnet] Modernize `Response` type (#14839) abb8440
- [dotnet] Add nullability to Logs API (#14875) 623c4aa
- [java] include the exit code to the error message of a failed driver startup cc58a4e
- [py] add execute_cdp_cmd to Remote (#14809) * [py] add execute_cdp_cmd to Remote * use inherited method 4bb5353
- [java] SpotBugs exclude `IS2_INCONSISTENT_SYNC` form the `SeleniumManager` (#14768) 9d68245
- Merge branch 'trunk' into null-manager 6c5bd45
RenderMichael created a comment on an issue on dotnet/runtime
If this analyzer is only intended to fire for a hard-coded member or field name, would this scenario be better served by adding a fixer to transform the code to use `[UnsafeAccessor]`? At least whe...
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Modern NUnit comes with some analyzers which explained that `profiler.StartTime`, `profiler.EndTime`, and `delta` are value types (all doubles) so can never be null. These tests pass if we assert i...
RenderMichael opened a pull request on SeleniumHQ/selenium
[dotnet] Complete NUnit 4 future-proofing
**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
nunit-4 - A browser automation framework and ecosystem.