Marijan Petričević

Results 10 issues of Marijan Petričević

I would like to be able to define a list of runtime dependencies to my purescript project. Use case: Lets say my code makes a process call to `hello`. In...

## Description Packaged kurtosis with nix. It's worth mentioning that we tested that the resulting binary works/is used in one of our projects https://github.com/cspr-rad/acropolis To try it out run, checkout...

I'm not familiar with pnpm or node, I could use some help on how to properly implement the installPhase.

### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Discord first? - [X] This is not a support...

documentation
enhancement

After #1242 (Same as https://github.com/OpenHD/OpenHD/pull/1220 which was closed for no reason.) When packaging this with Nix, I want to avoid compiling nlohmann_json and spdlog by avoiding to use the submodules...

While packaging OpenHD with Nix I found that some includes were missing. Same as #1219 which was closed for no reason. https://github.com/NixOS/nixpkgs/pull/449643

Please consider avoiding to assume certain system locations. It would make your code much more portable and compatible with systems that are not necessarily FHS compliant. https://github.com/OpenHD/OpenHD/blob/90d45c2c7c8094bdd3ea8436d2898b6e74e0e5bf/OpenHD/ohd_common/inc/openhd_global_constants.hpp#L86-L93