-
While NTFS supports hardlinks, exFAT does not. This prevents some packages to be installed in an msys2 installation that is on an exFAT-formatted drive.
Instead of having all those packages created…
-
I would like to deep copy the entire AST of a CtElement, especially when I want to use parts of the sub-tree to create brand new CtElements
The Clone method available to all `CtElement` types are …
-
ir3ne updated
1 month ago
-
```
molecule {
O
H 1 1.0
H 1 1.0 2 104.5
}
wfn = energy("mp2/sto-6g", return_wfn=True)[1]
new_wfn = wfn.c1_deep_copy(wfn.basisset())
new_wfn.Ca()
```
```
!-----------------------------…
-
https://youtube.com/shorts/XK0V0E3bA-M?feature=share
-
Hi!
I followed the installation as described in the [documentation](https://python-flashcards.readthedocs.io/en/latest/readme.html), copy pasted the example yaml content into an `example.yaml` fil…
-
**Bounty description**
Implement and optimize the use of the `mocha --parallel` flag to improve test execution times in the Extractor repository. Initial impressions suggest a 30-40% improvement in…
-
lua: ./LCS.lua:85: stack overflow
stack traceback:
./LCS.lua:85: in function 'deep_copy'
./LCS.lua:90: in function 'deep_copy'
./LCS.lua:90: in function 'deep_copy'
./L…
-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
While using Bruno I expect…
-
When the optbuilder needs a *types.T for an enum it asks the schema resolver for the same information over and over, for user defined types (enums in particular) this is more expensive than it should …