Mayank Chetan

Results 11 comments of Mayank Chetan

@cortadocodes, thank you for your interest in Dockerizing OpenFAST! I have been working on a few docker images (heavily inspired by @deslaughter's) that include the source code so that we...

@yonghoonlee, This is a great idea! @dzalkind and I briefly spoke about something similar. Going with the assumption that everyone has GIT isnt that bad. The BASH warning when the...

Thank you, @beboxos! your solution worked perfectly. Putting the RP2040 into deep sleep on battery would be a nice solution to have. I look forward to your updates!!

Thank you for the PR! I've moved around a few things in the PR here: https://github.com/octue/openfast/pull/4 ### Major changes: 1. Reformatted the library to only include readers and writes to...

Response to @cortadocodes's questions: - `pyproject.toml` file in the root directory looks good to me. - Current author list looks good to me. - Changes in https://github.com/octue/openfast/pull/4 - README looks...

Thank you @cortadocodes, look good to me!

PR to Octue repo: https://github.com/octue/openfast/pull/6 - `WEIS` references in code replaced with `OpenFAST_IO` - Apache-2.0 License added `pyproject.toml`

Yes, we expect to release `openfast_io` with the v4.0 release and then I'll have it integrated into WEIS soon after

Hi @cortadocodes! We are planning it with the next release v4.0. I have copied over your checklist to the new PR :) See RP here: https://github.com/OpenFAST/openfast/pull/2361

You are right. It looks like re-installing the dependencies helps. I'm pretty sure the env I had for `pyDatView` was quite old. Thank you for the latest updates! Awesome as...