Brian Cappello

Results 12 issues of Brian Cappello

The catalog cache does not update for newly added timebuckets and year files (added by an external marketstore process eg `polygon_backfiller`). For example, if you started the marketstore server in...

This is perhaps more of a limitation than a bug? Let's say you create two TBKs, one stored with 64bit values and the other 32bit: ```python from pymarketstore import Client,...

Implements https://github.com/django-money/django-money/issues/488

Hi, I'm working on a project where the concept of `currency` is tied to a model, and all the `MoneyField` amounts on that model (or related models) should get their...

This PR * adds support for writing pandas DataFrame and Series objects (replaces #31) * consolidates as much logic as possible between the JsonRpcClient and GRPCClient (but unfortunately the request...

* moved the logic for building query requests into the `Params` class * consolidated `get_timestamp` and `is_iterable` into a `utils` module * cleaned up the imports

As it stands right now, the public interface for this library is `pymkts.Client`. However, all it actually does is proxy calls to either `JsonRpcClient` or `GRPCClient`. Which is fine, except...

Just curious if any plans/code exists? And if not, would there be any interest in eventual pull requests? Thanks!

I took a stab at fixing #71 - this solution works for me, and hopefully should be flexible enough for others to make work relatively easily with their directory structures....

Just started playing around with this, seems pretty cool! One problem I ran into however, as the title states: file: _variables.scss ``` @import "~some-vendor/scss/_vars.scss"; $foo-bar: 5; ``` file: styles.js ```...