-
I tried to test the NRA functional on n-butane and ran into convergence issues using out-of-the box parameters. Is that a known problem?
-
Should be done by Friday Meeting ?
Use this thread to keep em all in one spot
@kim-tran @wilkening-mark @butane- @vsuha @samgray @pankosky @Young-dwarflemur
-
Helium does currently use transport properties of Butane!
Instead, it should use the special helium correlations, but these are not yet implemented.
-
Would it be acceptable to set the filetype as systemd for `.service` extensions?
I often work on service files not in the `/etc/systemd` or the related folders when working on Ansible and Butane pr…
-
One of the items in https://github.com/Electron100/butane/blob/877b65f/notes.org is "Remove timestamp from migration names". This refers to the directory name for the migration which appears in `.but…
-
If I have a struct which I want to serialize using serde, and wish to have a `skip_serializing_if` on a field which is a relation, I can use `Option`, and use `#[serde(default, skip_serializing_if = "…
-
Integrate some type of tests
-
### Description
Values of quality close to saturated vapor line seems to diverge and go to a value near to zero, which would indicate saturated liquid.
### Steps to Reproduce
```python
from …
-
### Describe the bug
fwupd is unable to update firmwares as the EFI partition is not mounted anymore in FCOS: https://github.com/coreos/fedora-coreos-tracker/issues/694
See: https://discussion.f…
-
It looks like `#[serde(skip)]` will work to instruct butane to skip the field for db serialisation, however my structs get serialised to HTTP and to the DB, and I would like to serialise these fields …