Mayank Nishad
Mayank Nishad
Hi @mdietze @AritraDey-Dev, I'm interested in working on this TRY database helper function. From the description, I understand we need: 1. A function to convert TRY database format to PEcAn...
Done Started working on it.
@AritraDey-Dev I've created the helper function format_try_for_ma() to convert TRY database data into PEcAn's meta-analysis format. The function will be located at: pecan/modules/data.remote/R/format_try.R Function overview: Maps TRY columns (StdValue, TraitName,...
@mdietze This is a great suggestion. My `format_try_for_ma()` function (PR #3720 ) creates the `trait_data` dataframe from TRY exports that could feed directly into such a simplified MA function. If...
I want to take on this resource leak issue. Here’s what I found digging into the bug in `StopProxyServer()` (lines 664-717): - In lines 681-687, there’s a loop that tries...
Thanks @remo-lab I'll check with @officialasishkumar about proceeding with the fix. Summary of what I found- 1. `StopProxyServer()` (proxy.go): Early return in connection close loop skips mutex unlock, DNS stop,...
@AkashKumar7902 sir please check this out then only i will start working on it.
I have read the CLA Document and I hereby sign the CLA
Hi @gouravkrosx and @Sarthak160 , I've submitted a PR to fix the recurring typo and standardize the version display in the CLI.