Divya Jain

Results 7 issues of Divya Jain

I am trying to write a db agnostic layer for my module so wanted to return the data fetched in form of a dict. I tried `.to_json()` but it serializes...

`l2_loss` for transform matrix was never added to total `l2_loss`, as the values of constants are wrong in the if the condition.

Some improvements to the Page Header and Tab UI. Original | New :--------:|:-------: ![image](https://user-images.githubusercontent.com/62170586/196609248-ff150c6e-2995-4bcc-8573-49ffaf388446.png) | ![image](https://user-images.githubusercontent.com/62170586/196609105-34c42a1c-e29b-4090-96c4-f9be61981c99.png) ![image](https://user-images.githubusercontent.com/62170586/196609329-b7a6f37e-e8c2-4004-a98b-73f837122ff8.png) | ![image](https://user-images.githubusercontent.com/62170586/196609500-48310384-4668-4cca-9785-481e88c7e93c.png) What? - Create a new Scaffold component, which includes the header...

ui
enhancement
wip

Fixes #2652 Added support for forcing colored output even if stderr is not connected to terminal using `FORCE_COLOR` environment variable. Helpful in situations when running a command like `watch gleam...

**What?** * Add support for variables at user, org, repo and admin level which will be exposed to the pipelines. * This is similar to secrets, but they will not...

feature

Added support for path params in the middles of the paths as well Earlier `/user/@{username}` didn't register `username` as a path param. Similarly `/{month}-{day}-{year}` from chi's [readme examples](https://github.com/go-chi/chi?tab=readme-ov-file#examples) would only...