tombohub

Results 26 comments of tombohub

Thank you, that is viable approach. The only issue with that is that intraday data is not as free and easy to get as daily data so when we want...

@arpitdalal did you try to remove icons from page: https://github.com/mui/material-ui/issues/32891 ?

any solution so far?

@deskstar90 thanks for all the updates

Any news about this?

@sword134 hello, did you find solution? are you saying we cannot use our own data?

I did it: ` from rest_framework.response import Response from rest_framework.decorators import api_view @api_view() def inventory_stock(request): stock = pivot(Transaction, 'product__name', 'location__name', 'quantity') return Response(stock) ` better: https://hastebin.com/suwukadabe.py

I have made small script for my use to allow INSERT IGNORE in mysql: _NOTE: This is copy paste from my Database class, please adjust for your use!_ ```python def...

yes, i am subscribing to this