question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Master branch fixes

See original GitHub issue

There was some functionality that I wanted to use, primarily the ability to delay the execution of a step and trigger functionality prior to a step. This lead me to your master branch, I appreciate it is a work in progress but i wanted to feed back the few minor updates I needed to make to get it suitable for my use.

Fork and branch can be found here: https://github.com/tarqu1n/reactour/tree/temp-bug-fixes

Changes

Looking forward to the master branch being finished.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tarqu1ncommented, Nov 22, 2019
0reactions
elrumordelaluzcommented, Nov 22, 2019

yup! thanks @tarqu1n

Now I have to found time to work and close the issues related on actionBefore (how to cancel async stuff, etc.) and update readme to let know people that master branch is not published yet.

Thanks again!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Basic Branching and Merging - Git SCM
If you need to pull it in, you can merge your master branch into your iss53 branch by running git merge master ,...
Read more >
How to fix a Git master branch after accidently merging the ...
Solution 1: Revert the revert. You can revert R on master or an auxiliary branch that you derive from master. Then you merge...
Read more >
Git tip: A quicker, smarter way to merge fixes with the master
This blogpost will explain how you can speed up the process of merging your fixes with the master branch(es) of your projects.
Read more >
Git — fix commits mistakenly pushed to master branch - Medium
We are going to merge master into feature branch (again), and then make a second revert commit there. ... The fix is done...
Read more >
Git: How to replace the master branch - Skofgar's Blog
Replace the main “master” branch with the “fixed “branch using: git push origin +fixed:master. Depending on what your remote repository is ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found