laaksonel

Results 3 comments of laaksonel

@deeleeramone Can you elaborate what the required dependencies are? I'm on Ubuntu 20.04.4 LTS and launched the terminal via conda without any problems.

One thing to remember here is that stock ticker is not guaranteed to be unique across different stock exchanges. For example, BBCA and BBCA.JK represent two completely different things. Tickers...

What you are looking for is `frontend/src/app/main/ui/workspace/colorpalette.cljs` which is the color palette component on the bottom of the UI. There's a child component called `palette-item` ``` (mf/defc palette-item {::mf/wrap [mf/memo]}...