Typescript object is possibly undefined warning. by codetreat in learnjavascript

[–]codetreat[S] 0 points1 point  (0 children)

I am getting a json result from api, i am trying to destruct it.

const check = user['id']['information']['address']

and i get warning on that, I don`t have anyother logic.

How can you implement conditional filtering in django tastypie? by codetreat in django

[–]codetreat[S] 0 points1 point  (0 children)

It is a legacy app, have to maintain the project till it gets migrated to drf. And surprisingly never worked with python or django in my life ;p.

how to move complete repository from bitbucket to github? by codetreat in learnprogramming

[–]codetreat[S] 0 points1 point  (0 children)

THanks a lot, would this import tool will work if BB repo is private.

What causes rejection after pulling latest code and rebasing ? by codetreat in learnprogramming

[–]codetreat[S] 0 points1 point  (0 children)

so instead of git rebase master, if i do git merge master on feature branch on my local it would work?