Alastair Maw
Alastair Maw
For example for CLG in 2007: **URL** https://api.polygon.io/v3/reference/tickers/CLG?date=2007-07-01&apiKey= **Result** ``` { "results": { "ticker": "CLG", "name": "CUMBERLAND RES LTD", [...] "cik": "0000002809", [...] }, "status": "OK", "request_id": "6f55fc8afefba822bc8321902f42a1b1" } ```...
I have the GitHub app installed on my org, with access to all repos. I'm getting `ci_activity` items in the notifications panel, which look like this: In addition, if I...
I would like to go: ``` new NpgsqlDataSourceBuilder(connectionString) .UseNodaTime() //
`.cs` `.fs` `.fsx` Both have C-style single and multi-line comments.
Fixes #325 Note that this configuration disables a couple of things to avoid making a ton of noise in this PR: * E501 is ignored (line length): * I've set...
Unsurprisingly, this is another instance of #1 & #10. :smiley: Would really appreciate it if you could push a new version of this with 2019 support. Thanks.
This change converts a couple of numpy bools and ints to true python bools (as the type signatures promise). We do this elsewhere, but the coverage wasn't quite 100%.
I'm trying to get cue to generate more-or-less the same YAML as a large existing Kubernetes YTT templated set-up, so that we can review a transition to the tool more...