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.

Include regression between 2.x and 3.x with dynamicPartials: false

See original GitHub issue

Upgraded to 3.x and a test case started failing for me that worked in 2.x, looks like this:

{% include included-data.html, myVariable: 'myValue' %}
ENOENT: Failed to lookup included-data.html, in: test/stubs/_includes, line:1

Thank you!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
harttlecommented, Apr 2, 2018

I believe jekyll uses the shopify/liquid as its renderer, but they’re different actually:

Since keeping compatible to shopify/liquid is priority, I’ll make some changes or even options (if necessary) to make it compatible to Jekyll at the same time, if I can. As in this case, the , will be treated as a separator, but = will keep as it is.

0reactions
zachleatcommented, May 13, 2018

This looks great, thank you very much! We’re on 4.0 now 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Regression with Two Independent Variables
Note how variable X3 is substantially correlated with Y, but also with X1 and X2. This means that X3 contributes nothing new or...
Read more >
5.3 - The Multiple Linear Regression Model | STAT 462
This simply means that each parameter multiplies an x-variable, while the regression function is a sum of these "parameter times x-variable" terms.
Read more >
Chapter 7: Correlation and Simple Linear Regression
Plot 1 shows little linear relationship between x and y variables. Plot 2 shows a strong non-linear relationship. Pearson's linear correlation coefficient ...
Read more >
Simple Linear Regression
The simplest deterministic mathematical relationship between two variables x and y is a linear relationship: y = β0. + β1 x. The objective...
Read more >
Multiple Regression
If X2 and X3 remain the same, this indicates that for each extra person in the population, the number of yearly traffic fatalities...
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