Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
RenderMichael opened a pull request on SeleniumHQ/selenium
[dotnet] Add nullability to `IniFileReader`
**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
ini-file-reader - A browser automation framework and ecosystem.
RenderMichael opened an issue on dotnet/roslyn
Langword null fixer breaks when `null` is at the end of the strinrg
**Version Used**: 17.13.0 Preview 2.1 **Steps to Reproduce**: ```csharp class C { /// <summary> /// /// </summary> /// <param name="x"></param> /// <exception cref="ArgumentN...RenderMichael pushed 13 commits to trunk RenderMichael/selenium
- [bazel]: Bump `rules_protobuf` to avoid warning about `maven` namespace (#14891) 7cde7f8
- [bazel]: Prepare for bump of `rules_closure` (#14890) Future updates to `rules_closure` remove the handy `closure/li... 2cc530d
- [bazel] Switch to rules_closure 0.12.0 (#14895) 744e7d6
- [rb] BiDi Network: add_request_handler, remove_request_handler, clear_request_handlers (#14751) * Start the work on ... 89b84ae
- [dotnet] [bidi] Convert RemoteRefrence to an interface daf7356
- [dotnet] [bidi] Convert RemoteObjectReference to an interface 19b7b5d
- [dotnet] [bidi] Fix name of autodetect proxy configuration e6d6e0b
- [rust] Use file lock to protect concurrent accesses to cache (fix #13511 and #13686) * [rust] Use file lock to prote... 6ce47b2
- [dotnet] [cdp] Add more internal logs around CDP implementation Related to #14903 cd138fc
- [java]: Improved span name for `TracedCommandExecutor` (#14902) Co-authored-by: Puja Jagani <[email protected]> 825b040
- Automate dependencies repins for Renovate PRs (#14709) Co-authored-by: Viet Nguyen Duc <[email protected]> 7ee9d16
- [dotnet] Correct assertion of struct type in internal tests (#14878) 4f25f67
- [dotnet] Add nullability annotations to `SessionId` (#14841) c0b45ad
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
This is actually not the exception users will see. If this exception is thrown, it is handled and transformed `HttpRequestException` -> `WebDriverException` earlier in the code, here: https://gith...
RenderMichael created a comment on a pull request on SeleniumHQ/selenium
Format issues seems to be coming from `rust/src/lock.rs`, and test failure is in `//java/test/org/openqa/selenium:ClickTest-firefox-beta`. I think this PR has no issues.
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Luckily this is the same behavior which already exists. Currently the method `UnpackAndThrowOnError` throws the same exception. The only difference here is the more specific message and inner excep...
RenderMichael pushed 2 commits to http-exception RenderMichael/selenium
RenderMichael opened a pull request on SeleniumHQ/selenium
[dotnet] Remove indirection through `Response` on HTTP exception
**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
http-exception - A browser automation framework and ecosystem.
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Personally I would make this an `InvalidOperationException`. Even better, I would make this class generic on `TCommandInfo` and pass in that value. (this would also remove the need for the `Type Re...
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
So I took a deeper look at this, and although it's storing datetime values, it does so as unix timestamps (and therefore, numbers). ![image](https://github.com/user-attachments/assets/e5838dfa-2...
RenderMichael pushed 1 commit to session-id RenderMichael/selenium
- Handle nullability for session Id in `WebDriver` 7810cf3
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
According to spec, StartSession always contains a `sessionId` ![image](https://github.com/user-attachments/assets/18a66ba4-176b-43f0-b011-a0182232ba4f)
RenderMichael pushed 1 commit to session-id RenderMichael/selenium
- Throw on missing sessionId from StartSession a9cc9d6
RenderMichael pushed 2 commits to trunk RenderMichael/selenium
RenderMichael pushed 1 commit to null-manager RenderMichael/selenium
- Mark `IAlert.Text` as nullable f03f0f9