Jayasubin J

Results 5 comments of Jayasubin J

I was scratching my head for the past two hours thinking why .beginSSL() was showing up even though I am just using the .begin(). Thanks @itaygenkin for the solution; It...

Yes, locking `GoRouter` down to `12.1.3` made `PopScope` work again. @btrautmann, in our project, we use `context.go()` everywhere and never `push()`, since the latter doesn't update the address bar in...

I faced this issue with `IntCellValue` and `DoubleCellValue`. But when I applied the `CellStyle` like @Kontrano posted here, it works as expected. Is the maintainer @justkawal fixing this issue?

> You can see a fix here in my fork of the repo -> [uberchilly@a6d236d#diff-fda800d8e5251735122b4d1de71e2c89b9ce318c3e1719330aa502985140da0cL476](https://github.com/uberchilly/dashboard/commit/a6d236d6da1225428b696ca571bbe6161b93e6ce#diff-fda800d8e5251735122b4d1de71e2c89b9ce318c3e1719330aa502985140da0cL476) can you create a merge request so that everyone can get the fix?

I'm also facing the same issue. Have you found a solution?