-
```python
wf.ISIF2_structures = collect_structure_from_nodejob(wf.ISIF2_job.outputs.vasp_output, energy_diff_threshold=0.2, job_name="ISIF2")
wf.ISIF5_structures = collect_structure_from_nodejob(wf.…
-
For reference, bold reset should work like this with `\033[22m`
![image](https://github.com/user-attachments/assets/cb441e1f-db0a-4412-9b67-54565261ac47)
This works as expected both in terminals…
-
Currently, when an action copies inputs to outputs by hardlinking or symlinking them, we recalculate digests for the output files, which can take a significant performance toll on builds that copy lot…
tjgq updated
12 minutes ago
-
### How could the content be improved?
I've just read through this lesson for the first time and I have to say I really like it. A lot. It covers some really critical parts of the programming minds…
-
Using Mustang 2.15.0 CLI and PDF examples from current ZUGFeRD 2.3.2, for example XRECHNUNG_Reisekostenabrechnung.pdf I get errors on validation (notice that I mean the XML error, not the already know…
-
First of all thats a good job, congrats...
I have been testing your work for 2 days.
There is no problem on reading inputs but there is a big delay on outputs, its about 2 seconds...
I checked it…
-
### Details of the feature
Consider the snippet:
```matlab
for m=1:3
pause(3)
m
end
```
It is expected for the outputs from this execution to print a numbers every 3 seconds.
Currently, a…
-
Hello again,
I closed the previous issue I was having as I feel we resolved this - the program ran now after I did a first assembly step to reduce the complexity of a full MGS file of raw data.
No…
-
## Feature Request
I've been working with `typia.llm.schema` for a while and it has been extremely helpful in generating JSON schemas to call LLMs from TS types. However, the new [structured output…
-
Hi, I noticed `switchHandling()` in `BitsAndDroidsFlightConnector.cpp` switches for all possible outputs, which takes up a lot of program space. If instead, the user could choose the specific outputs …