goodboy

Results 740 comments of goodboy

On the note of using `QCustomPlot` (a C++ lib) there is support for plotting *bar style* OHLC points using the [QCPFinancial](https://www.qcustomplot.com/documentation/classQCPFinancial.html#details) plottable object. It might be worth digging into the...

Cool web-based (js) libs list: - [likhtar](https://github.com/blacksmith-capital/likhtar) - [react stock charts](http://rrag.github.io/react-stockcharts/)

[DearPyGui](https://github.com/hoffstadt/DearPyGui) is another C++ backed lib that runs on OpenGL3 for Linux. Seems to have support for real-time highly interactive plotting.

There would be if we could get some peeps to test #87 (which replaced #55) and ensure it works in CI. Unfortunately i don't work in this space much any...

I can't really seem to find anything useful related to this issue and I **don't** think it actually has anything to do with `marketstore`? For eg. web searching (`"RPC failed...

lul, here's a dump of all the urls i was using before actually just hacking all the repos manually.. - https://github.com/python-trio/purerpc/blob/c490b0eb988b9938210623cbed3b8e6b52c1f5c5/src/purerpc/client.py - https://github.com/python-trio/purerpc/blob/c490b0eb988b9938210623cbed3b8e6b52c1f5c5/src/purerpc/grpclib/config.py - https://github.com/python-trio/purerpc/blob/5faa35f2cdf5b36d1398a1aa6a9e681c5344060f/src/purerpc/grpclib/buffers.py#L84 - https://github.com/python-trio/purerpc

I landed #338 since so many downstream major feature branches include that history FYI. Still we probably want to some issues in the descr above but there's no rush and...

Another update, i think our tentative plan is to try and factor the posix-shm-allocating machinery to our new lib [`hotbaud`](https://github.com/guilledk/hotbaud) in the longer term. B) the main motivator being that...

Great idea @Konstantine00! [Here are the docs](http://click.pocoo.org/5/bashcomplete/) for accomplishing this with `click`.

I'm thinking we might want to try some other frameworks actually that accomplish this better out of the box? A couple I've found recently: - [`typer`](https://typer.tiangolo.com/) which is built on...