Tom Anderson
Tom Anderson
@mdelmedico This sounds like a very familiar problem. We have been struggling with getting the front of the curve right for Euribor - the crazy wiggles mean that if we...
@pcaspers That's really interesting, thanks! So the components of the solution were (1) interpolation in the SimpleZeroYield domain (2) global rather than iterative bootstrap, (3) extra pillar dates at the...
Not sure if this is any use, but a while ago i worked out the minimal code needed to drive Maven's dependency resolution machinery using its libraries - see [maven-resolver-demo](https://github.com/tomwhoiscontrary/maven-resolver-demo)....
I am getting something similar: ``` Looking for updates… F: Warning: Treating remote fetch error as non-fatal since runtime/org.freedesktop.Sdk/x86_64/22.08 is already installed: Unable to load summary from remote flathub: Signature...
@pcaspers I mean degraded performance during runtime. It's been a while since i tried though. I am trying to set up some infrastructure to explore this in a reproducible and...
Interesting. That's encouraging, because it means there might be a problem with my build environment, but frustrating, because it means there might be a problem with my build environment. I'm...
I have written a script to run this demo in a docker container with a defined version of GCC and QuantLib: https://github.com/tomwhoiscontrary/QuantLibDemo It gets Boost from the distro package manager,...
> My script puts the last level of braces on one line. I think this would be 80% of what i need. For example, it would turn this: ``` {...
Finally got round to checking this out. I couldn't reproduce my original problem, but everything works fine as far as i can tell.
It would be nice to have some documentation for how to use this. This is what i eventually did, and it seemed to work: ``` echo java_release_type=ea >>~/.asdfrc rm /tmp/asdf-java.cache/releases-*.tsv...