Dmitry Mikushin

Results 78 issues of Dmitry Mikushin

@HolyBlackCat , this IS a brilliant work! I wonder how exactly the Cygwin dependency prevents from using MSYS-blessed pacman? Can we build a native pacman? Can we even use the...

Thank you for your continued efforts to improve pycallgraph! I've noticed the pycallgraph command line executable has been lost during the transition to Poetry. This PR re-adds console script and...

Hi, thank you for this project! Since you mention the Docker container is available, could you please add the source Dockefile?

I get "Literal too large for compiler" error from the following contexts: ``` Error:./mma114.f:79,22: Literal too large for compiler ZDC( IDX4+J ) = (0.0,0.0) ^ ``` ``` Error:./mma403.f:91,29: Literal too...

This code is actually valid: ``` Error:./ktshld.f:121,30: Invalid initializer DATA BLANK , NAME / 4H , 4HTRSH, 4HL / ^ ``` because Hollerith constants may have whitespaces, and they are...

For the attached file I get: ``` Error:./ascm04.f:17,21: Incompatible types in initializer DATA SLASH / 1H/ / ``` [ascm04.f.gz](https://github.com/CodethinkLabs/ofc/files/13500278/ascm04.f.gz)

Hi @Dene33 , great project! I'm looking for an engine that is able to morph stories depending on the player's choice dynamically, up to undetermined final. Interestingly, whatever prompt I...

Make AMGX shared library (amgxsh) building optional for the following good reasons: 0. All CMake projects are generally encouraged to support BUILD_SHARED_LIBS option, it is often found in the state-of-art...

enhancement