Gergely Novák

Results 14 comments of Gergely Novák

> Why is there even a behavior change for get_bars vs get_barset. There are technical reasons why `get_bars` doesn't support ordering by descending timestamps, only by ascending. > One more...

> Having a fixed default of start=beginning of current day is not very app friendly. Explains why I didn't see any bars when querying for daily chart and not supply...

I know about these workarounds: ``` py getattr(asset, "class") ``` and ``` py asset._raw["class"] ```

@deepmap-marcinr Is there a way to fix / work around this?

Thanks @Azmisov for reporting this. Can you please check the issue again? If it's resolved, please close the issue, if it's still valid, please do provide the list of such...

Hey 👋 Thanks for reporting the issue and for the kind words. The panic on your screenshot is caused by a bug that should be fixed by https://github.com/alpacahq/alpaca-trade-api-go/pull/189. However, that...

Hey 👋 ! Thank you for your contribution. I cannot reproduce the bug with the current implementation. The API seems to be working fine with the current string format. However,...

> the current documentation recommends only using this function for debugging purposes Agreed, I'm happy for your change. > Either way, I'll be happy to write some tests around this....

@mdouchement The primary key constraint is not inherited! With your schema, you can run ``` sql INSERT INTO turtles VALUES (1, 'x', 'y'); ``` any number of times, it will...

@nhooyr Are you planning to merge this?