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 trunk SeleniumHQ/selenium
- [dotnet] Add nullability annotations to devtools domains (#15143) * [dotnet] Add nullability annotations to devtools... 787cf6f
RenderMichael closed a pull request on SeleniumHQ/selenium
[dotnet] Add nullability annotations to devtools domains
### **User description** **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 [contr...RenderMichael created a comment on a pull request on SeleniumHQ/selenium
Failures are not related to changes in this PR: ```bazel //java/test/org/openqa/selenium/mobile:NetworkConnectionTest //java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest //ja...
RenderMichael opened an issue on dotnet/roslyn
`Use auto property` does not remove `this` which is present only by necessity
**Version Used**: 17.13.0 preview 4.0 **Steps to Reproduce**: ```csharp class C { private readonly string a; public C(string a) { this.a = a; } public string A => a...RenderMichael pushed 1 commit to devtools-domains RenderMichael/selenium
- Update dotnet/src/webdriver/DevTools/Json/JsonEnumMemberConverter.cs a09bfb8
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
```suggestion var stringValue = reader.GetString() ?? throw new JsonException("Could not read an enum string from \"null\""); ```
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Resolved in a previous PR
RenderMichael pushed 1 commit to trunk RenderMichael/selenium
- [dotnet] Annotate nullability on `FirefoxDriverService` (#15220) * [dotnet] Annotate nullability on `FirefoxDriverSe... 773f9e0
RenderMichael pushed 1 commit to trunk SeleniumHQ/selenium
- [dotnet] Annotate nullability on `FirefoxDriverService` (#15220) * [dotnet] Annotate nullability on `FirefoxDriverSe... 773f9e0
RenderMichael closed a pull request on SeleniumHQ/selenium
[dotnet] Annotate nullability on `FirefoxDriverService`
### **User description** **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 [contr...RenderMichael created a comment on a pull request on SeleniumHQ/selenium
Failures are not related to changes in this PR: ```bazel //java/test/org/openqa/selenium/mobile:NetworkConnectionTest //java/test/org/openqa/selenium/remote:RemoteWebDriverScreenshotTest //ja...
RenderMichael pushed 8 commits to ff-driver-service RenderMichael/selenium
- [java][js][rb][py][dotnet] Remove firefox cdp (#15200) Related to #11736 29e858f
- [bazel] Remove empty globs In Bazel 8, the default is to disallow empty globs. Rather than make more changes as we u... b85e852
- [bazel] Use the new workspace naming convention 00111ed
- [dotnet] Fully annotate nullability on `HttpCommandExecutor` (#15110) * [dotnet] Fully annotate nullability on `Http... c6d887a
- [dotnet] Annotate nullability on `SafariOptions`, error, and enums (#15219) * [dotnet] Annotate nullability on `Safa... d458c6e
- [dotnet] Fix `JavaScriptEngine.ScriptCallbackBindings` not containing new bindings (#15221) * [dotnet] Fix `JavaScri... 421680f
- [dotnet] Handle nullability on `WebElement` (#15225) 480d3c7
- Merge branch 'trunk' into ff-driver-service 8c1135b
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Changing back Yes the message is nonsense because it is an impossible state to be in. There is underlying logic to handle a null driver path inside the driver service anyway.
RenderMichael pushed 1 commit to ff-driver-service RenderMichael/selenium
- Bring back null suppression a29331e
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
Replaced null suppress with exception
RenderMichael pushed 1 commit to ff-driver-service RenderMichael/selenium
- Replace null suppress with exception 0d4fdc5
RenderMichael pushed 1 commit to javascript-engine RenderMichael/selenium
- remove unnecessary changes to `InitializationScript` bea599b
RenderMichael pushed 9 commits to javascript-engine RenderMichael/selenium
- [dotnet] Add nullability to `Manage()` (#15210) * [dotnet] Add nullability to `Manage()` * Reference langword nul... 98b22f8
- [java][js][rb][py][dotnet] Remove firefox cdp (#15200) Related to #11736 29e858f
- [bazel] Remove empty globs In Bazel 8, the default is to disallow empty globs. Rather than make more changes as we u... b85e852
- [bazel] Use the new workspace naming convention 00111ed
- [dotnet] Fully annotate nullability on `HttpCommandExecutor` (#15110) * [dotnet] Fully annotate nullability on `Http... c6d887a
- [dotnet] Annotate nullability on `SafariOptions`, error, and enums (#15219) * [dotnet] Annotate nullability on `Safa... d458c6e
- [dotnet] Fix `JavaScriptEngine.ScriptCallbackBindings` not containing new bindings (#15221) * [dotnet] Fix `JavaScri... 421680f
- [dotnet] Handle nullability on `WebElement` (#15225) 480d3c7
- merge trunk into branch 53b8f02
RenderMichael pushed 4 commits to trunk RenderMichael/selenium
- [dotnet] Fully annotate nullability on `HttpCommandExecutor` (#15110) * [dotnet] Fully annotate nullability on `Http... c6d887a
- [dotnet] Annotate nullability on `SafariOptions`, error, and enums (#15219) * [dotnet] Annotate nullability on `Safa... d458c6e
- [dotnet] Fix `JavaScriptEngine.ScriptCallbackBindings` not containing new bindings (#15221) * [dotnet] Fix `JavaScri... 421680f
- [dotnet] Handle nullability on `WebElement` (#15225) 480d3c7
RenderMichael created a review comment on a pull request on SeleniumHQ/selenium
This only returns null if `driverPath` is null or if it is the path of a root directory. Both of these are impossible because `File.Exists(driverPath)` returned true. I could do a sanity check here...
RenderMichael pushed 1 commit to trunk SeleniumHQ/selenium
- [dotnet] Handle nullability on `WebElement` (#15225) 480d3c7