zachcp

Results 72 comments of zachcp

![Image](https://github.com/user-attachments/assets/128536f5-6eea-48c5-96a5-2e6187619294) @BradyAJohnston based on our discussion I think this is the direct we should move: using a single class as the place to put all of the common logic required...

I am interested in implementing this and would like to support MVSJ directly. With th e New scripting additions of MN4.4 this should now be possible. The main aspect that...

Hi @BradyAJohnston , MolViewSpec often uses fully fleshed out URLs instead of codes. If I wanted to extent MN to accept URLs for download where would you recommend adding them?...

Just the download itself and how we want to handle the cache name. I will put together a PR and you can comment.

Hi @thomashopf Yes, please remove this if it doesn't work as intended on the main branch. My main effort in that series of pull requests was to update the CI...

FYI: here is the [full PR](https://github.com/debbiemarkslab/EVcouplings/pull/301/files). I had toyed with the CI to get tests to run and pass. The bdist component is unneccesarry if it's handled elsewhere.

Looks like theres a `pixi init` that [is needed](https://emscripten-forge.org/development/local_builds/).

Confirming that once pixi init is done, I can build ( or at least the build is in progress )

- Same error. - Also cannot build the example package, `regex` ``` # https://emscripten-forge.org/development/local_builds/ # this only needs to be done once pixi run setup # this builds the package...

looks like the emscripten version is newer than the output. Seems that updating this version in the conda_build_config.yaml yields progress. Updating that allows the builds to proceed. ```yaml c_compiler_version: -...