-
# Create two phase solver for saturated soil with explicit method
## Summary
Create `ExplicitTwoPhase` solver with fully saturated condition to carry out the hydraulic coupled computation. A one-p…
-
I am a newbie to pycalphad, but I believe I have run into a problem. I learned later on that calculation of the entropy was already available in the library, but in so doing, found a bug. If I calcu…
-
FYI, the new Disqus 'Engage' code has 1 requisite parameter and 2 optional ones. If you update the script in comments.html, you might need to change the variables involved. I just replaced it all with…
-
It would be great to have some inline documentation of reported variables, that can be read via script for output creation. Something along the lines:
```
...
#§ Liquid fuels from Biomass required …
-
# Lines of code
https://github.com/code-423n4/2022-11-stakehouse/blob/4b6828e9c807f2f7c569e6d721ca1289f7cf7112/contracts/liquid-staking/SyndicateRewardsProcessor.sol#L85
https://github.com/code-423n4…
-
It is useful if we can replace placeholders in a config file with command line parameters.
For example, the following config file
in:
type: jdbc
...
query:
SELECT * FROM ITEM WHERE CATEGO…
-
Hello!
I'm working on supporting Shopify's `t` filter (translation filter).
Here there is a simple a example of how it works. If we have the following translations file
```
/locales/en.defau…
-
Is there a way to list all of the variables available?
Variables may be the wrong word but it should be clarified below.
I am a customer of Zendesk and they use Liquid for some of their formatting…
-
Each page should display the date on which it was last modified. This should be determined automatically, ideally from Jekyll/Liquid variables, and injected into the _layouts/default.html template.
-
Is it by design what this line doesn't work? And if yes, can you add support for this syntax?
```
{% include 'snippet', my_variable: 'apples', my_other_variable: 'oranges' %}
```