David Hagege

Results 22 comments of David Hagege

Here is what I did, which seems to be working fine: ```typescript import * as plotty from 'plotty' plotty.addColorScale('myscale', ['#00ff00', '#0000ff', '#ff0000'], [0, 0.5, 1]) const renderer = L.LeafletGeotiff.plotty({ colorScale:...

I see. Thanks for the clarification. But this current repository does not contain any Windows code. Why is this file in this repository and not part of the closed source...

After fixing the compilation of the develop branch on linux in https://github.com/DSSAT/dssat-csm-os/pull/418 , I was able to rebase this branch with develop. This still seems to be working. I got...

Since new stuff was merged to the `develop` branch, I rebased.

@fabiooliveira72 Is there any ETA for this testing? Just wondering because if more things get merged then I have to fix conflicts. Note that my dssat nix package got merged...

@fabiooliveira72 Any news? Clearly it's not really possible to make any significant changes to DSSAT since there are no unit tests. Is there any plan to have some sort of...

@chporter Sure, that's an integrated test then. I was saying unit tests to refer to any automated test. So where is this automated test suite that shows that the results...

@chporter I'm not really having any personal usage of DSSAT, so I'm not really willing to spend much personal time on it to be honest. I'm also far from understanding...

@budimanjojo Thanks, it seems the latest version (from nixpkgs revision `92323443a56f4e9fc4e4b712e3119f66d0969297`) now works with http2! Previous version wasn't for me. Didn't change anything else. This is very good news. And...

Weird I thought I tried this previously and that didn't work as expected, but I guess I must have made a mistake along the way. I added the follow: true,...