Nick Papior

Results 118 issues of Nick Papior

**Describe the feature** Use `include` to simplify things.

**Describe the feature** Like pandas dataframes we should use the method `pipe`, it would make wrap obsolete! And be much prettier, and hopefully internally simpler.

This changes the logic in the CMake infrastructure somewhat. STREQUAL is an exact match. MATCHES just matches a string in the full string. E.g. ... MATCHES ABC will find for...

**Describe the bug** The compilation and detection of the intel oneAPI compiler fails. **To Reproduce** ``` CC=icx cmake ... ``` fails. The problem arises since the compiler ID is shown...

### Describe the bug **context** I have an rst replacement text: ```rst .. |pip| replace:: pip ``` I then have a tab with this: ```rst .. tab-set:: .. tab-item:: |pip|...

bug

### Describe the bug **context** I want to change colors on the full cards similar to the css annotations mentioned for `button-link`. **expectation** I expected `class-card` to accept something similar...

bug

### Describe the bug **context** When I do a block new line in a button the `|` are showed verbatim! **expectation** I expected the regular rst to function. ```rst .....

bug

Currently one cannot compile Inelastica with newer versions of numpy. - `numpy.complex` is deprecated (to not overwrite default `complex`) Instead one should use `numpy.complex_` if really needed - `numpy.distutils` will...

Dear dev's I am interested in using iPi as a backend communicator with a DFT program (in this case Siesta) by implementing my own dynamics class in Python, possibly on...

There are issues trying to install the `requirements.txt` for 3.10 and 3.11?