Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

RenderMichael

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
renamed to `response`

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
reverted

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael pushed 1 commit to response-ctor RenderMichael/selenium
  • Rename `Response` local and parameter 7ce6809

View on GitHub

RenderMichael pushed 3 commits to response-ctor RenderMichael/selenium
  • [rust] Bump SM crates and rules_rust to the latest versions 3f3fd78
  • [dotnet] Add nullability to `CookieJar` (#14874) 28e9a3a
  • Merge branch 'trunk' into response-ctor 00fe634

View on GitHub

RenderMichael deleted a branch RenderMichael/selenium

cookie-jar

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...

View on GitHub

RenderMichael pushed 1 commit to repository RenderMichael/selenium

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

RenderMichael pushed 1 commit to cookie-jar RenderMichael/selenium
  • Update `ICookieJar` contract and implementation with null-handling parameter checks 74701ce

View on GitHub

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 ...

View on GitHub

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); ```

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

RenderMichael pushed 2 commits to main RenderMichael/playwright-dotnet
  • Depend on xunit.extensibility.core instead of xunit (#3076) c0693a2
  • chore: ignore GitHub Codespaces BROWSER env var (#3068) df59854

View on GitHub

RenderMichael pushed 1 commit to null-manager RenderMichael/selenium
  • Revert most cookie changes 8c84516

View on GitHub

RenderMichael pushed 1 commit to null-manager RenderMichael/selenium
  • revert a bunch of changes d7a2f15

View on GitHub

RenderMichael deleted a branch RenderMichael/selenium

internal

RenderMichael pushed 2 commits to trunk 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

View on GitHub

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

View on GitHub

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...

View on GitHub

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...

View on GitHub

RenderMichael created a review on a pull request on SeleniumHQ/selenium

View on GitHub

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.

Load more