Tilda Udufo

Results 268 comments of Tilda Udufo

Hi @cesswairimu, I opened an issue here https://github.com/publiclab/plots2/issues/11246 and tagged @SteveSayantan. Let me know if you need any help with that issue.

Hi @RaviAnand111, yeah you can work on this. Thanks!

@RaviAnand111 I think the problem is the line break that is added to the `iframe` code after copying. I copied the iframe code from the top and then removed all...

@RaviAnand111 I tried using this SO answer to remove the line breaks but that removes the `iframe` completely https://stackoverflow.com/a/51602415/11953728. I also tried pasting the code above in other markdown editors...

@NARUDESIGNS I use this gist https://gist.github.com/jordanbtucker/17b6c3c7cdaca12327d0 when I have unwanted commits in my PR. `` will be the latest commit hash (the last commit you added to this branch). The...

Just make the branch you’re working on is updated with recent changes.

@NARUDESIGNS Doing a rebase is safe but if you’re worried you can go ahead and open a new one

`git rebase` allows you to pick and drop commits.

@NARUDESIGNS I think it’s supposed to be the name of your branch. My bad!

@NARUDESIGNS I just ran the same command on my local repo and it worked