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.

insert before regression

See original GitHub issue

In version 8.4.17 there was some regression when inserting new nodes with before(). Prior to this patch version using the before() method would add the nodes with a newline between the reference node and the new node.

see new lines when adding AST nodes in 8.4.16: example and no newlines when doing the same in 8.4.17: example

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
aicommented, Nov 10, 2022

Fixed by @romainmenke in 8.4.19

1reaction
aicommented, Oct 6, 2022

We made these changes to fix a bigger bug. Whitespaces are not so important.

But maybe @romainmenke can find a way to fix whitespaces too?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get a Grip! When to Add Covariates in a Linear Regression
There are 3 main cases where adding a covariate to your regression can make or break your resulting treatment effect estimate.
Read more >
Creating a Linear Regression Model in Excel - Investopedia
To add a regression line, choose "Add Chart Element" from the "Chart Design" menu. In the dialog box, select "Trendline" and then "Linear...
Read more >
Linear Regression using Stata - Princeton University
Before running a regression it is recommended to have a clear idea of what you are trying to estimate (i.e. which are your...
Read more >
Linear regression (adding constant to variables)
I'm running a multiple linear regression. Let's suppose I really need to use ...
Read more >
Calculating and displaying regression statistics in Excel
To run the regression, arrange your data in columns as seen below. Click on the “Data” menu, and then choose the “Data Analysis”...
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