somethingbloodyfunky
somethingbloodyfunky
I'm trying to get the `cereal` serialization library to emit string representations of enums. I'm using the `magic_enum` library to perform the conversions between the enum and string. While I...
``` const TradingView = require('@mathieuc/tradingview'); server = 'prodata'; var authToken; var session; var signature; var sessionHash; var privateChannel; session: 'xxx'; signature: 'xxx'; sessionHash: 'xxx'; privateChannel: 'xxx'; authToken: 'xxx'; const client...
I've tried several building `qml` on my M1 Mac. Here's roughly what I do to build it ``` cd qml ./configure CC=clang, FC=gfortran, KXARCH=m64 cd download wget http://www.netlib.org/cephes/cprob.tgz wget https://www.netlib.org/opt/conmax.f...
Hi Peter, This is an extremely well-designed library and I'd love to use it. However, I'm having trouble downloading BTC/USD as given in the intro page since http://bitcoincharts.com is no...