Swastik Baranwal

Results 268 comments of Swastik Baranwal

@pujagani I believe we should go with giving a warning for this as it is a breaking change. As said let's merge and introduce this change after next 2 versions...

> @Delta456 Would like to create a separate PR displaying the warning? Sure

https://github.com/SeleniumHQ/selenium/pull/14491 has been merged. Thanks @pujagani!

> @Delta456 Please help resolve the merge conflicts when time permits. Thank you! I can only fix the merge conflicts when the #14711 PR is merged

This issue needs to be closed because #13876 has been merged

Hi, this program won't work with Windows 7 cmd and powershell because it is severely outdated and cannot print the needed ANSI escape codes. `ConEmu` should work here.

Have a POC ready https://github.com/Delta456/gradient-string/blob/main/examples/simple.go ```go package main import ( "fmt" "github.com/charmbracelet/lipgloss" "github.com/delta456/gradient-strings" ) func main() { b, _ := gradient.NewGradientBuilder(gradient.WithColors(lipgloss.Color("123"), lipgloss.Color("202")), gradient.WithDomain(0.0, 1.0)).Build() b1, _ := gradient.NewGradientBuilder(gradient.WithColors(lipgloss.Color("253"), lipgloss.Color("129")), gradient.WithDomain(0.0,...

I know it's fairly simple but how can this be added alongside with the current `lipgloss` API design.

I assume Node has experimental support for TypeScript, so it works now?